Home > other >  Start the keil debugging into the assembly
Start the keil debugging into the assembly

Time:09-21

I use STM32F103 series microcontroller, writing code in the keil, start debugging, after a few times a breakpoint park in the assembly code:
LDR, R0=SystemInit
Normal stop at the entrance to the main function, how to avoid the stop at the assembly code?

CodePudding user response:

There is no corresponding C language statement can stop, only stop in assembly code,

CodePudding user response:

This hook to play?

CodePudding user response:

Is the box, this phenomenon has randomness,
  • Related