登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:所有
  2. 代码类别:uCOS
  3. 发布时间:今天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. UCGUI_TEST

  基于UCOSII操作系统的UCGUI开发示例代码(UCGUI development sample code based on UCOSII operating system)

1
下载
70
浏览
2018-05-18发布

2. STM32-ADC-ucgui ucos

  stm32实时显示ADC采集的数值,显示在触屏版上(showing the data of ADC)

5
下载
119
浏览
2018-04-26发布

3. UCOSⅡ-API

  文件里介绍了ucosii的函数说明,很详细,需要的朋友可以下载(The function description of uCOSII is introduced in the file, which is very detailed, and a friend you need can download it.)

5
下载
84
浏览
2018-04-15发布

4. UCOSII工程模板

  ucos基本模板,比较适合初学者使用,省去了搭建和移植的过程。希望能给大家提供帮助。(OSTaskCreate((OS_TCB *)&AppTaskStartTCB, /* Create the start task */ (CPU_CHAR *)"App Task Start", (OS_TASK_PTR )AppTaskStart, (void *)0, (OS_PRIO )APP_CFG_TASK_START_PRIO, (CPU_STK *)&AppTaskStartStk[0], (CPU_STK_SIZE )APP_CFG_TASK_START_STK_SIZE / 10, (CPU_STK_SIZE )APP_CFG_TASK_START_STK_SIZE, (OS_MSG_QTY )0, (OS_TICK )0, (void *)0, (OS_OPT )(OS_OPT_TASK_STK_CHK | OS_OPT_TASK_STK_CLR), (OS_ERR *)&err);)

3
下载
92
浏览
2018-03-29发布

5. ucGUI中文手册

  ucGUI中文手册,开发ucos图形界面参考,学习(UcGUI Chinese manual, developing UCOS graphic interface reference, learning)

4
下载
88
浏览
2018-03-28发布

6. ucOS-II入门教程(任哲)

  ucOS-II入门教程(任哲),适合ucos初学者(UcOS-II introductory tutorial)

15
下载
90
浏览
2018-03-28发布

7. STM32F103C8T6_UCOS_DEMO

说明:  这是按照前面我发的从零开始学习ucosii手册,编写成功的模板。芯片是stm32f103c8t6,移植在f103芯片上,都是同理可得。记住虽然可以直接拿着用,但是要修改对应的IO口哦,程序效果是led小灯闪烁。(有一个问题我也不太清楚,理论上c8t6的启动文件应该是startup_stm32f10x_md.s,但是用它却不能成功。用startup_stm32f10x_hd.s却成功了。)(This is a successful template written in front of the uCOSII manual that I started from zero. The chip is stm32f103c8t6, and the transplant is on the F103 chip. Remember that although it can be used directly, but to modify the corresponding IO mouth Oh, the program effect is the LED light flicker. (there is one problem I'm not very clear about. In theory, c8t6's startup file should be startup_stm32f10x_md.s, but it can't be successful with it. It was successful with startup_stm32f10x_hd.s.))

1
下载
96
浏览
2018-02-03发布

8. ucOS+ucGUI人机界面实验源码

  基于STM32 ucOS+ucGUI人机界面实验源码(UcOS+ucGUI human computer interface experimental source code)

8
下载
80
浏览
2018-01-25发布

9. 3.ucosiii例程

  Multitasking system based on ucos iii

3
下载
129
浏览
2018-01-07发布

10. Micrium_ZC702_OS3

  Micrium_ZC702 OS2 CAN No Src

2
下载
59
浏览
2018-01-03发布

11. 3.ucosiii例程

  是基于stm32的ucos3 的例程,能够快速入门,帮助新人用的(A quick introduction to ucos3 to help newcomers)

8
下载
107
浏览
2017-12-21发布

12. STC15 uCOS-II

  基于STC15系列单片机的UCOS-II操作系统移植工程,KEIL开发软件。(STC15 series microcontroller based UCOS - II project operating system transplantation, KEIL software development.)

17
下载
70
浏览
2017-10-09发布

13. ucos_lcd

  STM32F0系列的ucosii移植实例代码,基于Keil5,包括串口通信、按键检测、RTC时钟实时显示等(STM32F0 series of uCOSII transplantation example code, based on Keil5, including serial communication, key detection, RTC clock, real-time display)

34
下载
189
浏览
2017-09-19发布

14. Project512

  在双核单片机MC9S12XDP512上实现了实时操作系统的移植,建立了简单的任务。这是一个程序架构,方便以后开发者添加多任务及人物之间的通信。(In the dual core microcontroller MC9S12XDP512 to achieve real-time operation of the transplant, the establishment of a simple task. This is a program architecture for future developers to add multitasking and communication between people.)

1
下载
85
浏览
2017-09-08发布

15. uC-GUI源码

  UCOS GUI SOFTWARE LIBRARY

5
下载
112
浏览
2017-09-03发布

16. ed277

  Fractional Fourier transform computing, Mainly for data analysis and statistics, Including regression analysis and probability and statistics.

1
下载
128
浏览
2017-09-01发布

17. 示波器

  程序实现了基于STM32F103+ucos+ucgui的示波器(The program has realized the oscilloscope based on STM32F103+ucos+ucgui)

11
下载
82
浏览
2017-08-24发布

18. STM32移植参考文档

  实操性最强:uCOS-II移植到STM32上的详细步骤和[4]stm32f103_ucos_ii移植,较为详细讲解移植过程(The most practical operation: uCOS-II transplantation to STM32 detailed steps and [4]stm32f103_ucos_ii transplantation, a more detailed explanation of the transplantation process)

8
下载
127
浏览
2017-08-17发布

19. 完整版UCOS-II+V2.52源代码

  完整版UCOS-II+V2.52源代码,对于初步接触操作系统的人来说,具有很好的学习价值。。。(Full version of the UCOS-II+V2.52 source code, for the initial contact with the operating system, it has a very good learning value...)

3
下载
92
浏览
2017-07-13发布

20. Stm32_uCOS+uCGUI(FSMC)(3.2寸屏)控制芯片R61505U

  stm32的ucos和ucgui(FSMC)开发,适合初学者。(STM32 UCOS and ucGUI (FSMC) development, suitable for beginners.)

4
下载
78
浏览
2017-07-04发布