Other Parts Discussed in Thread: MSP430FR2311,
Hi erveryone,
I am currently trying to use a MSP430FR2311 to control my TPS65987D USB PD controller. My goal is to trigger an interrupt on my MSP430 using the I2C_IRQ1 pin on the TPS65987D. In my Interrupt routine I want to read several registers on my TPS65987D to check what happened on my controller. Unfortunately I cannot read anything on my I2C when the IRQ pin goes low. It seems like every time my IRQ pin is low, I cannot use the I2C anymore. When I am using I2C without using the IRQ pin (IRQ high), everything is working fine, I manage to read all my registers.
Do you why I have this problem? How the IRQ pin is supposed to work?
Thanks in advance for your help,
Best Regards,
Foucauld