2017-06-28 09:35 PM
I am looking for a method to build uart rx/tx circular buffers for STM32L476 which communicate using DMA. In 40.5.2 of
I found a line which refers to multibuffer communication: 'Configure the DMA register as explained in multibuffer communication.' Where can I find its precise definition and sample programs?#uart #dma #stm32l42017-06-29 01:58 AM
Hi
xylnao
,Refer to the UART example under STM32CubeL4 is may help you:
STM32Cube_FW_L4_V1.8.0\Projects\STM32L476G_EVAL\Examples\UART\UART_HyperTerminal_DMA
Regards
Imen