Tool/software: Code Composer Studio
hello
I am using the F021 to implemet a flash driver.
it need to call the Fapi_issueProgrammingCommand () function.
if I use the Fapi_AutoEccGeneration mode, it can write data into the flash 8 bytes every time. if my data size is small than 8, it also write 8 bytes into the flash.
if I write data 0x11223344 into the flash address 0x003e0000, it can success into it. then continue write data 0x55667788 into the 0x003e0004, it will failed to write into it.