Skip to main content
ABlak.1
Associate III
January 5, 2023
Question

What are some techniques for minimizing the startup time of the firmware? I want to go from 0V applied to the mcu, to be up and running as soon as the supply voltage rises to the absolute minimum voltage needed to power the mcu (1.7v?)

  • January 5, 2023
  • 1 reply
  • 695 views

..

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
January 6, 2023

Avoid spinning in loops for external clocks or PLL to start.

Put code in Reset_Handler

​Avoid a lot of static Initialization.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..