2

I am new to FreeRTOS and RTSM simulator. I loaded the code of FreeRTOS and am trying to use the RTSM simulator (simulates ARM Cortex A9). When I change to DS-5 debug perspective and press Debug from Debug Configurations, the simulator seems to be running. The problem I am facing is that I am not able to step through my source code (for debugging). I put a break point in the first statement in main, and the control doesn't seem to be reaching there. (I am able to step through the assembly language code produced after compilation, but that is not what I need).

Any idea how to do this?

Oak Bytes
  • 4,649
  • 4
  • 36
  • 53
  • Can you break it manually once it's been running for a moment and see how far it's ended up? Maybe it's spinning somewhere and never reaches main. – XTL Sep 27 '13 at 06:05

0 Answers0