We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I'm using the MCBSTM32E board with a STM32F103ZE uC with the ULINK-ME interface.
The debugger can be set to run to main and then it nicely stops at the first code to be execute by the main() function and with each next step nicely steps through the main function.
However, if the run to main option is switched off then the debugger nicely stops at the first instruction in the Reset_Handler. It their loads the address of main() and then branches to main(). But after executing the branch instruction the debugger STOP button is highlighted and nothing happens. I expect the debugger to step through the main() function.
What am I doing wrong or what do I misunderstand here?
Henk