2017-01-31 09: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
2017-01-31 10:19 AM
Hi John,
You can:
STM32F4xx_DSP_StdPeriph_Lib_V1.8.0\Project\STM32F4xx_StdPeriph_Examples\USART\USART_TwoBoards
May this help you.Khouloud
2017-01-31 11:34 AM
Posted code into prior thread, awaiting moderation/approval
https://community.st.com/0D50X00009Xkg8YSAR
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>
2017-01-31 12:05 PM
SPL?
You might have a look at [
]\Project\STM32F4xx_StdPeriph_Examples\USART\USART_TwoBoards\USART_DataExchangeDMA\JW
2017-01-31 12:37 PM
,
,
Materially similar to
,