sdk icon indicating copy to clipboard operation
sdk copied to clipboard

ADC Input on STM

Open llamadonica opened this issue 9 years ago • 4 comments

It looks like the STM board has ADC inputs. It would be nice if those were exposed.

llamadonica avatar May 31 '16 22:05 llamadonica

@jakobr-google can we close this, or is there more remaining work?

mit-mit avatar Jun 30 '16 12:06 mit-mit

Current status:

  • [x] Poll mode
  • [x] Sampling in DMA mode
  • [ ] Interrupt mode

karlklose avatar Jun 30 '16 12:06 karlklose

What Karl said. :)

We have basic ADC support, with blocking code. I'd like to add DMA and interrupt support as well, but it's up to you if that's part of this issue, or if we want to track that separately.

jakobr-google avatar Jul 01 '16 08:07 jakobr-google

DMA support's landed. Now I just need to add interrupt support.

jakobr-google avatar Jul 06 '16 07:07 jakobr-google