Skip to main content
Visitor II
September 16, 2020
Question

Timeout values in STM32G4 bootloader ?

  • September 16, 2020
  • 2 replies
  • 948 views

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

    This topic has been closed for replies.

    2 replies

    ST Employee
    September 16, 2020

    Hello,

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

    Best Regards,

    YJAuthor
    Visitor II
    September 16, 2020

    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.