This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Parents
  • How could such long period be implemented?

    As suggests - use software.

    Have a timer configured to some suitable time interval - or "tick" - and then count the ticks to give the delay you require.

    This is a general approach - not specific to Cortex-M; eg, it's how the Arduino millis() works ...

    In fact, it's not even specific to microcontrollers - it's how mechanical clocks have worked for centuries!

Reply
  • How could such long period be implemented?

    As suggests - use software.

    Have a timer configured to some suitable time interval - or "tick" - and then count the ticks to give the delay you require.

    This is a general approach - not specific to Cortex-M; eg, it's how the Arduino millis() works ...

    In fact, it's not even specific to microcontrollers - it's how mechanical clocks have worked for centuries!

Children
No data