工具/软件:
我正在写入内存位置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
请尽快指导我。
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.
工具/软件:
我正在写入内存位置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
请尽快指导我。
很抱歉耽误你的时间。
我随附了一个示例代码供您参考。
在此示例代码中、我能够写入地址0x00001000和0x00001008、但无法写入0x000010004、原因是什么
e2e.ti.com/.../empty_5F00_LP_5F00_MSPM0C1104_5F00_nortos_5F00_ticlang.zip
e2e.ti.com/.../2134.empty_5F00_LP_5F00_MSPM0C1104_5F00_nortos_5F00_ticlang.zip
我遵循了该结构、但仍然无法写入地址0x00001004。 请您侧查一下。