Other Parts Discussed in Thread: C2000WARE
Tool/software:
Hello,
I have an inquiry regarding Flash Memory Write.
I am currently using the LAUNCHXL-F28P65X board.
I am using the Flash example program provided in the C2000Ware_5_04_00_00 SDK. (C:\ti\c2000\C2000Ware_5_04_00_00\driverlib\f28p65x\examples\c28x\flash\CCS\f28p65x_eeprom_example.projectspec)
The example program writes 8 bytes to the flash memory at a time. I would like to write 4 bytes at a time, but when I try, an error occurs within the EEPROM_CheckStatus() function.
Is the minimum write size to the flash memory 8 bytes? I would like to know if there is a way to write 4 bytes at a time.
Below is the code of the example program.