-
9s12forUCOS
给出了一个ucos_ii在mc9s12dg128b上的移植事例,实时多任务系统给出了五个任务(given a ucos_ii mc9s12dg128b in the transplant stories, Real-time multi-task system is a five tasks)
- 2007-07-07 01:25:40下载
- 积分:1
-
ok, ok,
ok, -ok, ok,
- 2022-02-05 06:19:28下载
- 积分:1
-
移植到窗口环境的可视化窗口。这是一个很好的例子…
把usII移植到windows下,是一个学习嵌入式系统的例子,对初学者很有帮助
-uC/OS II ported to Visual C of Windows environment. It is a good example for beginners to learn how to do embedded programming.
- 2022-08-18 23:37:17下载
- 积分:1
-
基于LPC2132 24c32eeprom通信在keil平台的代码
该代码在KEIL平台基础上实现LPC2132与24C32EEPROM通信-The code in KEIL platform based on LPC2132 with 24C32EEPROM communication
- 2023-05-07 14:00:02下载
- 积分:1
-
uc os
基于uc os的图形引擎-uc os- based graphics engine
- 2023-04-29 01:10:04下载
- 积分:1
-
uCOS2.86
uCOS2.86源码,并已在ARM7上移植成功!!!(This is the code for uC/OS-ii)
- 2009-02-19 16:39:11下载
- 积分:1
-
ofUCos2 GUI development experience for a person to see
GUI ofUCos2 适合有开发经验的人看-ofUCos2 GUI development experience for a person to see
- 2022-08-25 20:49:53下载
- 积分:1
-
ucos
uCOS-II 2.52在intel 80x86上的移植程序(大模式,实模式)-uCOS-II 2.52 intel 80x86 in the transplant procedure (large model, real mode)
- 2022-02-04 03:12:45下载
- 积分:1
-
移植到Atmega8515的uc/os,可应用于一些低端产品
移植到Atmega8515的uc/os,可应用于一些低端产品-transplanted to the uc/os can be used in a number of low-end products
- 2022-03-01 08:12:06下载
- 积分:1
-
移植到MCS51的uCOS_II。
1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。...
移植到MCS51的uCOS_II。
1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。
增加code关键字。UCOS_II.H和OS_CORE.C。
2。OS_CFG.H堆栈大小MaxStkSize改为900。
3。OS_CPU_C.C的InitTimer0函数增加了关于开T0中断的解释。
允许T0中断,此时EA=0(51上电缺省值),中断还不会发生,满足在OSStart()前不产生中断的要求。
4。修改中断处理流程,以便严密监视中断嵌套情况。每个中断进入后立即进行OSIntNesting+1原语操作。
5。增加printf函数的移植,支持灵活的数据显示。支持标准或长二进制/八进制/十进制/十六进制/无符号整数,
支持字符、字符串、浮点数、百分号%。其中,浮点数在整个范围内被完全支持,统一采用科学记数法显示。
-transplanted to the MCS51 uCOS_II. 1. In the document which OSMapTbl OS_CORE.C and OSUnMapTbl array for Lookup, Therefore, it should be placed on code Lane. Increased code keyword. UCOS_II.H and OS_CORE.C. 2. OS_CFG.H MaxStkSize stack size to 900. 3. OS_CPU_C.C InitTimer0 function of the increase on the open T0 interrupted explained. Allow T0 interruption, this time EA = 0 (51 electricity default value), also will not be interrupted. meet the OSStart () do not have interrupted the former requirements. 4. Changes interrupt handling procedures, in order to closely mon
- 2022-08-25 03:55:13下载
- 积分:1