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.

[参考译文] MSPM0C1104:存储器分配中出现 EEPROM 仿真问题

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1520423/mspm0c1104-eeprom-emulation-issue-in-memory-allocation

器件型号:MSPM0C1104

工具/软件:

我正在写入内存位置0x00001000 as 3、我想将相同的值写入3下一个内存位置0x00001004。 但是、0x00001004它不是写入、而是跳至0x00001008 writing as 3

我将使用此示例代码作为参考。

C:\ti\mspm0_sdk_2_03_00_07\examples\nortos\LP_MSPM0C1104\eeprom_emulation_type_a\ticlang

请尽快指导我。