2013-08-06 05:26 AM
Hi Guys,
does anyone of you have a simple interrupt base example for a I2C communication with the STM32F0 using the FW-Lib from ST. I've found nothing in the net and I can'T use the examples of the STM32F1 because they have another I2C Library stack I think.Just a simple example of initialization, start generation, address sending, byte sending, stop generation. Thanks a lot,Manuel #i2c #stm32 #stm32f02013-09-05 08:48 AM
Hi Manuel,
It seems that you didn't checked the examples available in the STM32F0xx_StdPeriph_Lib under Project/STM32F0xx_StdPeriph_Examples/I2C. Have a look to these examples, they should be helpful. -Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.