cancel
Showing results for 
Search instead for 
Did you mean: 

How to stop systick during RTC Power stop mode

curiae
Associate III

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

4 REPLIES 4
HAL_SuspendTick();

https://www.st.com/resource/en/user_manual/um1749-description-of-stm32l0-hal-and-lowlayer-drivers-stmicroelectronics.pdf#page=45

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.

And what function could restart systick?

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.

@curiae has that resolved your issue?

If so, please mark the solution:

https://community.st.com/t5/community-guidelines/help-others-to-solve-their-issues/ta-p/575256 

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.