Tool/software:
what format is the .out file created? is it just raw binary which starts at address 0x0 in flash?
context:i want to reprogram the flash to a new compile in system.
thanks
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:
what format is the .out file created? is it just raw binary which starts at address 0x0 in flash?
context:i want to reprogram the flash to a new compile in system.
thanks
The .out file is usually in ELF format: Executable and Linkable Format - Wikipedia so you can't use it raw to program flash directly.
I think the articles A Brief History of TI Object File Formats and An Introduction to Binary Files will be useful.
Thanks and regards,
-George