-
SD卡驱动程序。周立功单片机公司开发板提供的标准例程。
SD卡驱动程序。周立功单片机公司开发板提供的标准例程。-SD card driver. Week Ligong Singlechip company to provide a standard development board routines.
- 2022-02-21 22:30:40下载
- 积分:1
-
ucOS+ucGUI人机界面实验源码
基于STM32 ucOS+ucGUI人机界面实验源码(UcOS+ucGUI human computer interface experimental source code)
- 2018-01-25 16:42:01下载
- 积分:1
-
This code is arm7 experiment on
本代码是arm7实验板上usb控制程序,由c语言程序编写。-This code is arm7 experiment on-board usb control procedures, from c language programming.
- 2023-07-08 13:15:02下载
- 积分:1
-
uCOS_UCGUI_DEMO2_8LCD
神州IV开发板采用uCOS系统的UCGUI应用程序,可驱动2.8寸LCD(Shenzhou IV development board using uCOS system UCGUI applications can drive 2.8-inch LCD)
- 2016-04-22 19:59:00下载
- 积分:1
-
嵌入式文件系统 ucfs.包含全部源代码
嵌入式文件系统 ucfs.包含全部源代码-the complete source code for embeded file system
- 2023-08-29 12:50:04下载
- 积分:1
-
uCOS-II内核结构及API讲解
本文档讲解ucosii的api功能和使用。(This document explains the API function and use of uCOSII.)
- 2018-10-15 10:07: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
-
UC/OS II在51单片机上的移植.keil C51 编译器.
UC/OS II在51单片机上的移植.keil C51 编译器.-UC/OS II in MCS-51 on the MCU. Keil C51 compiler.
- 2022-04-13 14:01:46下载
- 积分:1
-
在ucos中建立两个任务,交替执行并显示
在ucos中建立两个任务,交替执行并显示-Ucos set up at two in the mission, the turn of the implementation and display
- 2022-04-12 01:35:32下载
- 积分:1
-
基于STM32F10X的UCOSii移植
基于STM32F10x的UCOS-II移植代码,本源码提供了移植好的任务函数,按照程序中的方式去写自己的任务变得简单。UCOS-II由于其小巧且易移植,因此应用很广泛,在ST单片机上的移植更为实用
- 2023-03-04 08:05:03下载
- 积分:1