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.

[参考译文] LAUNCHXL-F28P65X:LAUNCHXL-F28P65X 闪存32位写入

Guru**** 2482105 points
Other Parts Discussed in Thread: LAUNCHXL-F28P65X, C2000WARE

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1456530/launchxl-f28p65x-launchxl-f28p65x-flash-memory-32-bit-write

器件型号:LAUNCHXL-F28P65X
Thread 中讨论的其他器件: C2000WARE

工具与软件:

您好!

我有一个关于闪存写入的疑问。
我目前使用的是 LAUNCHXL-F28P65X 板。

我正在使用 C2000Ware_5_04_00_00 SDK 中提供的闪存示例程序。 (C:\ti\c2000\C2000Ware_5_04_00_00\driverlib\f28p65x\examples\c28x\flash\ccs\f28p65x_eeprom_example.projectspec)

示例程序一次向闪存写入8个字节。 我想一次写入4个字节,但当我尝试时, EEPROM_CheckStatus ()函数内发生错误。

闪存的最小写入大小是否为8个字节? 我想知道是否可以一次写入4个字节。

以下是示例程序的代码。