UART only receive one data.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-06-26 7:21 PM
Posted on June 27, 2016 at 04:21
Hello, I use STM32F303 Discovery board and try to test UART port.
However, although I sent 5 sets of data, but the receiver port just only receive the first data. Does anyone know how to fix this issues?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-06-27 2:23 AM
Posted on June 27, 2016 at 11:23
Hi shunfan.yang,
I recommend you to check one of the UART examples available in at the path bellow to compare with your code and identify what you have missed. Check if you have set the correct baudrate and system clock and other UART paremeters (wordlength, parity and HwFlowCtl). examples path: STM32Cube_FW_F3_V1.5.0\Projects\STM32F3-Discovery\Examples\UART -Hannibal-