Other Parts Discussed in Thread: UNIFLASH
Tool/software: TI C/C++ Compiler
I have a .out file that I can program using Uniflash that works fine. Flash sectors A, D, & H are programmed. If I convert the .out file to hex as shown below, the hex file only contains data for sectors A and H. D is missing! I want to use Codeskin's C2Prog utility to program the flash with the hex file via serial comms I've had success doing this with code that I've written. This .out file is being generated by a 3rd party.
hex2000.exe -romwidth 16 -memwidth 16 -i -o file.hex file.out
Any ideas?