搜索资源列表
sd卡(驱动)工作原理分析完整版
- 1硬件初始化,与CPU相关的配置,SSIO功能设置2SD卡的数据包、命令索引表和命令回应3命令相应的实现,读写SD卡,命令协议的封包拆包4SD卡配置的相关结构体信息分析(CID、CSD)-a hardware initialization, and the CPU configuration, SSIO 2SD cards feature set of data packets, orders table and orders to r
sd 卡
- 有关sd卡的初始化详解
SD卡SPI模式的相关操作
- SD卡的SPI模式的初始化,读写等。
sd卡(驱动)工作原理分析完整版
- 1硬件初始化,与CPU相关的配置,SSIO功能设置2SD卡的数据包、命令索引表和命令回应3命令相应的实现,读写SD卡,命令协议的封包拆包4SD卡配置的相关结构体信息分析(CID、CSD)-a hardware initialization, and the CPU configuration, SSIO 2SD cards feature set of data packets, orders table and orders to r
SDCardreadwrite
- 一个SD卡读写程序 硬件平台:atmega8L 最小系统 硬spi(sd 卡的初始化采用了io 口模拟时序,因为在实验中发现要使 用较低的速率才能稳定的初始化) 软件开发平台:ICC-AVR version 6.31a 硬件配置:atmega8L 内部8m 时钟 sandisk 128m sd 卡-an SD Card Reader procedures hardware platforms : atmega8L
AVR+SD
- AVR的SD卡接口程序 包含: SD卡初始化(SPI-MODE) 从SD卡读一个扇区-AVR the SD card interface program includes: SD card initialization (SPI-MODE) from SD card reading a sector
SD
- 该文件为S3C44B0硬件平台配置具体函数的初始化及其SD卡读写程序-The document S3C44B0 hardware platform configuration for the specific function of the initialization procedure and its SD card reader
embed_sd
- 用于arm(STR710系列)对sd卡的操作,spi方式,包括sd卡的读写擦除初始化等。-For the arm (STR710 series) on the sd card operation, spi, including sd card initialization such as reading and writing erased.
2410-fs-ldqmoon
- 这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializin
SD_CARD
- SD卡读写程序,包含初始化,复位,读写操作。-SD-card read & write code.
SPI_SD_initial
- 在stm32之下透過SPI初始化SD卡記憶體-Stm32 under the SD card through SPI memory initialization
SD-MCU_application
- SD卡在单片机上的应用,包括SD卡参数资料,初始化程序以及读写相关代码-SD card microcontroller applications, including SD card, parameter data, initialization procedures and the relevant code to read and write
SD_CARD_FAT
- STM32下SD卡文件系统读写程序,如何初始化SD卡及读写、擦除SD卡-SD card file system program of STM32,how to initialize ,write ,read,erase SD card
SD-for-lpc210x
- lpc210x 中对sd卡的基本操作程序 、初始化读写SD卡的硬件条件(spi接口和其他有用的管腿,如写保护)-lpc210x sd card in the basic operation of the program, read and write SD card hardware initialization conditions (spi interface and other useful tube legs, such as
STC12LE5A60S2PElectronic-photo-
- 用了znFAT 5.18,先使用IO模拟的方式初始化SD卡,然后使用硬件SPI接口通信,我用了32M的晶振,4分频,不过刷屏速度仍然较低;放在SD卡中的BMP图片需要经过处理,320X240分辨率,并顺时针旋转180度。图片会循环播放。-Used znFAT 5.18, first use IO simulation initialize the SD card, and then use the hardware SPI interf
init
- 初始化SD卡 Reset: mrs r0, CPSR bic r0, r0, #0x1f orr r0, r0, #0xd3 msr CPSR_fc, r0 -init SD card Reset: mrs r0, CPSR bic r0, r0,#0x1f orr r0, r0,#0xd3 msr CPSR_fc, r0
STM32--SD-RW
- 开机先初始化SD卡,如果SD卡初始化完成,则读取扇区0的数据,然后通过串口打印-Boot initializes the SD card, if the SD card initialization is complete, the read sector 0 of the data, and then print through the serial port
SD卡_SDIO实验
- 学习STM32的SDIO使用,并驱动SD卡. 本实验开机的时候先初始化SD卡,如果SD卡初始化完成,则提示LCD初始化成功。按下KEY0,读取SD卡扇 区0的数据,然后通过串口发送到电脑。如果没初始化通过,则在LCD上提示初始化失败。同样用DS0来指示 程序正在运行。(Learn the STM32 usage of SDIO and drive SD card)
SD卡资料
- SD卡初始化,及读写流程,以及SD卡上文件系统介绍,及51MCU FAT32文件系统程序(The SD card initialization, and the reading and writing process, as well as the file system introduction on the SD card, and the 51MCU FAT32 file system program)
SD卡
- 完成S3C2440中的SD卡的裸机驱动,初始化S3C2440 SD卡控制器,能够完成SD卡的识别、分类、读写等操作(Complete the bare driver of SD card in S3C2440, initialize the controller of S3C2440 SD card, and complete the identification, classification, reading and writing