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.

TMS320F280041C: Fapi_IssueProgrammingCommand擦写问题

Part Number: TMS320F280041C

请问, 我想按照7个字节写入到flash函数如下oReturnCheck = Fapi_issueProgrammingCommand(((uint32 *)(WriteOffset)),DataBuffer, 7,
0, 0, Fapi_AutoEccGeneration);

WriteOffset为0x85000,每次增加7位地址,即分别从0x85000,0x85007,0x8500e...写入

为何有的地址有数据有的地址无数据  

该函数只能一次性写八个字节吗