• uVision4: can debug in disassembly window but not source code windows
    I am using the STM32-Discovery board(ST-Link debugger chip connected via SWD interface (no JTAG) to STM32F100VB 32 bit CortexM3 processor) with uVision4(evaluation version, though code is way under the...
  • uVision4: can debug in disassembly window but not source code windows
    I am using the STM32-Discovery board(ST-Link debugger chip connected via SWD interface (no JTAG) to STM32F100VB 32 bit CortexM3 processor) with uVision4(evaluation version, though code is way under the...
  • Source not linked with disassembly
    Good morning, I am testing a simple asm program. There are no errors nor warnings, but during debug, i can not see the position line on my source file, while in disassembly, i have. It seem that...
  • Source not linked with disassembly
    Good morning, I am testing a simple asm program. There are no errors nor warnings, but during debug, i can not see the position line on my source file, while in disassembly, i have. It seem that...
  • disassembly of thumb code
    If I set a breakpoint shortly after my main() routine (which runs in thumb mode), the disassembly window shows arm code when the breakpoint is hit. Stepping is really weird because the PC advances by...