Skip to content

y2kblog/stm32-i2c-slave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32 I2C slave device

This project implements an I2C slave device using the HAL library of the STM32 microcontroller.
Set up and connect an I2C master and I2C slave on a single Nucleo board and verify operation.

Wiring

  • Connect D15(PB8) and A5(PC0)
  • Connect D14(PB9) and A4(PC1)

MCU Board

NUCLEO-L476RG

IDE

STM32CubeIDE

User code

After the project was automatically generated by STM32CubeIDE, only files under the following folders were added.

  • STM32CubeIDE/Core/Src/user/
  • STM32CubeIDE/Core/Inc/user/

About

I2C slave device using the HAL library of the STM32

Topics

Resources

License

Stars

Watchers

Forks