Open
Description
The "ADC_Dual_Mode" example is configured to process the buffer every millisecond:
This interval is nonsense because the example must acquire new values and print a significant number of characters in that time:
This will take longer than a millisecond. And so the effective update rate will be slower than implied by the code.