STM32F405RGT6 fails to enter bootloader sometimes
I'm using STM32F405RGT6 as a Main controller on the board for our product.
When we flash the FW to STM32F405RGT6 via FT232RL, it fails to enter bootloader mode sometimes. Failling rate is around 40-50%. I observed signal behaviour about Reset(DTR) and BOOT0(RTS) with logic analyzer. In success case, its behaivor looks fine but we saw the steep voltage drop on Reset(DTR) in fail case. I tried putting pull-up resistor(10K) on DTR line but it didn't work. Actually, I have no idea about that voltage drop and what is going on the STM32. Is it not hadware related issue?
I'm using stm32flash v0.7 to flash FW.
GPIO sequence is set to “-rts,dtr,-dtr:rts�?
baud rate is set to 230400
Basically, following the application note(AN3155 USART protocol used in the STM32 bootloader) below.
