-
介绍几种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
-
flash down程序,将bootloader烧写入nor flash,详细源代码
flash down程序,将bootloader烧写入nor flash,详细源代码-flash down procedure will be written into the bootloader burned nor flash, detailed source code
- 2022-04-09 09:05:21下载
- 积分:1
-
Stm32_ucos_4
该程序使用消息邮箱,在内存空间开辟了一片区域,供4个任务共享读写。1个任务在写内存时,其它任务不能读写。多个任务可以同时读该内存区域数据。(This program uses the message mailboxes, the memory space to open up a regional, shared reading and writing for the four tasks. A task to write the memory and other tasks can not read and write. More than one task can read the memory area data.)
- 2021-05-07 09:58:36下载
- 积分:1
-
N3290x-non-OS-Library
N3290x non-OS Library
- 2017-01-16 22:50:54下载
- 积分:1
-
ucos
这是ucos在Freescale9s12XS128上移植成功并测试成功的代码(This is ucos in Freescale9s12XS128 successfully transplanted and successfully tested on the code)
- 2013-08-22 09:23:40下载
- 积分:1
-
基于ucos的数字钟代码
μC/OS II(Micro-Controller Operating System Two)是一个可以基于ROM运行的、可裁剪的、抢占式、实时多任务内核,具有高度可移植性,特别适合于微处理器和 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-11-18 07:55:03下载
- 积分:1
-
嵌入式操作系统源代码ucos2.61,非常稳定的源代码,在…
嵌入式操作系统源代码ucos2.61,非常稳定的源代码,在网站上显示没有一点bug。-Embedded operating system source code ucos2.61, very stable source code, on the website showed that there was no point bug.
- 2022-02-04 07:19:25下载
- 积分:1
-
ucos开发的内存管理机制,包括os_mem文件修改…
ucos 的内存管理机制探究,包含对OS_MEM文件的修改,查看内存链表的组织情况,附截图和总结(总结很详细的,呵呵)-uCOS explore memory management mechanisms, including modification of OS_MEM documents, view the organization of the memory list, with screenshots and summarize (sum up a very detailed, huh, huh)
- 2023-03-26 11:45:03下载
- 积分:1
-
DM9000 ARM的UCOS
DM9000 ARM的UCOS-II 驱动程序。-DM9000 ARM UCOS-II driver.
- 2022-02-06 18:13:09下载
- 积分: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