Question
STM32F373 Bootloader for USART1
Posted on August 17, 2016 at 12:59
Hi,
It is possible to start the bootloader directly for USART1 from application ?The problem is that the bootloader reconfigure pins that I need during the bootloader run.
AN2606 shows in Figure 12 a procedure BL_USART_Loop for USART1. that procedure I will run directly without testing other USARTs ...
Is tha tpossible ? #!stm32-!bootloader