STM32L5 missing drivers
Posted: Wed Oct 04, 2023 9:03 am
Good morning to all developers,
I just started developing on STM32L5 (waiting for STM32U5 support) but while taking a look at driver support at I found out those typical drivers like ADC, DAC, timers, QSPI, I2C, SPI, DMA are missing.
Any future plan for them?
If I wanted to develop these drivers myself, is it just a matter of copying from other platforms and changing the register mapping, or is there something more complex?
Thank you.
I just started developing on STM32L5 (waiting for STM32U5 support) but while taking a look at driver support at
Code: Select all
/os/hal/ports/STM32/STM32L5xx/platform.mk
Any future plan for them?
If I wanted to develop these drivers myself, is it just a matter of copying from other platforms and changing the register mapping, or is there something more complex?
Thank you.