This is a group for folks designing and programming embedded systems using the Rabbit Semiconductor C-programmable microcontroller. Rabbit Semi is a spin-off from Z-World who makes a variety of embedded modules and tools. This group is not affiliated with either Rabbit or Z-World, but is a user forum for sharing ideas, asking questions,
flaunting knowledge, and other typical user group stuff. The Rabbit is a powerful uC, supported by a full-featured C-compiler.
DHCP and uC / OS-ii - Phahee - Jul 15 9:59:03 2009
Hello Friends,
Has anybody used DHCP assigned IP with rabbit based controller and uC /
OS-ii together in the same code?
Normally I use uC / OS-ii in my projects with static IP. I never had any
problems. Also I use DHCP assigned IP
To send email messages from rabbit based controller.
Now I need DHCP assigned IP and uC / OS-ii in one program. When I run this
program, all the tasks are executed
Only once, then the program terminates.
Phahee
______________________________
controlSUITE software. Comprehensive. Intuitive. Optimized.
Real-world software for real-time control. Details Here!

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )
Re: DHCP and uC / OS-ii - Tom Collins - Jul 17 12:49:58 2009
On Jul 15, 2009, at 2:24 AM, Phahee wrote:
> Now I need DHCP assigned IP and uC / OS-ii in one program. When I
> run this program, all the tasks are executed
>
> Only once, then the program terminates.
>
When using DHCP in older versions of Dynamic C, any uC/OS-II task
that calls tcp_tick() needed to use a 4KB stack. The DHCP code used
to require a lot of stack space, but I'm pretty sure that changed at
some point, maybe even in the DC 9 series.
-Tom

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )
root memory - Alexis - Jul 20 6:06:56 2009
Xmem web pages - Alexis - Jul 23 3:25:46 2009
I made a mistake.
How does one store web pages in XMEM and then retrieve them ?
Please help
A.
------------------------------------

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )