Part Number: TMS320F28034
pleas advice me how to download programming from old chip and install new chip. which programmer i used for it
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.
Part Number: TMS320F28034
pleas advice me how to download programming from old chip and install new chip. which programmer i used for it
Hello Zeeshan,
If you create a target configuration and connect to the device (File > New > Target Configuration File and set this up for your particular device/connection), unless there is some security enabled I believe you should be able to download the code using Tools > Save Memory on the specific memory region. This same data can be uploaded to another chip using Tools > Load Memory. Keep in mind that it will be saving data, not assembly or C code. Any disassembly you want to do will need to be done using something like the dis2000.exe executable in ccs1260\ccs\tools\compiler\ti-cgt-c2000_22.6.1.LTS\bin.
I believe you need JTAG, since that is the debugger we use for our devices.