UART printf example is not working on STM32F779Eval Board
Hi,
I am using UART example provided in STM32Cube_FW_F7_V1.8.0 folder. I am using minicom (tried putty also) as serial console to print the data. I have made the hardware setup and requirements as mentioned in Readme file.
The USART is configured as follows:
- BaudRate = 9600 baud
- Word Length = 8 Bits (7 data bit + 1 parity bit)
- One Stop Bit
- Odd parity
- Hardware flow control disabled (RTS and CTS signals)
- Reception and transmission are enabled in the time
STM32F769I-EVAL Set-up
Connect a null-modem female/female RS232 cable between the DB9 connector
CN7 (USART1) and PC serial port if you want to display data on the HyperTerminal.
jumper’s are set to JP11 is on RS232_RX position, and jumper JP21 is on USART1_RX position .
But still UART console is not printing the message. What could be the issue?
Thanks in Advance,
Chethan