Hello,
We are using a C6678 evaluation board designed by Advantec for evaluation purpose.
We have developped an evaluation software for this board by using CCSV5.1 and a XDS560 probe.
We would like to download it in the NOR flash of the board.
The problem is the following :
1) With CCSV5.1, we can product a *.out file and we can use it with the XDS560 probe,
2) The documentation explain how to use tools such as norwriter, nandwriter and eepromwriter in order to download a *.bin file in a flash memory,
3) But it's impossible to find any explanation about the conversion of a *.out file into a *.bin file.
Then our answer : How to convert a *.out into a *.bin file for a C6678 by using CCSV5 ?
Thanks for your answers
Jean-Christophe Peltier
Note : while looking for a solution, we have notice the following facts :
- To rebuild the boot-loader (C:\Program Files\Texas Instruments\mcsdk_2_00_01_12\tools\boot_loader\ibl),
the use of an UNIX environment (MINGW) is needed rather than CCSV5, which is surprisingly,
- The dos script post_romparse.bat (C:\Program Files\Texas Instruments\mcsdk_2_00_01_12\tools\post\evmc6678l\bin)
needed to rebuild the POST tool include some UNIX commands instead of DOS commands.