Search found 1 match
- Tue Apr 23, 2024 9:59 pm
- Forum: Hardware
- Topic: How to pause ADC Continuous Mode reads ?
- Replies: 0
- Views: 463
How to pause ADC Continuous Mode reads ?
Hi - I would like to pause ADC reads into DMA for 100 microseconds or so during an I2C peripheral read due I2C clock noise that's showing up on the ADC signal .. and then re-enable the reads after the I2C transfer is complete. So I'm essentially looking to create adc_continuous_pause/resume() functi...