Hello @Embedded_Class,Could you please specify the hardware product you are using? Additionally, mention the package used and the name of the project you worked on in STM32CubeC0, so we can analyze and assist you more effectively.Best Regards,Dor_RH
Hello @AlfRomeo,Could you confirm if the HAL_ADC_MspDeInit() function you are using includes the following bus clock deactivation and reset instructions: __HAL_RCC_ADC_CLK_DISABLE(), __HAL_RCC_ADC_FORCE_RESET(), and __HAL_RCC_ADC_RELEASE_RESET()?Addi...
Hello @AlfRomeo,Could you try to Implement the HAL_ADC_MspDeInit() function: it frees the hardware resources used:Disable the Peripheral's clockRevert GPIO to their default stateI hope my answer has helped you. When your question is answered, please ...