搜索资源列表
SDMMC
- SDMMC卡读写模块 1. ZLG_SD读写模块V2.0: SD/MMC卡读写模块V2.00, 支持SD卡和MMC卡, 支持实时操作 系统UCOS-II, 也支持在没有实时操作系统下使用 2. SDMMCExam: SD/MMC卡读写模块V2.00 使用方法的一个例子 3. 相关中间件和移植代码: SDMMCExam例子 用到的相关中间件和移植代码 4. PC机程序: SDMMCExam例子 的PC机程序,请直接使用本目录下的SDE
SD_MMC_Test
- SD卡驱动程序。周立功单片机公司开发板提供的标准例程。
SDIO
- 一个在sd卡上的fat32文件系统测试程序-A sd card fat32 file system test program
LPC2148
- 1 LPC2148带操作系统 2 不带操作系统的模块 3 LPC2148的带驱动模块 4 LPC2148的应用模块 5 LPC2148模拟SD卡驱动程序-1 LPC2148 with the operating system 2 without operating system 3modules LPC2148 drive 4 module with the application of LPC2148 5Module LPC2148 analog SD
sdmmc-zlg
- sd卡zlg实验的ADS源程序向MDK上的移植程序,实现sd读取和写入的基本功能,基于ucosII。-sd card zlg experimental ADS source code to the MDK Porting programs to achieve sd to read and write basic functions, based on ucosII.
UCOSII.2148.SD
- 2148微处理器ARM7开发板SD卡读写模块系统程序-2148 microprocessor ARM7 development board reading modules SD card system program
lwip-test
- lm9b06 以太网 UDP通讯 内置文件系统以及sd卡测试程序-lm9b06 Ethernet UDP communication built-in sd card file system and test procedures
sd
- 这个是原子stm32实验板的程序,其主要内容是对于sd卡的读取。-This is the atomic program of the stm32 experimental board, sd card read.
SDHC_DMA_Example
- LPC1700 SD卡驱动程序 -LPC1700 SD Card Driver
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.
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卡一个,耳机一副。