Other Parts Discussed in Thread: UNIFLASH,
hi every one.
i download flash tms320f28035 with Uniflash, address 0x3E8000 - 0x3F7FF8 and save bin file & coff file
how to write to other tms320f28035 this file?
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.
hi every one.
i download flash tms320f28035 with Uniflash, address 0x3E8000 - 0x3F7FF8 and save bin file & coff file
how to write to other tms320f28035 this file?
You can use either format. Just be sure to select the same format when trying to program it on the other chip
thanks for answer
but something wrong
for sample
i write my program .out file on tms320f28035 and reset then program run ,every thing is ok.
then i read flash start address 0x3E8000 and length 0xfff8 save format bin file 8 bit
then write this file and reset but tms320f28035 not worked
Do the contents of the bin file look correct? If so, then the issue is likely not a tools issue but something specific to the device environment that is preventing the application from running correctly.
I would first check that the generated bin file is correct.
A quick sanity test is a good start. If you have a way to view the binary data as hex, you can do a comparison with the values you see in the CCS memory browser view
file not empty
i checked file.
data in .coff file like part of .out file
except header
how to write .coff file on tms320f28035
When exporting the memory, you can specify the format. It defaults to BIN but you can select COFF instead.
COFF files are supported by UniFlash. Simply specify the COFF file as the flash image to use.