stm32-dma-uart icon indicating copy to clipboard operation
stm32-dma-uart copied to clipboard

Efficient DMA timeout mechanism for peripheral DMA configured in circular mode demonstrated on a STM32 microcontroller.

Results 4 stm32-dma-uart issues
Sort by recently updated
recently updated
newest added

I adapted your code for my workspace and found an issue regarding the data length when the callback reaches a DMA Rx complete event. The DMA_BUF_SIZE is 64 bytes and...

Hello, The demonstration works perfectly. But on trying to add continuous dma transmit `HAL_UART_Transmit_DMA` at the same time, we get hard fault. I first verified that dma transmit alone works...

Hello, I would please like to ask: Isn't HC (half-transfer complete) actually must be used with circular buffer ? (I see that it is disabled in your example). I mean,...

Hi, we try to work with your great library but in stm32f4 and not in stm32l4. How can we do it? Thanks.