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.

TM4C EEPROM

EEPROM的存储器映射区域是0x400AF000-0x400AFFFF这个区域,开头的区域是EEPROM的状态和控制等的寄存器。我不明白的是,

EEPROMProgram((uint32_t*)&ii, 0x0000, 4); 把ii这个数的值写入EEPROM,地址可以往0x0000里写,那么不会和EEPROM 的EESIZE的寄存器地址冲突吗?这是什么情况?