USART DMA STM32F4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-02-05 12:27 AM
Posted on February 05, 2013 at 09:27
I am using Usart with Dma for external communication STM32F407
For transmission we can set the number of bytes to send.But how could I use DMA for receiving, if the number of bytes is not known? I want to get an interrupt if no bytes are further coming so that I could process the received bytes.Can I use USART idle interrupt for this purpose?Why STM32 does not have a FIFO for USART? Thank You #dma #read-bytes #fifo #usart
Labels:
- Labels:
-
DMA
-
UART-USART
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-02-05 4:58 AM
Posted on February 05, 2013 at 13:58
That, or use a timer for a timeout.
One presumes to use less transistors.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
