I am working with the VC5505 EVM + memory daughtercard. I want to develop hex55 .cmd files for writing to the different flash memories on the boards (EEPROM, NOR, NAND). There is a forum post here (http://e2e.ti.com/support/dsp/tms320c5000_power-efficient_dsps/f/109/p/33055/115038.aspx#115038) that describes how to prepare the boot table for the EEPROM. The same options (-boot -v5505 -b -serial8) seem to work for all the memories which doesn't make sense to me. I would have thought that the NOR flash on the EMIF should require parallel16 option. I have read the Assembly Language User's Guide, Ch 14 on the hex55 utility, but still can't make sense of the memory options. Can someone explain why the -serial8 and -parallel16 options both work for the NOR flash. And what about the NAND, it is on an 8-bit bus.
Thanks,
Tom