完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
// 任务优先级
#define APP_CFG_TASK_START_PRIO 2u #define APP_CFG_TASK_MsgPro_PRIO 3u #define APP_CFG_TASK_COM_PRIO 4u #define APP_CFG_TASK_USER_IF_PRIO 5u #define APP_CFG_TASK_Adc_IF_PRIO 6u 为什么我设置的优先级6u 无法再程序中运行 ,且不能超过6 |
|
相关推荐
5 个讨论
|
|
#define OS_LOWEST_PRIO 63 /* Defines the lowest priority that can be assigned ... */
/* ... MUST NEVER be higher than 254! */ #define OS_MAX_EVENTS 10 /* Max. number of event control blocks in your application */ #define OS_MAX_FLAGS 5 /* Max. number of Event Flag Groups in your application */ #define OS_MAX_MEM_PART 0 /* Max. number of memory partitions */ #define OS_MAX_QS 4 /* Max. number of queue control blocks in your application */ #define OS_MAX_TASKS 5 /* Max. number of tasks in your application, MUST be >= 2 */ |
|
|
|
|
|
只有小组成员才能发言,加入小组>>
UCOSII中断中添加OSSemPost(Sem);程序无法运行
4979 浏览 1 评论
在BC5.0上编译uC/OS-II出现"eeror writing object file",怎样处理???
3193 浏览 1 评论
560浏览 1评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-23 18:34 , Processed in 0.676615 second(s), Total 54, Slave 46 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号