Question
Bootloader in STM32 MCU.
What does it mean ->( the bootloader code
begins to scan the USARTx_RX line pin, waiting to receive the 0x7F data frame: a start bit,
0x7F data bits, even parity bit and a stop bit.)?
I'm totally confused understanding this line, how to configure it? where & when should I send the 0x7F frame to get the bootloader commands?
