A customer has reported the following:
We're trying to debug a C5501 system with a TMS100v2 running Code Composer Studio v4.2.3 and coming across issues with it. Previously we used CCS v3.x successfully, but new computers require upgrade to CCSv4. The XDS100 is new to us.
Our assembly only project either returns an error saying "Can't Single Step Target Program" or "Trouble Writing Register PC" or "Trouble Writing Memory Block" when trying to start debug. From what I can gather, this seems to be a problem with our lnk.cmd file. These errors occur when using the memory sizes and addresses that we've been using for many years on this project, essentially allocating all of it within RAM.
I've tried using the file included with Code Composer Studio for the C55xx series, but that doesn't work either, citing problems with relocating symbols overflowing on building (rather than debugging).
Do you know of any specific settings that we would need to set to get this to work properly? Do the BOOTM pins set to boot from the I2C EEPROM prevent the JTAG emulator from working? Or is this strictly a problem with our linker file?
Any suggestions what could cause this? I'm checking on the lnk.cmd file to look for problems. It seems to be a conversion to CCSv4 environment that is not yet understood.
Thanks for any assistance.