Skip to main content
lacava
Associate II
April 30, 2012
Question

STM32F4 Dma continuous data flow

  • April 30, 2012
  • 1 reply
  • 965 views
Posted on April 30, 2012 at 16:17

Hi,

I wish to acquire data in continuous mode from Uart, without that the acquisition is completed every packet but after  all packets are sent.

Thanks for every help.

I attach my code.

#dma-usart
This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
April 30, 2012
Posted on April 30, 2012 at 17:22

That looks like a whole heap of fun.

I'll point out that Buf_rx[] doesn't allocate any buffer space behind it, and then you write to this non-existent space.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..