embassy icon indicating copy to clipboard operation
embassy copied to clipboard

Any work toward ADC for the STM32WL chipset?

Open risingtiger opened this issue 3 years ago • 2 comments

Is any work being put toward ADC (and/or DAC) for the STM32WL chipset?

Any pointers or advice as to best practices in implementing this?

risingtiger avatar Jul 02 '22 17:07 risingtiger

No one is working on it AFAIK.

First step would be to add it to stm32-data. If you're lucky it'll be the same version (adc_vX) as another supported family, so you can just reuse it. If not, youll have to also write a new driver for it in embassy-stm32.

Dirbaio avatar Jul 02 '22 19:07 Dirbaio

I see. I'll look into it

risingtiger avatar Jul 04 '22 00:07 risingtiger