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:有关 Fapi_IssueProgrammingCommand 的问题

Guru**** 2188815 points
Other Parts Discussed in Thread: C2000WARE
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1035918/tms320f280041-question-about-fapi_issueprogrammingcommand

器件型号:TMS320F280041
主题中讨论的其他器件:C2000WARE

尊敬的团队:

我的客户对   FlashAPI 有疑问:

客户希望一次将7个字节写入闪存:

Fullscreen
1
2
oReturnCheck = Fapi_issueProgrammingCommand(((uint32 *)(WriteOffset)),DataBuffer, 7,
0, 0, Fapi_AutoEccGeneration);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

每次添加7位地址、即从0x85000、0x85007、0x8500e... 两个示例

为什么某些地址在以这种方式写入数据时无法写入数据?

此致