• µ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...
  • µ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...
  • H/W Design Question RE: Enabling source level debugger
    It's my understanding that I must design my pcb to allow executing code from RAM if I want to use the KEIL source level debugger via the C16x serial port. My question is must the RAM be mapped to where...
  • H/W Design Question RE: Enabling source level debugger
    It's my understanding that I must design my pcb to allow executing code from RAM if I want to use the KEIL source level debugger via the C16x serial port. My question is must the RAM be mapped to where...
  • 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...