野火电子论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 13794|回复: 0

uc/os中任务优先级和栈的大小该怎样设置?

[复制链接]
发表于 2015-3-28 09:30:56 | 显示全部楼层 |阅读模式
/*******************设置任务优先级*******************/
#define STARTUP_TASK_PRIO       3
#define        TASK_ADC_SAMPLE_PRIO        4
#define        TASK_LED1_PRIO                        6
#define        TASK_LED2_PRIO                        7
#define        TASK_LED3_PRIO                        8
#define TASK_GUI_TOUCH_PRIO            12
#define        TASK_GUI_PRIO                    13

/************设置栈大小(单位为 OS_STK )************/
#define STARTUP_TASK_STK_SIZE   100
#define        TASK_ADC_Sample_STK_SIZE   256
#define        TASK_LED1_STK_SIZE                          80
#define        TASK_LED2_STK_SIZE                          80
#define        TASK_LED3_STK_SIZE                          80
#define        TASK_GUI_STK_SIZE                          500
#define        TASK_GUI_Touch_STK_SIZE        80   
不知道怎样设置栈大小和任务优先级。uc/os中任务优先级和栈的大小该怎样设置?

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

联系站长|手机版|野火电子官网|野火淘宝店铺|野火电子论坛 ( 粤ICP备14069197号 ) 大学生ARM嵌入式2群

GMT+8, 2024-12-30 03:14 , Processed in 0.028202 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表