This is the 7th tutorial in the STM32 I2C slave series. This tutorial covers clock stretching, General Call and Dual Address Acknowledgement.
STM32 I2C Slave Mode Tutorials
I2C slave mode implementation using STM32 and HAL drivers. Covers address setup, data transfer, and communication with I2C master devices. Examples work on STM32F103, STM32F4, and Nucleo boards for testing real-time I2C communication.
This is the 6th tutorial in the series, which covers how to write an I2C slave driver for the STM32. The slave sends the data to the master..
This is the 5th tutorial in the series, which covers how to write an I2C slave driver for the STM32. The master writes the data in the memory location..
This is the 4th tutorial in the series, which covers how to write an I2C slave driver for the STM32. The master send the information byte….
This is the 3rd tutorial in the series, which covers how to write an I2C slave driver for the STM32. Slave starts processing the receivied..
This is the 2nd tutorial in the series, which covers how to write an I2C slave driver for the STM32. The slave receives any amount of data..