Hi~
I had a design for I2C Slave on DA14580.
但我不知道是什么the interrupt handler or callback function name .
I can not find the relevant design on the sdk(5.0.4) or this forum.
Keywords:
Device:
Hi ziv324,
What exactly are you trying to find ? The Handler for the I2C interrupts is the I2C_Handler, you can catch all interrupts generated by the I2C module by using this Handler.
Thanks MT_dialog