2021-08-19 08:52 AM
Hi,
I am using dual core Stm32h745 mcu. I disabled the semaphore by commentig out. The mcu works after code download and reset with stlink. The mcu is able to restart with NRST pin.
My problem is : When I power off the board, that is custom made (not discovery), mcu code does not work whatever I try, like nrst. And stlink could not connect to the board.
The only way to connect stlink is when the board power up I made boot0 pin high, so that the board is able to connect stlink.
What could be the problem? The crystal I use may not work well.
2021-08-19 10:03 AM
Probably an issue with LDO/SMPS or VOS settings in your code, and infinite loops.
2022-07-17 09:23 AM
@limit_SKY Did you finally get rid of the issue?
I'm experimenting exactly the same behaviour.