嗨,我有一个项目,一个PIC24FJ256GB210是一个I2C主控器,一个PIC16F18326,一个I2C从机和一个I2C EEPROM。所以,在特殊情况下,必须有可能PIC16给PIC24一个“中断”,他有一个重要的消息为PIC24。有没有这样做的方式没有轮询从PIC24?I2C主机可以检测到另一个主控器启动了一个带有起始位的消息吗?谢谢!
以上来自于百度翻译
以下为原文
Hi,
i have a project where a PIC24FJ256GB210 is an I2C Master, a PIC16F18326 an I2C Slave and an I2C EEPROM.
So, in special circumstances it must be possible that the PIC16 gives the PIC24 an "Interrupt" that he has an important message for the PIC24.
Is there a way to do this without polling from the PIC24?
Can an I2C Master detect that another master ini
tiated a message with a start bit?
Thanks!