• C code source debug
    Hi folks, I'm currently having problem debugging code at STM32F334C8T6 (Discovery kit), just debugs assembler code. I don't know why it occurs, it's very annoying. How do set/configure the project...
  • 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...
  • Problems with debugging in C source code
    Hello, I evaluate the Keil uVision V3.x (with Ulink and atmel arm7 evaluation board) and want to debug C source code. Today I learned that all c source files must be in the same directory like uVision...
  • SmartMX source debugging
    I use uVision2 and Ashling's PathFinder. Our board is Philips SmartMX evaluation board. But, I can't make the new project in uVision2's project windown. I can't find SmartMX chip in CPU database list...
  • 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...