• Environment variables
    How do I use system environment variables to specify a path to a source file?
  • 'Run to Cursor' debug option doesn't work.
    I created a new (NXP 2148-based) project with just a startup.s file. (MDK4.23) Builds and runs fine in the emulator. When I try to debug it, I can single step through it, but the 'Run to Cursor' button...
  • STM32 option bytes works in hex, not in debug
    I can't find an old thread I started, but since this is a totally different problem, albeit for the same thing, I start a new one. By including STM32F10xOPT.S from the blinky example and in options...
  • Is --debug option equivalent to -g option in armcc?
    In armcc user guide I learned that description of --debug and -g are quite similar. Is --debug option equivalent to -g option in armcc?
  • .uvprojx file support environment variables?
    Hi, everyone. I have a project that includes a lot of "library" source files that are outside of my main source tree and I'd prefer not to have to reference them with awkward paths like "..\..\..\components...