2020-08-21 06:06 PM
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.
2020-08-21 06:58 PM
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.
2020-08-22 05:07 AM
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.