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.

通过IIC读写EEP时,如何发送双字节地址(用的芯片型号:lm4f232h5qc)



 I2CMasterSlaveAddrSet (I2C_BASE,astDataBuff_ts->ubSlaveAddress , false); /*  设置从地址,准备发送数据    */
    I2CMasterDataPut (I2C_BASE, g_pucAddress[0]);        /*  将写地址发送到数据寄存器    */
 I2CMasterControl (I2C_BASE, I2C_MASTER_CMD_BURST_SEND_START);     /*  开始循环写字节操作,写该地址*/

上边代码里面地址只有一个字节,发送两个字节通过发什么命令实现实现?附件是源代码,拜托帮忙看一下啊,谢谢

代码.rar