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.
running code permanently - dani...@hotmail.com - May 28 4:58:21 2009
hello, i've been programming and testing the rabbit for some weeks, now i would like to
know how to get my program running permanently in the rabbit.
------------------------------------

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )
Re: running code permanently - eilidhs_daddy - May 28 5:07:34 2009
--- In r...@yahoogroups.com, danielperales1@... wrote:
>
> hello, i've been programming and testing the rabbit for some weeks, now i would like to
know how to get my program running permanently in the rabbit.
>
It should be as simple as removing the programming cable and re-set your device. If that
doesn't work for you then there could be several reasons.
1. Are you compiling to FLASH? If you compile to ram then obviously your program will be
lost on reset. You need to 'compile to target flash' using the tool bar button, or from
the menu's it is 'Compile/Compile to target/Store program in Flash'
2. Is you program dependent on the programming cbale being present? Ie, is it waiting for
input from STDIO before starting up?
Hope this helps.
------------------------------------
______________________________
Have a look at the new TI MCU Center on EmbeddedRelated.com!
(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )