Using ADC1 for very fast readings of IN1 and readings of other channels every 100ms
Hello,I have 7 ADC1 channels that must be read every 100ms. I can't use polling because there are many other tasks being done in the foreground. I can either set up in the interrupt a type of chain in which each time one value is read the next one wi...