cancel
Showing results for 
Search instead for 
Did you mean: 

I2C_INTERRUPT Mode not working

Gnanavel
Visitor

I'm learning about the I2C interface. The polling method works properly, but the interrupt method is not working correctly.I enabled I2C listen mode, but when I send the address on the I2C line, the address match callback is not triggered.

1 REPLY 1
Andrew Neil
Super User

Welcome to the forum.

You need to give some more details - please see: How to write your question to maximize your chances to find a solution

See also: How to insert source code

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.