Other Parts Discussed in Thread: RM42L432, HALCOGEN
I'm completely new to both Hercules platform and CCS5.
I'm working on TMDXRM42HDK and I have the following problem.
I've written an as useless as dumb program to start to work with the evaluation board, just to see if I'm able to create a project, compile, download a program.
All works fine until I add a variable to "Expression window" to watch its value.
In that moment, infact, the program is stopped and in the console window appear the following error (in a red terrifying font):
"CortexR4: Trouble Reading Memory Block at 0x8001510 on Page 0 of Length 0x2: (Error -1170 @ 0x0) Unable to access the DAP. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 5.1.114.0) ".
If I resume the program I think it runs correctly, but if I try to change the variable value the same error appear in th console window and the program stops again. In these way is very difficult debug the application. What am I doing wrong?
I've tryed to restart the board, CCS5 and the PC but nothing change.
Which other information do you need to help me to solve my issue?
Thank in advance.
Paolo
My target config file (ccxml):
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<configurations XML_version="1.2" id="configurations_0">
<configuration XML_version="1.2" id="configuration_0">
<instance XML_version="1.2" desc="Texas Instruments XDS100v2 USB Emulator" href="connections/TIXDS100v2_Connection.xml" id="Texas Instruments XDS100v2 USB Emulator" xml="TIXDS100v2_Connection.xml" xmlpath="connections"/>
<connection XML_version="1.2" id="Texas Instruments XDS100v2 USB Emulator">
<instance XML_version="1.2" href="drivers/tixds100v2icepick_c.xml" id="drivers" xml="tixds100v2icepick_c.xml" xmlpath="drivers"/>
<instance XML_version="1.2" href="drivers/tixds100v2cs_dap.xml" id="drivers" xml="tixds100v2cs_dap.xml" xmlpath="drivers"/>
<instance XML_version="1.2" href="drivers/tixds100v2cortexR.xml" id="drivers" xml="tixds100v2cortexR.xml" xmlpath="drivers"/>
<platform XML_version="1.2" id="platform_0">
<instance XML_version="1.2" desc="RM42L432" href="devices/rm42l432.xml" id="RM42L432" xml="rm42l432.xml" xmlpath="devices"/>
</platform>
</connection>
</configuration>
</configurations>