Skip to main content
Ron Zaretsky
Associate
May 31, 2023
Solved

need help with transmiting data from UART based on DMA on stm32f407

  • May 31, 2023
  • 2 replies
  • 1616 views

hey,

i am new to stm, recently i was asked to transmit data from uart based on dma instead of using interrupts that uses the cpu resources.

are there examples or instruction of how to do it? i am searching for 2 days and cant find somthing usefull.

This topic has been closed for replies.
Best answer by Foued_KH

Hello @Ron Zaretsky​ ,

I suggest you the available examples in the cubeFW : STM32Cube_FW_F4_V1.27.1\Projects\STM32F4-Discovery\Examples\UART

I recommend you also this article : Getting started with UART - stm32mcu

Hope I helped you!

Foued

2 replies

Foued_KH
Foued_KHBest answer
ST Employee
May 31, 2023

Hello @Ron Zaretsky​ ,

I suggest you the available examples in the cubeFW : STM32Cube_FW_F4_V1.27.1\Projects\STM32F4-Discovery\Examples\UART

I recommend you also this article : Getting started with UART - stm32mcu

Hope I helped you!

Foued

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Ron Zaretsky
Associate
May 31, 2023

Excuse my ignorance, but what's cubeFW? :grinning_face_with_sweat:

cant find it on google

Ron Zaretsky
Associate
May 31, 2023

thank you!