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.

How to use UNIFLASH to flash my code composer studio project image to flash memory of TM4C129DNCPDT using XDS200 JTAG usb emulator

Other Parts Discussed in Thread: UNIFLASH, TM4C129DNCPDT

Hi,

I am working on TM4C129DNCPDT board and XDS200 JTAG usb emulator. I have created a .out file of my project on code composer studio. Now i want to write the my project image on the flash memory of TM4C129DNCPDT(from some partcular address) with this setup. When i came to know that to flash image using XDS200 on this board i need UNIFLASH, I have installed UNIFLASH on my system.

Can Anybody now guide me with some step by step approach to write my image on flash memory of TM4129DNCPDT from some particular address.

Any help is appreciated.

  • Hi,

    You need to get a .bin file to be casted into flash, not an .out one. Read the documentation and look at some examples to see how it is obtained.

    As for Uniflash, see this link for a user guide:

    http://processors.wiki.ti.com/index.php/UniFlash_Quick_Start_Guide

    Petrei