Question
SPC5 - calling bootloader from application
Posted on March 21, 2016 at 16:24
Hello,
as far as I've understood reading the documentation (RM0045), the microcontroller boot mode can be selected by configuring PA8 and PA9 pins, which state is latched at microcontroller startup. I think using the boot pins may not be the best solution for my application.. I'd like my microcontroller to boot from flash and be able to call the bootloader from the application at anytime. How can I do this? I couldn't find any information on this subject in the documentation. thanks in advance for your support. #boot #spc5 #bootloader #startup