Serial communication parity bit.
The data frame of BootLoader of STM32F207 : a start bit, data bits, even parity bit and a stop bit.The USART data contains a even parity to send to the BootLoader, then it replies with the correct data.
Theoretically, USART data has no parity bit, then the BootLoader will judge it as an error after receiving it.But in practice, BootLoader can reply with the correct information.Why the BootLoader can resolve data without parity bits?
