• Debug, Single step. Current source code line not highlighted
    Hi @all Using the UV3/Arm7 I have a new problem. Placing a breakpoint in the C source code cause a break at that address but the Disassambly windows appears and the curent address position is...
  • Debug, Single step. Current source code line not highlighted
    Hi @all Using the UV3/Arm7 I have a new problem. Placing a breakpoint in the C source code cause a break at that address but the Disassambly windows appears and the curent address position is...
  • Serial Interrupt in simulator works when stepping thru, but not with run
    I have a program running in the simulator (simulating an Infineon C515), and if I start by stepping through line by line (or even run to cursor) my serial interrupt routine works fine. Even after a number...
  • Serial Interrupt in simulator works when stepping thru, but not with run
    I have a program running in the simulator (simulating an Infineon C515), and if I start by stepping through line by line (or even run to cursor) my serial interrupt routine works fine. Even after a number...
  • 'Step' and 'Step Over' doesn't work while debugging
    Hi, i am new with Keil and STM32F407VG. I tried to run a simple code (blinking 4 leds). And it worked with no problem. Afterwards, i tried to learn some simple debugging basics. And I can't reach...