Resolved! UART even parity received WRONG
hey thereI try to receive some characters using UART and here is the confighuart1.Instance = USART1; huart1.Init.BaudRate = 4800; huart1.Init.WordLength = UART_WORDLENGTH_8B; huart1.Init.StopBits = UART_STOPBITS_1; huart1.Init.Parity = UA...