embassy
embassy copied to clipboard
Any work toward ADC for the STM32WL chipset?
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?
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.
I see. I'll look into it