-
lpc2478开发板基于IAR编译器移植ucos实验例程
lpc2478开发板基于IAR编译器移植ucos实验例程- text of lpc2478
- 2023-03-05 11:10:04下载
- 积分:1
-
homepage
UC 主要用于homepage恢复,便于一键操作,提供便利(UC is mainly used for home page recovery, easy to operate with one button and convenient to operate.)
- 2019-06-19 14:23:23下载
- 积分:1
-
介绍几种cpuThe 8xC251SA/SB/SP/SQ improves on the MCS
介绍几种cpuThe 8xC251SA/SB/SP/SQ improves on the MCS-51 architecture and peripheral features, introducing the advanced register based CPU architecture i.e., the MCS 251 microcontroller architecture. The register based CPU supports a 40-byte register file. In addition, the 8xC251SA/SB/SP/SQ microcontroller has 256-Kbyte expanded external code/data memory space and 64-Kbyte stack space. The new controller is also specially designed to execute C code efficiently. More importantly, the 8xC251SA/SB/SP/SQ maintains binary code compatibility with MCS 51 microcontrollers but at the same time allows the use of the powerful MCS 251 microcontroller instruction set, with many new 8, 16 and 32 bit instructions available. The 8xC251SA/SB/SP/SQ has 512 bytes or 1 Kbyte of on-chip data RAM options and is available in 16 Kbytes and 8 Kbytes of on-chip ROM/OTPROM or ROMless options. -introduced several cpuThe 8xC251SA/SB/SP/SQ improves on the MCS-51 architecture and peripheral features, introducing the adva
- 2022-08-14 09:17:18下载
- 积分:1
-
实现LCD的控制显示等功能,主要运行平台ADS1.2
实现LCD的控制显示等功能,主要运行平台ADS1.2-Realize the control of LCD display and other functions, the main operating platform ADS1.2
- 2022-02-05 10:39:10下载
- 积分:1
-
用于ucos移植的一个小程序,应该会对大家有用
用于ucos移植的一个小程序,应该会对大家有用-For ucos transplant a small program, it should be would be useful for everyone
- 2022-07-15 23:09:05下载
- 积分:1
-
Infineontricore1796ucos
infineon的tricore版本uc/os,tc1796芯片使用(infineon' s tricore version of uc/os, tc1796 chip using)
- 2020-10-30 10:09:56下载
- 积分:1
-
基于TI的2407移植的ucos程序范例
基于TI的2407移植的ucos程序范例-based on TI"s 2407 transplant procedures example CENTER
- 2022-01-26 05:16:58下载
- 积分:1
-
Stm32 on re
再stm32上移植的ucos-ii 官网的,但是具体还是要经过修改才可以运行-Stm32 on re-transplantation ucos-ii official website, but concrete or modified before they can run
- 2022-04-07 00:41:06下载
- 积分:1
-
uC/OS操作系统在51平台的移植代码,编译环境为Keil C51
uC/OS操作系统在51平台的移植代码,编译环境为Keil C51-uC/OS platform in 51 transplant code, compile environment for the Keil C51
- 2022-10-28 08:40:03下载
- 积分: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