Part Number: TMS320F280025C
Other Parts Discussed in Thread: C2000WARE
Hello,
I'm trying to use the HEX2000 utility to fill out the empty spaces in the SREC with the value 0xFFFF and compute the CRC. However, I'm getting the following error and it seems that the HEX utility is opening the file and only reading the first line.
C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.0.LTS/bin/hex2000 -image pbls.19 -fill=0xFFFF -o pbl.srec
makefile:265: recipe for target 'post-build' failed
fatal error: cannot open input file "S00600004844521B.out": No such file or
directory
I tried modifying the command to this to do the conversion directly from the .out but without much success either.
C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.0.LTS/bin/hex2000 -image -fill=0xFFFF -o pbl_gemini.srec
makefile:265: recipe for target 'post-build' failed
fatal error: no input files provided
What should be the syntaxis to fill the empty spaces with 0xFF?
Thanks!