STlink Debugging state not working
Hello everyone,
I am using stm32f030k6...
When I am using ST-Link debugger and go into debug state, the Keil IDE goes to an assembly file 'startup_stm32f030x6.s ' and get stuck there right at the line:
LDR R0, =SystemInit
and I can't move futher using Step Over key (F10). when I do not use debugging and just download the code, the system is working as I expected but with this situation, I can't debug my code.
Is there anything wrong with me? Does anyone know how to get out of this trouble?
#st-link #stm32f030 #debugging