CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容 搜索资源 - 单片机 文件系统

搜索资源列表

  1. FS

    0下载:
  2. 基于单片机的SD语音系统的某一功能:文件索引表管理-Based on SCM SD phonetic system of a certain function: file index table management
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:1751
    • 提供者:stanley
  1. sd-reader_20090330

    0下载:
  2. 一个写得很好的SD卡读写,基于AVR MEGA8单片机,包括FAT文件系统的实现,支持SDHC,包含原理图,值得一读!-sdcard reader,base on AVR MEGA8 microcontroller,including FAT filesystem implementation, and circuit! easy to read
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:412931
    • 提供者:Etual
  1. znFAT-test

    1下载:
  2. 振南51单片机版的FAT文件系统,可读取多种存储设备如SD卡、U盘等,方便用51实现丰富多样的功能。-The of Zhennan 51 microcontroller version of the FAT file system can read a variety of storage devices such as SD card, U disk, etc. to achieve a variety of functions, with 51 convenient.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:107520
    • 提供者:
  1. MP3_final

    0下载:
  2. 自制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
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-22
    • 文件大小:7315866
    • 提供者:张勇立
  1. FAT16

    0下载:
  2. 本文件系统可兼容FAT16/FAT32两种文件系统格式,完全支持长文件名,GB2312/UNICODE转换码表(文件名可以支持简体中文,繁体中文,日文,俄文等), 支持子目录,支持文件的读取,写入,删除,创建等文件系统常用功能。 另外,本文件系统完全使用C代码编写,可以无障碍的移植于多种主流单片机的平台上使用。 FAT16为我们免费提供的免费代码,用户可免费测试,研究,应用。 本代码的FAT32(兼容FAT16)与多盘版本(支持磁盘文件互拷),我们得收费, -FAT1
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-15
    • 文件大小:1369340
    • 提供者:cccc
  1. STM32_FATFS_SPI

    0下载:
  2. stm32单片机,spi模块实现文件系统FATfs-stm32 SCM, spi module implements a file system FATfs
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-20
    • 文件大小:5808385
    • 提供者:gqy
  1. FATFS

    0下载:
  2. 讲述STM32与SD卡的FAT文件系统,便于单片机数据保存-About the STM32 and SD card FAT file system, to facilitate data storage SCM
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-15
    • 文件大小:3610557
    • 提供者:明帅
  1. LD_Demo_OnlyPlay_Source

    0下载:
  2. 以下定义是在示范程序中,用来播放的声音数据的起始位置和长度 // 这些声音是事先在PC机上录制好的MP3文件,在PC机上合成到一个文件 voice.dat中 // 可以把这个voide.dat存储到用户系统中的存储芯片中,诸如 spi-flash中 // 在需要播放时,用户的主控MCU可以到spi-flash中根据要播放文件的起始地址无读取MP3数据 // 并送入LD3320进行播放 单片机#include "STC10F08XE.H"-#include "STC10F
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:75981
    • 提供者:王良进
  1. znFAT

    0下载:
  2. znfat文件系统原理,对初学fat32,想移植到单片机或者arm 的入门资料 深入浅出的解释了fat32的结构-znfat file systems theory, for beginners fat32, want to migrate to chip or arm introductory information explained in simple terms fat32 structure
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-07
    • 文件大小:1571319
    • 提供者:tecfan
  1. danpianjixitongkuozhan

    0下载:
  2. 单片机的系统扩展,并学习如何编程生成hex文件。-MCU system extension, and learn how to program generated hex file.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-25
    • 文件大小:70159
    • 提供者:景生
  1. SDIO_fatfs

    0下载:
  2. 采用C语言编写的用于STM32单片机的SDIO控制fat文件系统的源码-STM32 micro prosessor source code uesd to fat systems based on SDIO.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-18
    • 文件大小:4616854
    • 提供者:zheng
  1. Fatfs_GCC

    0下载:
  2. FatFs gcc 编译工程 FatFs Module是一种完全免费开源的FAT文件系统模块,专门为小型的嵌入式系统而设计。它完全用标准C语言编写,所以具有良好的硬件平台独立性,可以移植到8051、PIC、AVR、SH、Z80、H8、ARM等系列单片机上而只需做简单的修改。它支持FATl2、FATl6和FAT32,支持多个存储媒介;有独立的缓冲区,可以对多个文件进行读/写,并特别对8位单片机和16位单片机做了优化。-FatFs Module is a completely free
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-03
    • 文件大小:549639
    • 提供者:孙春兴
  1. The-automatic-control-system-

    0下载:
  2. 基于51单片机的自动恒温控制系统,文件里面含有源码和仿真图-The automatic control system based on 51 single-chip temperature source
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-30
    • 文件大小:101801
    • 提供者:wyf
  1. C51_TRAFFIC

    0下载:
  2. 使用51单片机模拟的交通信号灯系统。内含代码和仿真文件。使用C语言编程。-Traffic signal lamp system using 51 single chip microcomputer,Containing code and simulation files written in C language programming.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-04
    • 文件大小:47209
    • 提供者:杜丽双
  1. STC--Electric-bike-scheme-

    4下载:
  2. 单片机STC12C5404 本程序为无刷电机48V30A三相6拍智能版本-PCB上Q孔P14口对地后开电门锁系统将自动进入64种相序接法自动识别功能。带有AD霍尔数据采集鉴相,STC无刷清单及说明,STC做板文件,STC_sch,STCt贴片图等等全套文件,非常有价值。-MCU STC12C5404 This procedure take intelligence of 48 v30a three-phase brushless motor 6 version- P14 hole on PCB
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-07
    • 文件大小:1087843
    • 提供者:张海蓝
  1. FAT12_100K

    0下载:
  2. 将此文件烧录到单片机中相当于将单片机内部的100Kflash空间格式化为fat12格式(This file is burned into the microcontroller, equivalent to the MCU 100Kflash space formatted as FAT12 format)
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-12-24
    • 文件大小:52224
    • 提供者:zhuzhu007
搜珍网 www.dssz.com