Skip to main content
limit_SKY
Associate
August 19, 2021
Question

stm32h745 Mcu can work only when boot0 is high

  • August 19, 2021
  • 2 replies
  • 1017 views

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.

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
August 19, 2021

Probably an issue with LDO/SMPS or VOS settings in your code, and infinite loops.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
JVera.1
Visitor II
July 17, 2022

@limit_SKY​ Did you finally get rid of the issue?

I'm experimenting exactly the same behaviour.