agausmann / mbed-i2c-stall-repro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hardware setup

Example using the Nucleo-H743ZI2

Pinout reference: https://os.mbed.com/platforms/ST-Nucleo-H743ZI2/

  • SDA: PF_0 (CN9), PD_13 (CN10), 1k pullup to 3.3V
  • SCL: PF_1 (CN9), PD_12 (CN10), 1k pullup to 3.3V

image

Build

Compiled with

mbed-tools compile -m NUCLEO_H743ZI2 -t GCC_ARM

About


Languages

Language:C++ 57.5%Language:CMake 42.5%