📄 app_cfg.h
字号:
/*
*************************************************************************************************************
* APPLICATION SPECIFIC CONFIGURATION FILE
*
* (c) Copyright 2005, Micrium, Weston, FL
* All Rights Reserved
*
* File : APP_CFG.H
* By : Jean J. Labrosse
*************************************************************************************************************
*/
/*
**************************************************************************************************************
* CPU CLOCK FREQUENCY
**************************************************************************************************************
*/
#define CPU_CLK_FREQ 3684000
#define CPU_PC_N_BITS 16 /* Define the address range of the CPU used (#bits in PC) */
/*
**************************************************************************************************************
* STACK SIZES
**************************************************************************************************************
*/
#define OS_TASK_START_STK_SIZE 256
#define OS_TASK_START_STK_SIZE_HARD 64
#define OS_TASK_1_STK_SIZE 256
#define OS_TASK_1_STK_SIZE_HARD 64
#define OS_TASK_2_STK_SIZE 256
#define OS_TASK_2_STK_SIZE_HARD 64
#define OS_TASK_IDLE_STK_SIZE 256
#define OS_TASK_IDLE_STK_SIZE_HARD 64
/*
**************************************************************************************************************
* TASK PRIORITIES
**************************************************************************************************************
*/
#define OS_TASK_START_PRIO 0
#define OS_TASK_1_PRIO 1
#define OS_TASK_2_PRIO 2
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -