搜索资源列表
读写U盘扇区实验
- 这是arm基于uC/os-II的读写U盘扇区实验-This is the arm on uC / OS-II to read and write disk sector experimental U
SSTVF160
- SST39VF160的读写程序,包括读取设备ID号,擦除扇区,片擦出,扇区编程等-SST39VF160 literacy procedures, including the reading device ID, Erase sector, generated films, such as ASP programming
U
- ZLG SmartARM 2200 读写U盘扇区实验!
FS
- 包括以下两个文件夹 \\CF-Drive ARM7读取CF卡或IDE硬盘指定扇区内容源码 \\FS 读取或写入CF卡或IDE硬盘文件源码,支持FAT12、FAT16、FAT32等文件系统
4.4_ZLG_CF
- 通过使用ZLG/CF驱动读写CF卡或IDE硬盘的指定扇区等操作实验,掌握ZLG/CF驱动的使用。
FS_FAT32
- FAT32文件系统 基于LPC2200,前后台环境,可自己修改适配于各种RTOS。 验证环境: 搭载LPC2200的SmartARM2200开发板,使用该板上的SPI总线利用该程序读写SD卡 由于试验的SD卡比较特殊,1簇仅1扇区,所以不排除该程序对于非该情况的出错可能-FAT32 file system based on the LPC2200, the environment around Taiwan, can modify their own adaptation in
ADuC7026-K9F1G08
- ADuC7026控制NAND K9F1G08,能进行扇区读写-ADuC7026 control NAND K9F1G08, be able to read and write to sector
SDcardAT89C51
- SD卡在现在的日常生活与工作中使用非常广泛,时下已经成为最为通用的数据存储卡。在诸如MP3、数码相机等设备上也都采用SD卡作为其存储设备。SD卡之所以得到如此广泛的使用,是因为它价格低廉、存储容量大、使用方便、通用性与安全性强等优点。既然它有着这么多优点,那么如果将它加入到单片机应用开发系统中来,将使系统变得更加出色。这就要求对SD卡的硬件与读写时序进行研究。对于SD卡的硬件结构,在官方的文档上有很详细的介绍,如SD卡内的存储器结构、存储单元组织方式等内容。要实现对它的读写,最核心的是它的时序,
USBDemo
- 在万利199元开发板上实现了STM32利用SPI控制SD卡读写扇区的操作。-199 yuan in Wanli STM32 development board implements the SD card using SPI control read and write sector operation.
LabNine_STM32PSPI
- STM32编程模板下做的SPI与FLASH通信,具备读写擦除扇区功能,硬件开发板为火牛开发板-Done under the STM32 SPI programming templates and FLASH communications, with read and write erase sector,
duqushanquxinxi
- 读取磁盘中扇区信息的源代码,运行该代码后可以直接读取扇区的信息-Read disk sector information source code, run the code can be directly read the information sector
sd
- sd卡单片机读写数据,以扇区为单位读写数据-Source microcontroller SD card reader to read and write data in units of sectors
FatFs
- 实现了STM32的fat32,fat16文件系统,只需要替换简单的IO扇区读写接口,就能移植使用,很方便-STM32 fat32, fat16 file system, only need to replace the simple the IO sector read and write interface can transplant use, it is convenient
eeprom
- stc12c5a32单片机内部eeprom操作 包括字节写、擦出,扇区擦出、做自己读写等功能-stc12c5a32 MCU internal eeprom operations include byte write, wipe, wipe the sector, to do their own reading and writing functions
STM32F4Pflash
- STM32F4中对片内Flash的指定扇区进行擦除、写入、读取的操作!通过串口打印相应的操作信息!-STM32F4 in specified sectors of on-chip Flash erase, write and read operation.Via a serial port to print the corresponding operational information!
FLASH
- SPI FLASH驱动程序,包括读写,擦除,扇区操作等-spi FLASH driver prog
TQ2440_FatFs
- 在三星2440开发板(TQ2440)上移植成功FatFs文件系统,用于读写SD卡中的文件。其中读写文件、读写目录、读取指定文件的起始扇区号/起始簇号及文件大小等功能已经完成。调试OK。做好的功能函数FatFs_test.c中,开发环境ADS1.2,请知悉。-In the Samsung 2440 development board (TQ2440) successfully transplanted the FatFs file system, used to read and write fi
SD卡_SDIO实验
- 学习STM32的SDIO使用,并驱动SD卡. 本实验开机的时候先初始化SD卡,如果SD卡初始化完成,则提示LCD初始化成功。按下KEY0,读取SD卡扇 区0的数据,然后通过串口发送到电脑。如果没初始化通过,则在LCD上提示初始化失败。同样用DS0来指示 程序正在运行。(Learn the STM32 usage of SDIO and drive SD card)
源码
- 关于stm32f407的一些关于adc-dac的代码、蓝牙监控超声波工作、蓝牙监控温湿度和超声波工作、关于flash的擦除扇区和读取的代码、串口检测超声波的代码。(About stm32f407's ADC-DAC code, Bluetooth monitoring, ultrasonic work, Bluetooth monitoring temperature and humidity and ultrasonic work, flash's erase sector and read
Cheap_Flash_FS(FAT版)--嵌入式FAT文件系统源码免费下载
- Cheap_Flash_FS(FAT版)--嵌入式FAT文件系统源码免费下载 本文件系统支持FAT16/FAT32文件系统共计两种格式,支持长文件名, 支持中文文件名(支持GB2312/UNICODE转换码表) 支持子目录,支持文件的读取,写入,删除,创建等等常用功能。 另外,本代码全部使用C代码编写,可以移植去各种单片机平台上实现文件系统模块。 (本代码是我们提供的免费代码,用户可免费测试,研究,应用代码。并可以在商业产品上使用。 本代码有高端版,一次可以写1000个扇区或