This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

JTAG option

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

0