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.
尊敬的所有,
1.调用闪存 API 函数后是否需要使用 initflash 函数?
2.无论设计是否可以、在初始化过程中擦除一段区域、然后写入部分数据、
在运行的主程序中、如果 MCU 接收到串行数据、则根据串行数据写入一些数据(请勿擦除)
我想将部分校准数据写入闪存、但我不知道在写入闪存之前是否需要再次擦除闪存。 这也会擦除写入的数据。
在与 controlSUITE 相对应的文档中。
controlSUITE\libs\utilities\flash_api\2803x\v100a\doc
我应该使用方法 A 吗? 哪种方法 B? 方法 C?方法 D?