Recent content by Tending

  1. T

    Can ADC running PDB be polled?

    I'm using a Teensy 3.2. I've successfully run an ADC with PDB using interrupts but I'm hoping to poll the ADC directly instead of the adc0_isr. Here's what I've been trying but after the first iteration the value returned is always 1, not something like expected: 1 1 4095 4095. Is it possible to...
Back
Top