任务函数在哪呐
#49
Replies: 5 comments 2 replies
-
main.cpp里有 |
Beta Was this translation helpful? Give feedback.
0 replies
-
main里没有吧。。任务就只找了这一个,main里就初始化和开始调度,大循环里也是空的也。(纯小白,好哥哥别骂我) |
Beta Was this translation helpful? Give feedback.
0 replies
-
main.cpp,不是main.c,初始化完成之后就到C++环境了 |
Beta Was this translation helpful? Give feedback.
1 reply
-
嗷嗷,我强行用的KEIL看的源码,没GO TO到Main,现在找到咯,谢谢稚晖哥,偶像! |
Beta Was this translation helpful? Give feedback.
0 replies
-
main.cpp在哪里?没找到 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
兄弟们有没有找到各个任务的代码在哪里呐,我在CubeMX里面的FreeRTOS只看到了一个初始任务,进工程里也只找到了这个任务函数
void StartDefaultTask(void *argument),而且里面就一个USB的初始化哇。。但是电机 、显示屏这些任务都没看见也。
Beta Was this translation helpful? Give feedback.
All reactions