This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F280041: Question about Fapi_IssueProgrammingCommand

Part Number: TMS320F280041
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