Hi Team,
We want to know the process of recognize and clear the over current status. (I2C1)
Is it as below?
read register0x14/byte1-4/bit9, then write register0x18/byte1-4/bit9 as 0?
Thanks
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.
Hi Team,
We want to know the process of recognize and clear the over current status. (I2C1)
Is it as below?
read register0x14/byte1-4/bit9, then write register0x18/byte1-4/bit9 as 0?
Thanks
Hi Daniel,
Yes, you can first enable the I2C interrupt for the overcurrent event in register (0x16) through the configuration GUI. You can then read back register 0x14 to see if the interrupt was triggered. To clear the interrupt you will write a 1 to register 0x18 to remove the interrupt.
Thank you,
Eric