Posted on October 17, 2017 at 19:04The code generated for an F303CCTx LL Active level Inversion of USART1 RX is :-LL_USART_SetRXPinLevel(USART1, UART_ADVFEATURE_RXINV_ENABLE);which doesn't compile. Where as I think it should be :- LL_USART_SetRXPinL...