搜索资源列表
STM32F103-UCOS.rar
- 针对STM32F103的UCOS移植,支持RealView MAK及IAR开发环境,UCOS for the STM32F103 transplantation, support for RealView MAK and IAR development environment
ucos-iii-to-stm32
- keil工程下uCOS-III在stm32f103上的移植的源代码,该程序可以再103 和107 芯片上运行成功运行-uCOS-III on stm32f103, keil project transplant source code, the program can be run on the 103 and 107 chips run successfully
STM32F103ucOS-II
- STM32F103的ucOS-II 移植好的工程。项目可以直接编译、调试,没有错误和警告,注释详尽。ST的Cortex-M3内核,在UCOS-II中建立两个任务,分别以1s和2s点亮熄灭两个LED。-The ucOS-II transplantation STM32F103 good works. Project can compile, debug, no errors and warnings, detailed notes. ST' s Cortex-M3 core, in UCOS-II
stm32f103-MP3
- stm32f103系列mp3解码例程源程序,因为stm32内部不能mp3解码,该例程是需要外部mp3解码模块-stm32f103 series mp3 decoding routines source, because the the stm32 internal can not mp3 decoder, the routine is the need for external mp3 decoder module
STM32_uCOS_Template
- 我的基于STM32F103的uCOSII模板,可直接使用。-I based on the STM32F103 uCOSII template, can be used directly.
ucos_exit_printf
- MDK开发环境下的,基于神州三号STM32F103开发板的程序。基于ucos2.86的两个基本任务,外部按键中断程序。固件库是3.3版本,并且能串口输出打印汉字到超级中断-MDK development environment, based on the Shenzhou III STM32F103 development board procedures. Ucos2.86 two basic tasks, the external key interruption. The firmware
UCOS2860822OK^-^
- 这是一个绝好的资源,因为:它在STM32F103系列上移植了UCOS系统和固件库,UCOS版本:2.86,固件库版本:3.30,而且,而且里面集成了printf函数,可以串口输出调试信息,更重要的是,他有4路PWM输出和3路PWM捕获,具体输出引脚和捕获引脚我在压缩包里的文件里有说明。我初学STM32时,网上下载的例程大多不能用,我对那些自私的人很无语,我共享这一个,就是想给曾经像我一样迷茫的人一块垫脚石,希望你们能站的更高、更远~~开发环境是KEIL/MDK,没有这个选项,就选C了。-Can
STM32F103-uCOSII
- ucosii移植程序,仿照邵贝贝教授例程,移植的test1.exe 宅男们可以自行添加其他例程-the ucosii transplantation program, modeled on Professor Shao Beibei routine transplantation test1.exe otaku can add other routines
uCOS-III-model
- 将UCOS-III移植到STM32平台,编译环境为KEIL。里面包含完整工程,可以在STM32F103开发板上运行。-UCOS-III will be ported to the STM32 platform, the compiler environment KEIL,Which contains the complete engineering, can run on the STM32F103 development board.
STM32_uCOS_UART_adc
- 基于STM32F103移植ucosii操作系统,并建立几个应用。主要实现了UART,ADC两个应用。在神州三号上可以直接运行。-Based on STM32F103 transplantation ucosii operating system, and establish a few applications.Main achieved UART, ADC two application.On the shenzhou 3, can be directly run.
STM32_uCOS_uCGUI
- 基于STM32F103移植ucosii系统,并移植ucgui。 方便学习STM32平台移植需要的人开发。可以在神州三号上直接使用。-Ucgui based on STM32F103 transplantation ucosii system and transplantation. Need to develop convenient STM32 learning platform transplantation.Can be used on three shenzhou directl
01_radar
- 给予STM32F103芯片,4个雷达距离检测的代码。CAN输出,串口输出。CAN OUT (500K),UART1 OUT (115200BPS)-4 radar CHECK, STM32F103 CPU, CAN OUT (500K),UART1 OUT (115200BPS)
modules
- STM32F103的CAN驱动,实现收发,在uCOS下-the driver of CAN in STM32
Motor_Control
- STM32F103 UCOSII-2.96系统下采集旋变解码器数据及CAN通信,控制直流电机运行-STM32F103 UCOS collecting data and resolver decoders under II-2.96 CAN communication system, control the DC motor running
HARDWARE
- STM32F103 双串口代码,是一个项目中提取出来的,可以参考-STM32F103 dual serial code is extracted a project, you can reference
野火ucos_iii资料和程序(20180814更新)
- 提供一些基本的ucose操作方法 源码可直接复制文档即可(Provide some basic ucose operation method source code, you can directly copy documents)
my_ucos_Template
- UCOS II 在stm32F103的稳定移植,可以直接使用在项目中,例子中建立了两个任务,IO口切换(The stable porting of UCOS II in stm32F103 can be used directly in the project. In the example, two tasks are set up, IO port switching)
UCOSII完整系统代码
- 使用stm32F103芯片,在最小系统上实现了UCOS-II的完成功能,使用keil4编写;功能包括任务调度,消息队列,信号量集和软件定时等。本人亲测可以直接使用,使用的是标准32库函数(Using stm32F103 chip, the completion function of UCOS-II is realized on the smallest system, which is written by keil4. Functions include task scheduling, m
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
例1-1 UCOSII移植
- 跑操作系统,F4系列的单片机。可以完美使用,已经移植好了全部功能(Running operating system, F4 series of singlechip. It can be used perfectly, and all the functions have been transplanted.)