This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil MDK does not show program counter when debuging st32f100C6

Hi,
I am using Ulink2 and Keil MDK realview to debug the st32f100c6 chip via SW interface. The program counter does not show in application window, it just shows on disassembly window. I have put some breakpoint in the C program and the program stop at the breakpoint but still does not show program counter (yellow arrow). Then I try to use "step over" command and the program counter steps to the next ASM instruction, not the next C instruction line. I try to turn off the disassembly windows but there is no use. Any body has any suggestion?