Hello,
I have developed a program with CCSv4 and TMS320C5515. It is working fine in Debug Mode, and now, I want to load it into the memory (EEPROM). For that purpose I create the binary output by setting the next line in post-build steps:
"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/ofd55.exe" "${CG_TOOL_ROOT}/bin/hex55.exe" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe"
Then, I use programmer.out provided when I installed the software to load the program into EEPROM. I select SPI EEPROM, EVM (31) and then The root where the binary file is allocated. When I do this I get this error:
Writing data to device...
Opening C:\demo\projecte1.bin...
Input file opened
WRITE ERROR! at 0x0000
Wrote 0x4eff Read 0x09aa
I woul appreciate some help! Thank you very much!