stm32u575 adc differential mode
Dear Sir.I need the output of the ADC to be signed .the adc is configured . /** Common adc1 configuration */ hadc->Init.ClockPrescaler = ADC_CLOCK_ASYNC_DIV1; hadc->Init.Resolution = ADC_RESOLUTION_14B; hadc->Init.DataAlign = AD...