User Activity

My project running on STM32G071 uses LL drivers for ADC and USART. The configuration code is generated by STM32CubeMX.  It works fine. However after adding I2C HAL module which connects to a sensor to the project, the I2C function HAL_I2C_IsDeviceRea...