Gast Guest
|
On restart goto the bootloader first the to the app (18F252) |
Posted: Thu Feb 19, 2004 2:49 pm |
|
|
I'm working on a bootloader. After a reset I want to start the bootloader
bevor it jumbs to the applikation.
loader.c and ex_load.c works on my PIC verry good.
But if my "Hello World" code is loaded, then it never jumbs again to the
bootloader.
So one solution ist to use the goto 0x.... in the applikation, that works
but I think,that is very danger to do. If once the bootloader doesent
have a good download then I never can start the PIC again.
So what can I do, can you give me any sugestion.
My app. have on 0x0000 a goto to the app. there I need a goto to the
bootloader first, if nothing to download, then go to the app. adress
Is this a save way ? What is with the INT ...
thanks very mutch
Stefan |
|