2 posts / 0 new
Last post
ziv324
Offline
Last seen:1 month 2 weeks ago
加入:2016-01-08 07:36
I2C Slave design

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:
i2c
Device:
MT_dialog
Offline
Last seen:4 weeks 1 day ago
Staff
加入:2015-06-08 11:34
Hi ziv324,

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