Hello all!
I write bootloader for tms320f28377d.
I have a programm (writer bin file to flash).
This programm work is fine.
But I have a problem with converting out file to bin.
I use hex2000.exe and FileIOShell.exe
I use bat file to convert :
hex2000.exe -i "flash_programming_cpu01.out" -o "flash_programming_cpu01.hex" -order MS -romwidth 16
FileIOShell.exe -i flash_programming_cpu01.hex -o flash_programming_cpu01.bin
When I compare direct flash(load using CCS6) and bin file I find different:
Where is my mistake?
Please help me!!!