I am using STM32H743VIT6 revision V.The processor is configured using the latest version of CubeMX.The program works with a debugger, but does not start without a debugger.I don't understand what I'm doing wrong. Help me please.
Thanks to everyone who tried to help. The problem was created by CubeMX. The line /* #define USER_VECT_TAB_ADDRESS */ was commented out in the system_stm32h7xx.c file.
BOOT0 is tied to LOW. I have two Chinese DevEBox STM32H7xx boards. These boards had flashing LED factory firmware. By pressing the reset button or power, I can restart the program. I installed my similar firmware on one of the boards. Everything work...