User Activity

Hi,I'm trying to configure pin PC14 to be used as SDA signal as it stated in the datasheets STM32C031C6 and STM32C031G4: To configure the pin (and the the I2C) I am using:     void SDK_I2C_Init(SDK_I2C_HandleTypeDef *hi2c) { LL_I2C_InitTypeDef I2...
I'm trying to write three functions: to start an ADC conversion, wait for it to complete, and retrieve the results based on the low-level drivers from ST. The issue I'm facing is that I can read the first channel (LL_ADC_CHANNEL_0) with the correct v...
Kudos given to