cancel
Showing results for 
Search instead for 
Did you mean: 

Multibuffer communication for STM32L4 UART

Naoki Hamada
Associate
Posted on June 29, 2017 at 06:35

I am looking for a method to build uart rx/tx circular buffers for STM32L476 which communicate using DMA. In 40.5.2 of

http://www.st.com/content/ccc/resource/technical/document/reference_manual/02/35/09/0c/4f/f7/40/03/DM00083560.pdf/files/DM00083560.pdf/jcr:content/translations/en.DM00083560.pdf

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 #stm32l4
1 REPLY 1
Imen.D
ST Employee
Posted on June 29, 2017 at 10:58

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen