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.

LMK05318: 用IIC编写EEPROM的问题

Part Number: LMK05318

如下图所示,是LMK05318手册里的编写EEPROM的步骤,没看懂这个掩码什么意思

然后,我在调试过程中发现几个问题:

1.在编写程序时,如果不执行第三步,烧录后发现程序能出来正常波形,否则,不能出来正常波形。

2.按手册里的步骤执行完,发现输出没有波形,并且断电重启也没有波形。但是在代码中读R157寄存器的第二位是清零状态的,表示EEPROM写入完成。

3.写入R157的值后,再读发现R157的值和写入的不同,不理解。