Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 9 months ago. This question has been closed. Reason: Off Topic
I2c slave interrupt
Dear all,
I am working on a project where i am sending UDP packets and get the information for my packet via I2C. But when i am sending a UDP packet I miss my I2c information, so I want to interrupt the software to get the I2c information.
Is there a library available with this interrupt? I tried a few but they are not working on a STM32F103.
Thank you in advance.
P.S. I know the solution with interrupting with a hardware pin, but I think it's not the best solution for this.