Getting trouble with USART data transfer with STM32429I-EVAL1
Hello,
I'm trying to do USART data transferring with STM32429I-EVAL1 board.
I used example code on CubeIDE and did nothing to the code.
I connected ST-Link/V2 and USART RS-232 cable to my PC.
Then, I got lots of broken letters appears on terminal. (few of them are correct, but almost over 90% of letters are broken)
I checked baud rate, stop bits, parity bits, control flow etc. are same with the code.
I don't know how to solve it. Can anybody help me?