STM32H7A/B "Go" command STM32CubeProgrammer CLI not working over UART
Hello all, I am trying to start my application after uploading it over UART with STM32CubeProgrammer CLI.
My command looks like this:
STM32_Programmer_CLI -c port=COM8 baudrate=115200 -w LED_Blink.bin 0x08010000 --verify --go 0x08010000
But my program is not starting (I don't see the LED blinking). But if I do a power cycle, the program starts normally.
In the future I would need the program to start after it was uploaded without a power cycle. Has anyone had the same issue? Or am I missing something?
