Hi.
Help me please. I don't understand and can't find how I can make to debug my program without connection to target. Is allow CCS6 or CCS4 to make debug without target connection? If it possible, how can I do it?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi.
Help me please. I don't understand and can't find how I can make to debug my program without connection to target. Is allow CCS6 or CCS4 to make debug without target connection? If it possible, how can I do it?
Hello Kiselev,
I disagree with TI on this one. Sometimes you want to debug small non-peripheral snippets of code. It's really nice to be able to step through the c/assembly code without having to setup device drivers and hardware.
I think many of us have already ported the simulator from CCSv5 to CCSv6. You can find out how to do it by reading the following post:
Hope that helps,
Stephen
I agree that final unit tests should be tested on the actual hardware; however, there are many times I just wanted to analyze a piece of code. For those situation, the simulator works great and plus I don't need to take the additional steps to get the hardware, plug in the power and attach the debugger.