关于OS的问题
#139
Replies: 1 comment
-
注意看这几个地方。实际上, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
dynamic工程中创建了几个任务,好像只有ThreadGpioUpdate任务有osDelay(20);。ThreadCtrlLoop任务我没看到延迟的操作,本身优先级高,这样为什么不导致一直占用CPU。所以我有几个疑问,1,OS的操作周期是多少1MS还是更短,在哪里查看呢?2,有些任务没有延迟,这样是否符合规范,还是有别的套路,我理解的有误?
Beta Was this translation helpful? Give feedback.
All reactions