I would like to convert a .out file to the GPH format that can be loaded into SPI NOR flash connected to a 66AK2E05. I have found documentation that specifies the following procedure...
1) armhex to convert .out to ASCII hex file
2) B2css to convert ASCII hex file to .dat format
3) cssAddGphdr to add the 8 byte header to the .dat file
4) cssAddGptlr to add the footer to the .dat file
I plan then to load the .dat file into memory using CCS and write it to SPI NOR using a test program. I cannot however find the B2ccs, ccsAddGphdr, and ccsAddGptlr utilities in the mcsdk. My two questions are...
1) Is the procedure above correct to convert a .out file to a .dat with a GPH?
2) Where can I find the indicated utilities?