2024-12-01 10:24 PM
Hello,
Now I'm developing on STM32L052T8Y6TR and thinking to occur every 20msec WakeUp from systick interrupt.
More concretely, after Entering Stop Mode (by HAL_PWR_EnterSTOPMode),
I want to start wake-up at arbitrary time. in the SysTick_Callback.
I know HAL_RTCEx_SetWakeUpTimer_IT as regular wake-up function, I'd know how to start wake-up immediately.
Please tell me how to realize it.
Thanks,
2024-12-03 05:44 AM
Hello @curiae,
Could you please clarify whether you want the wake-up event to occur periodically every 20 milliseconds, or if you want it to occur non-periodically, similar to using an external interrupt (EXTI)?
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-12-03 06:31 AM
2024-12-18 01:56 AM
@Andrew Neil wrote:You can stop that with HAL_SuspendTick
@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