51单片机读写SD卡程序,使用FAT文件系统,51单片机也可以有海量存储了
2019-12-21 21:35:26 71KB 51单片机 读写SD卡
1
51MCU读写W25X16 W25Q16
2019-12-21 21:18:20 3KB W25Q16 51 MCU
1
单片机读写fat32文件系统的源码工程,keil工程,绝对可用,打开编译即可,亲测通过编译通过, 8051单片机读写sd卡内容的例子,51单片机读写fat问系统范例,单片机文件系统,fat16文件系统,51单片机读写sd卡读写硬盘, 执行结果是通过串口输出读到的sd卡的文件系统信息,内容, 振南电子的范例sdfat范例,仅供作单片机开发sd卡的参考。来源网络,
2019-12-21 20:21:43 175KB fat32 sd卡 单片机读写 8051文件系统
1
单片机采用Microchip 八位单片机 flash k9f1208u0m
2019-12-21 20:15:47 33KB pic 单片机 读写flash k9f1208u0m
1
RC522单片机读写卡程序,io口模拟SPI接口程序,有读有写
2019-12-21 19:39:12 67KB RC522
1
#include #include "FAT16.h" #include "sd.h" //------------------------------------------------------------------------ #define SEC_Size 512 #define MBR_Sector 0 //绝对地址 #define FAT_Sector 0 //逻辑地址 //------------------------------------------------------------------------- uint8_t BUFFER[SEC_Size]; uint8_t PB_RelativeSector; uint16_t BPB_BytesPerSec; uint8_t BPB_SecPerClus; uint16_t BPB_RsvdSecCnt; uint8_t BPB_NumFATs; uint16_t BPB_RootEntCnt; uint16_t BPB_TotSec16;
2019-12-21 18:58:37 62KB SD卡程序
1