No response from bootloader after entering
Hello,
I am trying to communicate with the bootloader by serial.
Most of the times it works nice but sometimes it fails as I fail to enter the bootloader.
To give a context, in order to enter the bootloader I set the rts of my FTDI high (this will set the bootloader to listen) and I send the 0x7F for it to get my baudrate and enter the bootloader. Then after the ack (0x79) if I send again 0x7F I should get a response (0x1F), at least some seconds after. This works most of the times, but sometimes it just doesn't.
Any tip on what might be the cause? The image attached is a record of the data transmitted by serial.
Another issue that also occurs sometimes is, after I do that, the stm32 just gets itself out of the bootloader into the app and starts sending the regular app serial messages.
Thank you for your time and input.
