Reply by drmpatel493 March 25, 20052005-03-25


Greetings,

We have developed a board using the F56805 and a small webserver
(kind of cool). The webserver is connected to the F56805 through the
SCI interface. I want to be able to programmatically run the
bootloader already in the FLASH (not RESET it with jumpers set) and
then wait for the webserver to send the S-Rercord over the SCI
interface. Then hopefully it would execute the new program.

My questions are :

1. Can I do this?
2. Will the current code already in FLASH support this?
3. How can I programmatically call the boot loader to run? I figure
since it is already in memory, and an application, I could just call
it in my code.

Thanks for any help you could give me.

Minesh