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 are failing, but I can only step into the assembly. I found on this page that source-level debugging is possible:
http://www.keil.com/support/man/docs/rlarm/rlarm_ar_debugging.htm
However, I am not sure how to enable it. I put the following line into a text file:
SET SRC=C:\Keil\ARM\RL\RTX\SRC
..and selected the text file as "Initialization File" in the Flash -> Configure Flash Tools -> Debug menu. But still I am tossed into the assembly when I step into a function like _free_box. Does anyone know what I still need to do in order to get source-level debugging?
thanks, -David Merrill