Lesson 6: I2C

This sixth lesson discusses the I2C interface of the STM32F05x. A basic understanding of the I2C interface and communication protocol will be presented. A more in depth discussion will be about the following three scenarios:

  • Initialize I2C hardware and power on reset.
  • Writing data to the LCD module.
  • Reading data from the LCD module.

All these scenarios are presented with time-sequence diagrams, logic analyzer signals and example code.

STM32F05x Lesson 6
STM32F05x Lesson 6 example code


Previous lesson  –  Next lesson