SMBus problems with interrupt
Posted on June 20, 2011 at 14:55i'm implementing a SMBus between stm32f103 (slave) on STM32-SK development board and omap3 (master). I send to slave a write command , but the slave does't start the interrupt I2C1_EV_IRQHandler. Why?? Thank you for y...