• µVision debugger: enabling source level debug for already built ELF file
    Hello, I have an existing test.elf that I built with an external MAKE utility. I use the µVision debugger to debug my test.elf. I can flash my hardware with test.elf in µVision. My test.elf...
  • how to enable source-level debugging?
    Hello everyone, I am using RL-ARM 4.01 on a STMicro Cortex-M3 (uVision V4.00a). I would like to be able to step into the source code of Rl-ARM functions, so I can figure out why my calls to _free_box...
  • Library source-level debugging
    Hi, I've built a library with arm-none-eabi-gcc with -g (Tag_ABI_optimization_goals = Optimized for best debugging illusion, speed and small size sacrificed (=6)). I'm trying to debug that library...
  • FIFO trigger level interrupts question
    There are two interrupts pertinent to the FIFO Rx buffer (only concerned with Rx for now): one to indicate the number of trigger bytes have been Rx'd - I've set this to 1(one); the other is when there...
  • Library source code level debugging
    Hi, I have a problem with getting source-code debugging for created library. I've searched whole forum for this problem, but with poor results. This is what I do: 1. Some part of code is putted...