STM32F4 DMA/UART application notes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-01-31 9:19 AM
I am using an STM32 F437 processor and the broken code I inherited uses the DMA to handle traffic from UART8. I am still grasping at straws a bit trying to find the best sources of information. So I am hoping someone more familiar with the product line and the ST site might be able to point me an application note for DMA/UARTS.
Thanks,
jh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-01-31 10:19 AM
Hi John,
You can:
- Refer to the DMA and USART section in the reference manual .
- Take a look at ; Which is an application note describing how to use the DMA controller available our STM32F2, STM32F4 and STM32F7 series.
- Use the tool. It will help you to correctly configure your peripherals.
- Also, there is an example entitled 'USART_DataExchangeDMA' under the package:
STM32F4xx_DSP_StdPeriph_Lib_V1.8.0\Project\STM32F4xx_StdPeriph_Examples\USART\USART_TwoBoards
May this help you.Khouloud
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-01-31 11:34 AM
Posted code into prior thread, awaiting moderation/approval
https://community.st.com/0D50X00009Xkg8YSAR
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-01-31 11:44 AM
Thanks I will look into these references but perhaps not cube as it
generates HAL code and we are not using HAL.
John
On Tue, Jan 31, 2017 at 1:20 PM, Khouloud G <st-microelectronics@jiveon.com>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-01-31 12:05 PM
SPL?
You might have a look at [
]\Project\STM32F4xx_StdPeriph_Examples\USART\USART_TwoBoards\USART_DataExchangeDMA\JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-01-31 12:37 PM
,
,
Materially similar to
,Up vote any posts that you find helpful, it shows what's working..
