Resolved! I can only change the gain of the SDADC once, not twice or more
I want to change the SDADC gain while the MCU STM32F373VBTx is running.That works, but only one time.First, at the initialization of the SDADC, the STM32 CubeMX set the predefined gain.Second, I set the gain by reading values from variables. That wor...