2023-07-07 06:21 AM
Our total Flash is divided between Boot Loader and application, and their linker scripts will look like below:
Boot Loader memory sections are:
Application memory sections are:
Boot Loader starts at 0x08000000.
The application starts at 0x0804C000.
I'm able to debug the Boot Loader code step by step with breakpoints but not the Application code, Whenever I try as soon as any breakpoint hit STMCubeIDE then the target is restarting immediately.
Debug configuration
Target Platform & OS - STM32H7A3ZITB, FreeRTOS
Please suggest, thank you.
Regards,
Shekar.