• Cannot set a breakpoint in an assembly function
    Hello, Before I start nagging to Keil support about this, maybe you can help me: I have a couple of assembly functions, like this one __asm __irq void DAbt_Handler(void) { IMPORT gp_software_event...
  • Cannot set a breakpoint in an assembly function
    Hello, Before I start nagging to Keil support about this, maybe you can help me: I have a couple of assembly functions, like this one __asm __irq void DAbt_Handler(void) { IMPORT gp_software_event...
  • Can't set breakpoints in C code, only assembler code.
    In some of my uVision2 projects the debugger will not allow me to set breakpoints in the C source code, only in the disassembly window. Other projects allow me to set breakpoints in either. There must...
  • Can't set breakpoints in C code, only assembler code.
    In some of my uVision2 projects the debugger will not allow me to set breakpoints in the C source code, only in the disassembly window. Other projects allow me to set breakpoints in either. There must...
  • Program execution not working when too many breakpoints are set
    I'm using uVision versions 5.14 and 5.20 for developping and debugging STM32F0 and STM32F1 controllers. Now I have some strange behaviour which took me 2 days to find the problem: Whenever I set too...