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.
When I used UCD3xxx Device GUI with UCD3020, I encountered a problem.
I want to use memory debugger, but when I clicked the memory debugger after clicking Device ID, a warning window appeared.
The information in the window :
This feature is not available in program (flash) mode on the EVMPSFB00 @ 88d. The device does not support the PARM_INFO and PARM_VALUE commands. These commands are used to peek/poke memory when the IC is in program (flash) mode. Please review your command bitmask or contact TI for asistance.
The issue you are facing is caused by the firmware that you are using.
The firmware must be very old and it lacks what is needed to support memory debugger.
What firmware version you are using? Who developed it? Where is it from?
Your options are:
1) Use UART for debugging
2) Convert your project to CCS5 compatible project or up, so you can use JTAG (Firmware modification required).
3) Add the support needed for Memory debugger (Firmware addition and modification required).
Option 1) is the easiest option.
XDS100V2 is a good choice. What kind of error message you have received? Does it pass the connection test?
Thank you.
These are my project file properties in CCS3.3.
When I chose device in CCS6, TMS470R1A256 was chosen.
But it can't pass the connection test.
Is my XDS100V2 damaged?
Do I choose the wrong device?
Thank you.