cancel
Showing results for 
Search instead for 
Did you mean: 

Timeout values in STM32G4 bootloader ?

YJ
Associate II

Hi all,

Bootloader selection for STM32G47xxxx described in AN2606 shows the different steps followed by the bootloader.

Where can I find the delays available between steps ?

For example, how long the booloader waits to receive the 0x7F value on USARTx ?

BR

2 REPLIES 2
Imen GH
ST Employee

Hello,

In section 66 “Bootloader timings�?, there are many tables giving an overall idea of the detection times for interfaces.  

Best Regards,

YJ
Associate II

Actually I am looking for the delay the bootloader is waiting to receive 0x7F on USARTx before checking if an I2C address is detected.

It means the duration between "Configure SPIx" and "I2C address detected".

If I understood right, for STM32G4 there is 0.390 ms between "System Reset" and waiting for 0x7F.