2016-06-26 07:21 PM
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?2016-06-27 02:23 AM
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-