Marvee Amasi
Marvee Amasi
DIIDevHeads IoT Integration Server
Created by Sterling on 10/18/2024 in #firmware-and-baremetal
Issues with I2C Communication to VL53L0X Sensor Using STM32F103C8 Without ST Library
After finishing the transaction , you should generate a stop condition
I2C1->CR1 |= I2C_CR1_STOP;
I2C1->CR1 |= I2C_CR1_STOP;
6 replies