Part Number: TMS320VC5509A
Hello,
I am working with a TMS320VC5509 (C55x series) and an external AT45DB642 DataFlash connected via McBSP0 in SPI mode.
I have successfully generated a bootable .bin file using the hex55.exe converter (using the -boot, -v5505, and -serial8 flags). However, I am stuck on the physical deployment to the Flash chip. When I use the "Load Program" option in Code Composer Studio, it correctly loads the .out file to the internal SARAM for debugging, but this does not persist after a power cycle.
-
Is there a standard "Flash Writer" project or source code available for the C5509 that specifically supports the page-based architecture of the AT45DB642?
-
In the absence of a utility, are there specific McBSP register configurations required to handle the 528-byte page size of this DataFlash?
-
Does the C5509 ROM bootloader require the Flash to be in "Power-of-2" (512 byte) mode, or can it handle the default 528-byte page sizing?