2021-08-17 10:40 AM
Good afternoon everyone!
I hope you are well. I happen to be new to handling STM32 and I want to generate an interrupt with I2C, CAN ANYONE HELP ME WITH THAT?
I just need to know what functions I need and how I generate the interrupt routine.
I have a STM32F401RE board Thank you!
2021-08-17 10:51 AM
Hello @Julian Gómez and welcome to the Community :)
I recommend you the I2C example within STM32CubeF4 MCU package:
\STM32Cube_FW_F4_V1.26.2\Projects\STM32F401-Discovery\Examples\I2C\
This will help you to handle I2C data buffer transmission/reception between two boards, using an interrupt.
Hope my answer helped you!
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Imen