I am writing my own flashing tool under CCS4 to burn my X-Loader to the NAND. I want to treat the X-Loader as a data stream so that the tool can write the data block by block to the NAND. THe problem is: what is the format of X-Loader.bin.ift? can I process it like a HEX file usually seen in a microcontroller XIP flash? Anybody know where I can find the document?
Thanks,