User Activity

Hello, I try to interface with mlx90640 sensor via I2C. The MCU is STM32F401REAfter reading the bus stays busy. I use LL functions:int MLX90640_I2CRead(uint8_t slave_address, uint16_t start_address, uint16_t numb_words, uint16_t *data) {   uint16_...
Kudos from