Hello @DavidNaviaux,Q : What I was concerned about is if a pin is being converted by two ADC converters that are not synchronized in any way, will the source impedance of the analog signal to the pin (1k ohm in my case) affect either of the conversio...
@DavidNaviaux,Here are some remark/answers:ADC4 and ADC2 cannot operate in dual mode (only ADC1 with ADC2 and ADC3 with ADC4)Can I use ADC2 to read a more precise voltage on that pin without effecting the ADC4_IN5 results transferred by DMA to the FM...
Hello @DavidNaviaux,Here are some guidance for your application :First, which pin are you currently using ? Please check on the table 12 pin definition of the DS12288 (for STM32G474) and select a pin (PC0 for ADC_IN6 or PC1 for ADC12_IN7)Indeed, the ...
Hello @meena,Here some guidance :Do you want to use the polling mode ? You have to respect the four points below for ADC Conversion :Activate ADC peripheral and start conversions using function HAL_ADC_Start()Wait for ADC conversion completion using ...
Hello Julia @JuliaK, Thank you for your question !1/ "How do I enable ADC requests?" Configuration of ADC conversionsParameters using HAL_ADC_Init() -> resolution, data alignment, mode normal or circular, ...Channels using HAL_ADC_ConfigChannel() -> ...