Quantcast
Viewing all articles
Browse latest Browse all 3049

ARM: receive 9-bit data via UART1 using LPC1754 (1 Replies)

Hello, How to set up the UART1 to receive a 9-bit data (RS485) message for LPC1754? 1 start bit, 9 data bits, 1 stop bit Is setting parity needed? I get every byte I receive an parity error? Regards, Stijn I set: UART_InitStruct->Baud_rate = 460800; UART_InitStruct->Databits = UART_DATABIT_8; UART_InitStruct->Parity = UART_PARITY_SP_1; UART_InitStruct->Stopbits = UART_STOPBIT_1; UART_FIFOInitStruct-&g

Viewing all articles
Browse latest Browse all 3049

Trending Articles