Question
Bootloader UART selection
Posted on September 08, 2017 at 06:25
Hello ,
In this picture Bootloader of stm32f446X tries to read 0x7f from the usart without initializing the usart. how that is possible ? it configures the USART later. am i missing something ?
also why 0x7f is chosen ? any reason behind this ?
I am guessing bootloader does not read 0x7f from the USART data register, please clarify .. Thank you