• 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...
  • Breakpoints and C code lines don't match up
    I am using uVision V2.10 and sometimes have problems in the debugger setting breakpoints. Code lines that allow you to set breakpoints have a grey block on the left side of the code display. I get...
  • Breakpoints and C code lines don't match up
    I am using uVision V2.10 and sometimes have problems in the debugger setting breakpoints. Code lines that allow you to set breakpoints have a grey block on the left side of the code display. I get...
  • Why headers used by source files don't appear in my Keil Project?
    I believe headers used by a source file appear in the Keil project list, nested under the source file. Clicking the + box, and then double-clicking the .h file would open the .h file. In my project...