Skip to main content
onio
Associate III
August 22, 2020
Question

STM32H7B3i-DK firmware only starts when programmed with STM32CubeProgrammer

  • August 22, 2020
  • 2 replies
  • 599 views

When I program my STM32H7B3i-DK board with STM32CubeProgrammer the firmware starts to run immediately. If I power cycle the board the firmware no longer runs.

In other words the firmware would not run after a power cycle.

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
August 22, 2020

Firmware likely built for the wrong address, or IS running and locking up.

Instrument Error_Handler() and HardFault_Handler(), and check-point other execution paths.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
onio
onioAuthor
Associate III
August 22, 2020

Thanks for the reply. However what I found is happening is that when I disconnect and reconnect the firmware gets erased. I have posted this another query elsewhere on this forum.