Skip to content

HAL_Delay in loramac stack? #1194

Answered by altishchenko
13868132273 asked this question in Q&A
Discussion options

You must be logged in to vote

SysTick is usually not running in the interrupt context, for one, because of the default interrupt priority scheme used. Also, normally SysTick should not run in the powersaving mode - otherwise there will be no power saving at all, while RTC runs independently and keeps consistent time/date counting regardless of the CPU operating mode. Consider SLEEPDEEP for example, CPU is literally stopped in this state and SysTick cannot happen, while RTC ticks away nicely.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by 13868132273
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants