I am working with the rm48 HDK and have the following output from CCS 5.5 when I try to debug:
Error connecting to the target:
(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 0.0.0.0)
I first listed this issue in the CCS forum, but later realized it was an issue with my boards rather than CCS. I have a few different boards to work with, and I think it is code I am loading on to it that is causing the problem. I have tried the trick of holding the reset button until NowFlash can connect with no success. Is there any other way of getting new code onto the device? Here is the code that i think causes it to quit working after being run. All the code is supposed to do is check if some array of data can be found at a certain address in SRAM. This is my first time writing assembly for ARM, so maybe I am just doing something wrong.
Thanks,
Westin