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: Code Composer Studio
As per this post:
I have the same issue I have a board that is unsupported and have a TMX320LF2407A IC with a JTAG header. I have bought a XDS510LC from spectrum digital. I have downloaded CCS3.3 and I can connect to the controller using JTAG. I can run and stop the processor thus my connection is ok.
I want to copy the data from this IC using JTAG and CCS and then allow me to place it onto another board for repair. Is this possible?
The previous post people say: save the flash contents as a COFF file (.out file).
Problem is that I have never used CCS so have no idea. Someone else said: "You need a working copy of CCS3.3 on a PC and a debug probe like XDS510PP+. If you have these, then you could connect to the device via JTAG and easily dump the flash contents."
Easily dump the flash contents. Can anyone help?! What do I need to do step by step on CCS3.3 in order to get this code. Once I have this then I also need to know how to write it.
thanks
Also... I dont know if its of any extra help but when I run the device using the debugger I have no issues it runs fine. When I try and single step through the assembly It works for a few clicks but then fails out with the following. Sorry Im very new to CCS so have no prior experience of what it should do.
I have now done as you said and I get this error message. Does this mean that the processor is locked? How do I know if its locked?
when I run the device using the debugger I have no issues it runs fine. When I try and single step through the assembly It works for a few clicks but then fails out with the following.
On a different note, why are trying to execute? Wasn't your objective to save the flash contents in order to reprogram another device? See the attached file for the saving procedure. Looking at your disassembly window, I don't think your flash is locked. You can confirm this by examining address 0x0000 in Program memory. If you see a "B" instruction (for branch), then the flash is definitely not secured.
Hi (again) I read the code just fine thanks using your instructions. I have now got the file and want to flash it back onto another device. I tried to flash the code using the "On Chip Flash Programmer" as per your instructions however I now get a "Cannot run DSPCL" error. I have attached my version. According to other posts in the forum its to do with missing files in the folder\C2400\cgtools\bin I only have one file in there which is bti2400.dll
can you help? I need to finish up! Thanks so much
Hi Marc,
Marc Hickling said:r\C2400\cgtools\bin I only have one file in there which is bti2400.dll
Sounds like you are missing the C24x compiler. How are you building your F24x projects?
Thanks
ki
Ok I was originally using V3.3.83.20 but I have since uninstalled and re-installed V3.3.83.19 (which apparently has F24X support) and I now see files in the cgtools folder. I can now clear and erase however when I try to program it says "Conversion Aborted: This file is not linked".
any further help?
Will
www.codeskin.com/programmer
www.elprotronic.com/products
work with .out file?