2025-12-05 9:37 PM
Hello All,
I am using touchgfx for one of my application using on STM32757I-Eval kit.
I am facing issue with running the application after successfully flashing the application, first time if I load from STM cube programmer, I can see the Program is running on display, but as I remove the Power from usb stlink and reconnect it back the Application is not loading and running.
Could you please help me to understand why it happens and how can I rerun the application so that I don't have to program it again and again.
Please let me know how to resolve it ?
Regards,
Shiv
2025-12-05 10:57 PM
Your code can have three or more issues:
!. Not run at all based on BOOT setup OB.
2. Run to Error handler while good practice place led blink here
3. Run to hard fault same as 2.
On flashing process is app run other way.
2025-12-05 11:36 PM
Hello @MM..1 ,
Thanks for quick reply, Yes there could be some trouble. Just for some more information. here are the OB settng from my cubeprogrammer and the Main.c function, this might give some more clue.
After power cycle, at least the debug log "MX_USART1_UART_Init" at line 207, should be received. I am not able to receive it as well.