Skip to main content
ADe C.2
Associate
November 25, 2021
Question

NUCLEO-H745ZI-Q doesn't runs my program

  • November 25, 2021
  • 2 replies
  • 652 views

Hello,

I've ordered two NUCLEO-H745ZI-Q at a same distributor, on a same time.

It seems that one CPU's board is "bricked" :

The software runs fine on a board. the same software literally doesn't run on the second board.

The embedded debugger tells that CPU is well detected, and programmed.

I have no idea, i saw some post which advised a problem with the CM7.

A simple LED blinking doesn't works at all.

I tried to force BOOT_0 with 3.3V, it blinks the red led LD3.

I tried a full memory erase, then reprogrammed, but still no effect.

Any idea ?

Regards

Alexandre

This topic has been closed for replies.

2 replies

TDK
November 25, 2021

Compare option bits.

BOOT0 should generally be low to run user code.

Debug it, see where the code gets stuck.

"If you feel a post has answered your question, please click ""Accept as Solution""."
ADe C.2
ADe C.2Author
Associate
November 26, 2021

Hello,

Thanks @TDK, to your answer.

The problem is solved, no bricked CPU. The problem was that my CubeProgrammer doesn't erase correctly the device.

I switch computer, and the problem is solved.

Regards.

Alexandre