Loading...
 
Skip to main content

System Workbench for STM32


UART printf example is not working on STM32F779Eval Board

I tried setting data to 9 bits. It is not working. In readme they have mentioned that data should be 7 bit + 1 parity bit.
/*##-1- Configure the UART peripheral ######################################*/
/* Put the USART peripheral in the Asynchronous mode (UART Mode) */
/* UART configured as follows:
- Word Length = 8 Bits (7 data bit + 1 parity bit) :
BE CAREFUL : Program 7 data bits + 1 parity bit in PC HyperTerminal
- Stop Bit = One Stop bit
- Parity = ODD parity
- BaudRate = 9600 baud
- Hardware flow control disabled (RTS and CTS signals) */

But still no luck with this.

 
Collapse/expand modules below