Replies: 1 comment 2 replies
-
Yes, use any other timer to provide ms and us time. The systick module is optional and you should be able to provide your own However, keep in mind that modm is polling based and RTOSes are not, so I wouldn't expect a great experience of integrating ThreadX and modm. Doesn't ThreadX have it's own HAL? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying real hard to use modm with ThreadX, but I'm running into a conflict with the SysTick Handler. ThreadX really wants to use SysTick for its RTOS tick, and modm seems to really want it too for low-level busy waits. Has anyone run into this problem, and more importantly, worked out an acceptable solution?
Beta Was this translation helpful? Give feedback.
All reactions