搜索资源列表
STM32-uCOS-II_UAV.STM32 Cortex-M3下uCOS-II 2.88的最新版移植
- STM32 Cortex-M3下uCOS-II 2.88的最新版移植,包含uC-OSView GPS uCFS SD MMC驱动,STM32 Cortex-M3 under uCOS-II 2.88 of the latest version of transplantation, including uC-OSView GPS uCFS SD MMC driver
STM32F103-UCOS.rar
- 针对STM32F103的UCOS移植,支持RealView MAK及IAR开发环境,UCOS for the STM32F103 transplantation, support for RealView MAK and IAR development environment
Micrium-ST-uCOS-II-LCD-STM32
- uCosII2.86在STM32F10BLK1开发板上的移植例程,已完成Flash、LCD、SD、ADC驱动部分的开发,内含完整的BSP-uCosII2.86 board in the development of transplant STM32F10BLK1 routines have been completed Flash, LCD, SD, ADC-driven part of the development, the BSP includes a complete
uCOS-II-FS-uCGUI-SD-TFT
- STM32-ucos-FS文件系统-uCGUI-SD卡-TFT9325-说有动移植好了,保证能用-STM32-ucos-FS file system-uCGUI-SD Card-TFT9325-said Udo transplant well, can be used to ensure
STM32-FATFS-for-SD-card
- STM32F103RBT6 SDcard
STM32_SDIO_FAT
- 基于STM32的SDIO 接口SD卡文件系统。FAT的。完整工程代码。keil MDK 3.22A以上版本打开。有问题给我e-mail:66194052@163.com-STM32 based on the SDIO interface SD card file system. FAT' s. Complete engineering codes. keil MDK 3.22A or later to open. There are problems to me e-mail: 66194
STM32_SD_Fatfs-ucgui-ucos
- 这是基于STM32的fatfs的资料,操作系统为ucosii,向ucosii中移植fatfs文件系统-this is about fatfs and sd。
AudioPlayerwithucos
- stm32加入ucos的音频播放器,可以播放SD卡里的WAV格式的音频文件。-Stm32 join ucos audio player, can play the SD card format WAV audio files.
uCOS-IIPFSPuCGUIPSDPTFTPSTM32
- uCOS-II+FS+uCGUI+SD+TFT在STM32上的移植-uCOS-II+ FS+ uCGUI+ SD+ TFT transplantation on the STM32
FATFS-V0.08A-SD-Card
- 基于STM32平台的SD卡文件系统源码。FATFS V0.08A-SD Card-Based the STM32 platform for SD card file system source. FATFS V0.08A-SD Card
sd
- 这个是原子stm32实验板的程序,其主要内容是对于sd卡的读取。-This is the atomic program of the stm32 experimental board, sd card read.
STM32-SD-SPI-32x32x4-center
- 车载广告显示程序 1、多条广告信息显示 2、广告字体可自行设置 3、被劫报警求助信息显示功能 4、STM32下的UCOS-II系统任务级-Car advertising display program 1, multi-information display two pieces advertisement, advertising fonts can set three, was robbed police assistance information display 4, S
STM32MP3
- 在STM32开发板上,用ucos操作系统编写的MP3,可以播放SD卡里的音乐-On the STM32 development board, MP3, written in ucos operating system can play music of SD card
STM32-uCOS-II_UAV_GPS
- ucos ii下的gps工程源码,以前借鉴的完整工程文档,涉及到了fs、SD等方面。按照ucos官网的文件结构。-Source ucos ii gps works under the previous draw complete engineering documentation related to the fs, SD and so on. Ucos file structure according to the official website.
STM32-SD-Fatfs-ucgui-ucos
- 程序是奋斗开发板的例程,采用ucGUI作为操作系统,FATFS作为FAT32的文件管理系统,读写SD卡,是很完整的文件管理程序。-Program is struggling development board routines, using ucGUI as the operating system, FATFS as FAT32 file management system, SD card reader, it is a complete file management program.
CODE
- 完整的UCOS + UCGUI项目源码,带触摸驱动,带SD卡驱动,带FAT文件系统-UCOS UCGUI STM32
template_11-26
- 这是一个基于Stm32并集合实时操作系统ucos的程序,包含了FATFS文件系统,SD卡驱动程序,24L01驱动程序,CAN总线驱动程序,LCD驱动程序,VS1003音频解码芯片驱动程序,只要稍作修改就可适配自己的硬件板-This is based on a collection of real-time operating system and Stm32 ucos program, including the FATFS file system, SD card driver, 24L01
STM32-Experimental-Music-Player
- STM32音乐播放器实验 本实验将实现如下功能:开机先检测字库是否存在,如果检测无问题,则对VS1053进行RAM测试和正弦测试,测试完后开始循环播放SD卡MUSIC文件夹里面的歌曲(必须在SD卡根目录建立一个MUSIC文件夹,并存放歌曲在里面),在TFTLCD上显示歌曲名字、播放时间、歌曲总时间、歌曲总数目、当前歌曲的编号等信息。KEY0用于选择下一曲,KEY2用于选择上一曲,WK_UP和KEY1用来调节音量。本实验用DS0指示程序运行状况。 注意:该实验必须自备SD卡一个,耳机一副。