User Activity

Hi All,I'm trying to setup 2 ADCs in continous mode but I'm failing miserably. In CubeMX I set the first ADC in continuous mode, triggered by software, then HAL_ADC_Start_IT(&hadc1); and it works as expected (I have a callback to read the value).Then...