We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am trying to get the following working. How exactly do I get the SET variable into the debugger?
Thanks !
Debugging The µVision Simulator allows you to run and test your RTX Kernel applications. RTL Kernel Applications load just like non-RTX programs. No special commands or options are required for debugging.
A kernel-aware dialog displays all aspects of the RTX Kernel and the tasks in your program. It can be used also with your target hardware, if you are using an ULINK JTAG interface on your target to debug your application.
Note
You may have a source level debugging if you enter the following SET variable into the debugger:
SET SRC=C:\Keil\ARM\RV30\RTL\Kernel\SRC
In the Command Window (at the bottom) you would type:
SET SRC=???
Where ??? is the source path you want to specify. Jon
I did it and it works. Before my 1st post I put the SET string into the Initialisation box. The result was that both the JTAG and target ARM locked up it took me an hour to get up and running again. I saw the Parameter box below, but was just plain too chicken to try it!
Thanks.