文件名称:ucOS_II_IN_Keilc51
- 所属分类:
- 其他嵌入式/单片机内容
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-11-17
- 文件大小:
- 178kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
ucOS_II移植到Keilc51小模式下简介,我的移植程序主要侧重在结合 KeilC51 的特点,提高移植以后的代码的执行效率。主要
做以下几方面的优化:
1、将所有的外部变量的存储类型改为xdata 类型;
2、尽量使用指定存储类型的指针(memory-specific pointer)不使用一
般指针(generic pointer);
3、任务堆栈结构设计。-ucOS_II Keilc51 transplanted to small mode profile, my transplant program focused primarily on the characteristics of the combined KeilC51 improve after transplantation code execution efficiency. Main
Do the following aspects of optimization:
1, all the external variables xdata memory type to type
2, try using the specified storage type pointer (memory-specific pointer) does not use a
GENERAL pointer (generic pointer)
3, the task stack structure design.
做以下几方面的优化:
1、将所有的外部变量的存储类型改为xdata 类型;
2、尽量使用指定存储类型的指针(memory-specific pointer)不使用一
般指针(generic pointer);
3、任务堆栈结构设计。-ucOS_II Keilc51 transplanted to small mode profile, my transplant program focused primarily on the characteristics of the combined KeilC51 improve after transplantation code execution efficiency. Main
Do the following aspects of optimization:
1, all the external variables xdata memory type to type
2, try using the specified storage type pointer (memory-specific pointer) does not use a
GENERAL pointer (generic pointer)
3, the task stack structure design.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ucOS_II移植到Keilc51小模式下简介\readme.txt
................................\ucOS_II移植到Keilc51小模式下简介.pdf
................................\.._51_small\Ex1_Keil\ex1.c
................................\...........\........\ex1.edk
................................\...........\........\ex1.lnp
................................\...........\........\ex1.M51
................................\...........\........\ex1.mpf
................................\...........\........\ex1_Opt.Bak
................................\...........\........\ex1_Uv2.Bak
................................\...........\........\STARTUP.lst
................................\...........\........\OS_CPU_A.lst
................................\...........\........\ex1.Uv2
................................\...........\........\ex1.Opt
................................\...........\........\ex1.hex
................................\...........\........\OS_CPU_A.obj
................................\...........\........\STARTUP.obj
................................\...........\........\ex1.LST
................................\...........\........\ex1.OBJ
................................\...........\........\OS_CPU_C.lst
................................\...........\........\OS_CPU_C.obj
................................\...........\........\OS_CORE.__i
................................\...........\........\OS_CORE.lst
................................\...........\........\OS_CORE.obj
................................\...........\........\OS_MBOX.__i
................................\...........\........\OS_MBOX.lst
................................\...........\........\OS_MBOX.obj
................................\...........\........\OS_MEM.__i
................................\...........\........\OS_MEM.lst
................................\...........\........\OS_MEM.obj
................................\...........\........\OS_Q.__i
................................\...........\........\OS_Q.lst
................................\...........\........\OS_Q.obj
................................\...........\........\OS_SEM.__i
................................\...........\........\OS_SEM.lst
................................\...........\........\OS_SEM.obj
................................\...........\........\OS_TASK.__i
................................\...........\........\OS_TASK.lst
................................\...........\........\OS_TASK.obj
................................\...........\........\OS_TIME.__i
................................\...........\........\OS_TIME.lst
................................\...........\........\OS_TIME.obj
................................\...........\........\ex1
................................\...........\Ex1_Keil
................................\...........\GloblDef\GloblDef.h
................................\...........\GloblDef
................................\...........\uc_51\OS_CFG.H
................................\...........\.....\OS_CPU.H
................................\...........\.....\OS_CPU_A.ASM
................................\...........\.....\OS_CPU_C.C
................................\...........\.....\STARTUP.asm
................................\...........\uc_51
................................\...........\...os_II\INCLUDES.H
................................\...........\........\OS_CORE.C
................................\...........\........\OS_MBOX.C
................................\...........\........\OS_MEM.C
................................\...........\........\OS_Q.C
................................\...........\........\OS_SEM.C
................................\...........\........\OS_TASK.C
................................\...........\........\OS_TIME.C
................................\...........\........\UCOS_II.H
................................\...........\uc_os_II
................................\uc_51_small
ucOS_II移植到Keilc51小模式下简介