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.
Tool/software:
Hello everyone,
I'm using a Texas Instruments XDS110 USB Debug Probe with UniFlash (Version: 8.6.0.4688) to connect to a TMS320F28015 device. However, I'm encountering an issue where UniFlash reports that the "device is in low power mode" and fails to connect.
Interestingly, when I use the Flash Pro 2000 to connect to the same TMS320F28015 device, it connects successfully. I'm wondering if there's a specific setting or modification I need to make in UniFlash to resolve this issue?
Additionally, I'm also having trouble in Code Composer Studio 12 when trying to use the XDS110. The error I get is "IR and DR is invalidated."
Has anyone encountered similar problems or have any suggestions on how to fix these issues?
Thank you in advance for your help!
Best regards,
Mario
Hi,
I apologize for the delay, I will have to get back to you towards the end of this week.
Best Regards,
Ben Collier
Hi,
Could you take a look at this app note? Could you share a screenshot of you "IR and DR is invalidated" message? Is that the same message you see if you Test Connection as mentioned in the app note?
Thanks,
Ben Collier
Hi
now with some try i can make the JTAG DR Integrity scan-test successful.
but when i try debug it i get this error:
This is my ccxml file:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <configurations XML_version="1.2" id="configurations_0"> <configuration XML_version="1.2" id="Texas Instruments XDS100v2 USB Debug Probe_0"> <instance XML_version="1.2" desc="Texas Instruments XDS100v2 USB Debug Probe_0" href="connections/TIXDS100v2_Connection.xml" id="Texas Instruments XDS100v2 USB Debug Probe_0" xml="TIXDS100v2_Connection.xml" xmlpath="connections"/> <connection XML_version="1.2" id="Texas Instruments XDS100v2 USB Debug Probe_0"> <instance XML_version="1.2" href="drivers/tixds100v2c28x.xml" id="drivers" xml="tixds100v2c28x.xml" xmlpath="drivers"/> <property Type="choicelist" Value="2" id="The JTAG TCLK Frequency (MHz)"> <choice Name="Fixed with user specified slower value" value="SPECIFIC"> <property Type="stringfield" Value="500KHz" id="-- Enter a value from 488Hz to 1.0MHz"/> </choice> </property> <property Type="choicelist" Value="0" id="The Power-On-Reset Boot-Mode"/> <property Type="choicelist" Value="0" id="The JTAG nTRST Boot-Mode"/> <platform XML_version="1.2" id="platform_0"> <instance XML_version="1.2" desc="TMS320F28015_0" href="devices/f28015.xml" id="TMS320F28015_0" xml="f28015.xml" xmlpath="devices"/> <device HW_revision="1" XML_version="1.2" description="" id="TMS320F28015_0" partnum="TMS320F28015" simulation="no"> <cpu HW_revision="1.0" XML_version="1.2" description="CPU" deviceSim="false" id="C2800" isa="TMS320C28XX"> <property Type="choicelist" Value="0" id="bypass"/> </cpu> </device> </platform> </connection> </configuration> </configurations>
and this is my schematic:
Schematic_TMS320_PROGRAMMING_2024-09-05.pdf
Do you know what the problem might be?
Best regards,
Mario
Hi Mario,
Could you please follow the debug steps in the app note for this error message?
Thanks,
Ben Collier
Hi
how can i set device to wait-boot mode?
I have looked through the "TMS320F280x, TMS320C280x, TMS320F2801x Digital Signal Processors Datasheet (Rev. P)" but did not find the information.
Thanks
Mario