Question
Multiple I2C Slave Addresses (more than 2)
Is there a way to handle a lot of discrete I2C slave addresses; I can't cover all the different addresses I need with the standard two addresses + masks without covering unwanted ones that I don't want to be ACK'd.
I'm wondering if there's a way the code can determine the ACK response after seeing the address match irq. I can't really see if this is possible from the reference manual.
Any thoughts appreciated.
Thanks