Other Parts Discussed in Thread: C2000WARE
Dear team:
My customer has a questions about FlashAPI:
The customer wants to write 7 bytes to flash at a time:
oReturnCheck = Fapi_issueProgrammingCommand(((uint32 *)(WriteOffset)),DataBuffer, 7, 0, 0, Fapi_AutoEccGeneration);
Add 7-bit addresses each time, that is, write from 0x85000, 0x85007, 0x8500e... Respectively
Why can some addresses fail to write data when writing in this way?
Best regards