Skip to main content
Associate III
October 16, 2024
Question

How to stop systick during RTC Power stop mode

  • October 16, 2024
  • 1 reply
  • 890 views

Hello

Now I use systick on STM32L0538-Discovery and I'd stop systick during RTC Power stop mode.

Please show me hot to stop the systick and restart.

Thanks

1 reply

Andrew Neil
Super User
October 16, 2024
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
curiaeAuthor
Associate III
October 16, 2024

And what function could restart systick?

Andrew Neil
Super User
October 16, 2024
HAL_ResumeTick();
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.