▍1. UCGUI_TEST
基于UCOSII操作系统的UCGUI开发示例代码(UCGUI development sample code based on UCOSII operating system)
基于UCOSII操作系统的UCGUI开发示例代码(UCGUI development sample code based on UCOSII operating system)
stm32实时显示ADC采集的数值,显示在触屏版上(showing the data of ADC)
文件里介绍了ucosii的函数说明,很详细,需要的朋友可以下载(The function description of uCOSII is introduced in the file, which is very detailed, and a friend you need can download it.)
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);)
ucGUI中文手册,开发ucos图形界面参考,学习(UcGUI Chinese manual, developing UCOS graphic interface reference, learning)
ucOS-II入门教程(任哲),适合ucos初学者(UcOS-II introductory tutorial)
说明: 这是按照前面我发的从零开始学习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.))
基于STM32 ucOS+ucGUI人机界面实验源码(UcOS+ucGUI human computer interface experimental source code)
是基于stm32的ucos3 的例程,能够快速入门,帮助新人用的(A quick introduction to ucos3 to help newcomers)
基于STC15系列单片机的UCOS-II操作系统移植工程,KEIL开发软件。(STC15 series microcontroller based UCOS - II project operating system transplantation, KEIL software development.)
STM32F0系列的ucosii移植实例代码,基于Keil5,包括串口通信、按键检测、RTC时钟实时显示等(STM32F0 series of uCOSII transplantation example code, based on Keil5, including serial communication, key detection, RTC clock, real-time display)
在双核单片机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.)
Fractional Fourier transform computing, Mainly for data analysis and statistics, Including regression analysis and probability and statistics.
实操性最强: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)
完整版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...)
stm32的ucos和ucgui(FSMC)开发,适合初学者。(STM32 UCOS and ucGUI (FSMC) development, suitable for beginners.)