Watchdog
Topic last updated 25 Oct 2012, by .
33 replies
Please log in to post a reply.



- I have now tested a piece of code, where I was trying to invoke the bootloader,
and you are correct, it doesn't go into bootloader mode, when the WDT resets the chip.
I will try to figure something out, to see if I can get it to go bootload.
Lerche
EDIT: Looking at page 371 of the user manual would make sense of it all.
The flowchart describes the reset_bootloader_entry thingy.
As the bootloader sets a flag in the memory, the bootloader never checks for P0_1 input,
and just goes on running the user code.
Let's see if we can work around this.
Lerche