Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

HAL timeout using systick timer work-around #145

Open
stenbergd opened this issue Apr 7, 2016 · 0 comments
Open

HAL timeout using systick timer work-around #145

stenbergd opened this issue Apr 7, 2016 · 0 comments

Comments

@stenbergd
Copy link
Contributor

Currently, a work-around solution is in place to allow the HAL to timeout from an RTOS thread using the Systick interrupt. See HAL_GetTick() overriden function.

This is because Systick interrupt is set to lowest priority. Perhaps a more correct solution would be to dedicate another timer to the HAL timeouts?

@stenbergd stenbergd added this to the Utilities milestone Apr 7, 2016
@stenbergd stenbergd changed the title Systick timer HAL timeout using systick timer work-around Apr 7, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant