2021-02-15 08:28 AM
I have a rather large build and I notice that my board boots twice when I program it. It seems like ST-link is performing a reset, then does "something" before actually doing the programming of my board. Is there any way to ensure that reset only happens once?
2021-02-16 12:36 PM
Did you perhaps set the hardware watchdog?
2021-02-17 09:58 AM
I don't think so... for now my dirty solution is to just put an ifdef DEBUG osDelay(1000) at the start of my code. This is only a mild annoyance during development anyway.
2021-02-17 01:14 PM
Recheck your option bytes!