2023-11-22 02:18 AM
I am working withe the STM32F373 SDADC on the STM32F373_EVAL board.
When selecting the internal reference voltage (hsdadc1.Init.ReferenceVoltage = SDADC_VREF_VREFINT1) ,the function HAL_SDADC_Init() will get stuck at while((hsdadc->Instance->ISR & SDADC_ISR_STABIP) != 0UL).
Any suggestion how to solve this?