Hello everyone,
I have already posted about this in another thread but got no answer, so I try to post it in a new thread.
I want to use a C28346 and as this delfino has no internal flash, I want to use the serial eeprom on the ControlCard to store the my program.I have read the forums and litterature carefully and understood that I have to first generate a .a00 file that I will put in my eeprom. According what i have read, this file must be generated through the hex2000.exe. I am using the post-build command method. the command line I use is:
hex2000 -i DSP_MF.out -a -o DSP_MF.a00 -boot -i2c8 -i2cpsc=0x1D -i2cclkh=0x05 -i2cclkl=0x0A
I have no compilation error but no .a00 file is generated and i get the following message in the console:
C:/ti/ccsv5/utils/bin/gmake --no-print-directory post-build
hex2000 -i DSP_MF.out -a -o DSP_MF.a00 -boot -i2c8 -i2cpsc=0x1D -i2cclkh=0x05 -i2cclkl=0x0A
make (e=-1): Error -1
gmake[1]: [post-build] Error -1 (ignored)
Could someone help me? I have already worked a lot on this problem ans the remaining time allowed to me for this development is running short :(
Thanks a lot in advance!
Christian