Hello, I am working on the stm32f373C8T6 MCU and trying to get some values out of the SDADC but I don't get any values apart from 0 and sometimes 5209/5217 for some reason. I am following the datasheet's instructions that I will display below.
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 ...