Re: How to enable DMA transfers for UART?
Erwan Gouriou
Hi Stefan, On Tue, 26 Mar 2019 at 13:01, Stefan Jaritz <stefan@...> wrote: Hey Thanks for sharing code and experience, this is useful! In my case I am interested into SPI + DMA and USB ACM + DMA. From an Indeed, we should have a proper DMA driver that could be called from other drivers. Maybe it is worth to put a thought on using DMA for peripherals by While I agree DMA has numerous benefits, I don't think this should be the only configuration, nor the default one. Main issue is initial complexity and configuration needs. People should be able to use the async API first and then enable DMA once they feel comfortable with the API. Erwan Stefan
|
|