Difference between revisions of "STM32 HAL I²C"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
This page documents some of my findings experimenting with [[I2C]] using the [[STM32]] HAL. | This page documents some of my findings experimenting with [[I2C]] using the [[STM32]] HAL. | ||
− | For this exercise I used two [[Black Pill]] | + | For this exercise I used two [[Black Pill]] boards with a jumper lead going from PB6 and PB7 to the same pins on the other board. |
+ | |||
+ | [[File:I2C Connection.jpg|400px]] |
Revision as of 06:51, 7 December 2020
This page documents some of my findings experimenting with I2C using the STM32 HAL.
For this exercise I used two Black Pill boards with a jumper lead going from PB6 and PB7 to the same pins on the other board.