Reputation: 493
Does anyone know how to retrieve code from a Texas Instruments DSP processor? I'm using a TMS320LF2407 DSP, and I need to access the program on the chip, most likely using the JTAG connector. Any help would be appreciated. I've contacted TI, they were no help. I found SPRA830 that talks about using C code to copy blocks of program code to memory, but none of the associated files are available.
Upvotes: 3
Views: 346
Reputation: 2734
If you have access to the jtag then you should be able to connect to it with TI's Code Composer Studio. This also assumes that you have a supported JTAG emulator box which are fairly expensive. I think the biggest problem is going to be finding out what memory addresses are being used for code vs RAM. Can you give more details about what you're trying to do? Is this some specific hardware or is it an eval board?
Upvotes: 1