MaJerle / stm32-usart-uart-dma-rx-tx

STM32 examples for USART using DMA for efficient RX and TX transmission
MIT License
1.27k stars 319 forks source link

do we have HAL version for this? #18

Closed makaay2007 closed 2 years ago

MaJerle commented 2 years ago

Not right now. This repo shows fundamentals of concept hence lowest-level code is used. HAL does support such feature too tho