2015-11-26 05:19 AM
Hello there,
I am working on an application now, where I need to send a command to the mcu through USB in order to reset the mcu and jump to system memory bootloader. On my board boot1 is shorted to ground, that means if I reset the mcu with boot1 pulled up, the system starts from bootloader. User however wont have access to boot1 phisically, so before watchdog reset I need to set boot1 in software somehow. Is that possible? I would apreciate all help!2015-11-27 02:57 AM
This would be why people separate their own loader/app code, and then avoid erasing the loader portion and bricking the device.
Review the IAP examples, and related threads.2015-11-27 04:05 AM
I get the overal concept, but my application is kind of tricky. I basically have to jump to bootloader on demand from user application. I cannot perform any additional actions during boot time of the machine or etc. That is the problem.