Hello, dear support
I'm working with I2C slave in TDA4VM product, from xds I can see interrupt status bit was set, and looks a byte was in the data register, but looks I can never trigger my interrupt function.
/* Register interrupts */
(void)I2C_osalRegisterInterrupt(&interruptRegParams,&(object->hwi));
I think in the code this line register the interrupt function, is there anything missing?
I2C slave in MCU2_0 which running the tirtos.
Br
Tangxiujuan

