• 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...
  • 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...
  • 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...
  • Stack not reset correctly when have structure returned from function array
    We have C compilers version 4.03 and was wondering if any compiler versions after this has this problem. We have a function array set up to point to functions that return a structure. We have found...