Question
Strange behaviours of SPI bootloader on STM32F412
I'm developing a SPI bootloader, using the integrated function of STM32F412, and I found two strange behaviours:
- I must issue two times the reset of MCU with Boot0 high, because after the first reset the MCU seems to be in bootloader mode but doesn't synchronize and a second reset is needed
- When I do the software restart via Go command at 0x08000000, the F412 restarts only after about 33s (yes, 33 seconds!)
Probably, I'm doing something wrong...
Thanks and best regards
*****