Skip to main content
Graduate
December 24, 2022
Question

What are the timing constraints on BOOT0 and \RESET ?

  • December 24, 2022
  • 1 reply
  • 1047 views

I need to know the timing constraints for bootloading (over UART). How long must \RESET be held low to reset? How long must BOOT0 remain high after \RESET is released? I need this for the STM32L4P5, the STM32F423, and the STM32G031. I apologize in advance, since it is certainly published somewhere, but I couldn't find it.

    This topic has been closed for replies.

    1 reply

    Super User
    December 24, 2022

    so here from ds+rm F303 , cortex M4 core :

    reset:

    0693W00000Y6psWQAR.pngand boot mode set:

    0693W00000Y6psMQAR.png0693W00000Y6psHQAR.png 

    • reset min 20us , to be shure, i would make 10ms and fine.
    • boot is set after 4 sysclks after reset...i would make > 1ms and fine.
    • to be shure, for your different chips, look in the respective manuals (timings might be different)