搜索资源列表
在STM32上的SDIO接口的SD卡文件系统
- 一个跑在STM32上的SDIO接口的SD卡文件系统DOSFAT,是别的地方下的试了一下可用
Fatfs 0.8a
- FatFs的最新代码。版本0.8a R0.08a, Aug 16, 2010 Added f_getcwd(). (_FS_RPATH = 2) Added sector erase feature. (_USE_ERASE) Moved file lock semaphore table from fs object to the bss. Fixed a wrong directory entry is created on non-LFN cfg when t
SD_FatFS_STM32.rar
- STM32,IAR平台,移植FATFS文件系统,实现SD卡读写,原文见www.ouravr.com,此处转载,非常有用,STM32, IAR platform document FATFS transplant system, SD card reader, see the original www.ouravr.com, reproduced here, very useful
hanzi_decoding
- STM32在TFT液晶上显示汉字的程序。从SD卡读取汉字的GBK码对应的字模,将字模在TFT液晶上显示。程序包括TFT液晶驱动、SD卡驱动、FAT32文件系统、汉字GBK码到字模偏移量的换算。-STM32 in TFT LCD display Chinese characters on the program. SD card reader from the GBK character code corresponding to the matrix, the matrix on the TFT
BMP-and-JPEG-image-decoding
- 基于STM32的BMP和JPEG图片解码程序,在keil软件上面写的,包括SSD1289TFT液晶驱动,SD卡驱动,FAT32文件系统,BMP和JPEG解码。-Based on the STM32 BMP and JPEG image decoding program is written in keil software, including SSD1289TFT LCD drive, SD card driver, FAT32 file system, BMP and JPEG decodi
MP3_final
- 自制mp3 ·单片机读取sd 卡上的歌曲文件 传送给 vs1003解码 ·可实现 mp3 的基本功能 切歌 暂停 歌词同步 开发环境 mdk ·使用stm32 vet6 单片机 ·sdio 驱动sd 卡 ·sfmc 驱动lcd ·fatfs 文件系统 可识别2G sd 卡 支持长文件名和中文字符 ·包含中文字库-Homemade mp3 microcontroller reads the songs on the sd card file transfer
SD-FATFS
- stm32开发板,使用fatfs文件系统往SD里面写读内容-stm32 development board, use fatfs file system to write to the SD inside read content
STM32_AD
- 一个STM32的系统文件,8路AD采样。-stm32 code 8路AD 采样
MCU_fatfs
- 基于stm32 sd卡上嵌入式文件系统的移植-STM32 file system transplant
STM32_FAT_SDCARD.zip
- STM32实现SD卡上FAT文件系统源代码,已经在开发板上进行了验证,STM32 SD card FAT file system source code, has been verified on the development board
FATFS-to-STM32
- fatfs文件系统在stm32 下的移植应用,keil平台-the fatfs file system under stm32 transplant keil platform
STM32_FATFS_SPI
- stm32单片机,spi模块实现文件系统FATfs-stm32 SCM, spi module implements a file system FATfs
FATFS
- 讲述STM32与SD卡的FAT文件系统,便于单片机数据保存-About the STM32 and SD card FAT file system, to facilitate data storage SCM
RT-Thread1.2.0
- 晟睿STM32F103ZET6开发板跑RT Thread,内核为1.2.0,GUI为0.8版本,可以下载到板子上跑。 1、TFT根据RT Thread驱动框架编写,FSMC总线,可直接用。适合常用的9320、9325、9328TFT驱动。 2、SPI W25Qxx Nor flash驱动,可存储字库和文件系统。 3、实时时钟(RTC),可用串口指令设置时间和日期,串口打印,显示在LCD上只需调用LCD显示函数即可。 4、三个串口驱动、IIC驱动,串口1为shell脚本交互窗口,波
Stm32_Vs1003
- 这是基于Stm32并集合实时操作系统ucosii、FATFS文件系统的程序,用于驱动音频解码芯片VS1003-This is based on a collection of real-time operating systems and Stm32 ucosii, FATFS file system procedures, used to drive an audio decoder chip VS1003,
SDIO_fatfs
- 采用C语言编写的用于STM32单片机的SDIO控制fat文件系统的源码-STM32 micro prosessor source code uesd to fat systems based on SDIO.
FATFS测试工程-STM32F103
- 基于STM32处理器FATFS文件系统开发 源文件(Development of source files based on STM32 processor FATFS file system)
Stm32启动文件配置
- stm32启动文件可以说有 5 个作用:1,初始化堆栈SP 2,初始化中断向量表 3,配置系统时钟 4,—main 进入main()函数 5,初始化PC指针, 上电后就从 RESET Handler 开始执行。 简单说明:(详其他可参考 cortex_m3 内核) 堆:主要用于动态内存的分配,比如用 malloc() 栈:变量,函数调用。 weak 是 若定义 意思是说 自己可以在 C 中定义 。 B . 跳转到无限循环。