User Activity

Hello,I am working on the stm32373C-EVAL but I can't get the SDADC to give me satisfying values.I am following the UM1786 "how tu use this driver" instructions on p°594:I fill in the HAL_SDADC_MspInit(), the HAL_ADC_Init() is used, I call HAL_SDADC_P...
Initialization 1. As prerequisite, fill in the HAL_SDADC_MspInit() :  Enable SDADCx clock interface with __SDADCx_CLK_ENABLE(). Configure SDADCx clock divider with HAL_RCCEx_PeriphCLKConfig. Enable power on SDADC with HAL_PWREx_EnableSDADC(). Enable ...