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.

2个430的单片机进行iic双机通讯的时候,怎么在从机中断里面进行16位数据处理啊?



我现在想用2个430的单片机进行iic硬件通讯,主机发送16位的数据给从机,从机在接受中断里面怎么把这2个字节数据分开呢,比如我主机发0x3B,0x30,那么我从机怎么用数组把这2个字节区分开!因为我还要进行数据的处理