使用TI的I2C eeprom程序进行修改,在实现按页写入功能时只能写入14字节数据+2字节地址,如果超过14字节数据就进不了中断,写入失败,但是我使用的eeprom一页可以写32字节的数据,请问需要如何配置实现按页写入32字节,或者说如何配置I2C可以实现发送32字节的数据到I2C总线并触发中断?
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.
使用TI的I2C eeprom程序进行修改,在实现按页写入功能时只能写入14字节数据+2字节地址,如果超过14字节数据就进不了中断,写入失败,但是我使用的eeprom一页可以写32字节的数据,请问需要如何配置实现按页写入32字节,或者说如何配置I2C可以实现发送32字节的数据到I2C总线并触发中断?