UART bootlader
Dear,
I'm using embedded STM32 UART bootloader to update the firmware of a slave STM32G070.
For some reasons, the host should maintain the slave in reset during a long time before starting slave bootloader.
Sometimes, when the slave is maintain in reset for a long time, the delay between the enable code from the host and the answer (ACK) from the slave takes greater time than espected.
In the Application note AN2606, the USART connection timing for a STM32G07xxx/08xxx expected is 0.16 ms for a communication at 115200 bauds. In my case, it takes around 20 ms.
Is it the typical timing ? And what can be the max timing for the USART connection ?
