Location:
Search - sdio version 1
Search list
Description: sdio驱动,Windows Server 2003 DDK版本的DDK进行编译通过。-SDIO Driver, Windows Server 2003 DDK version of the DDK to compile through.
Platform: |
Size: 9216 |
Author: |
Hits:
Description: SD Specifications
Part E1
SDIO
Simplified Specification
Version 1.10
April 3, 2006
Technical Commi-SD SpecificationsPart E1SDIOSimplified SpecificationVersion 1.10April 3, 2006Technical Commi
Platform: |
Size: 331776 |
Author: wanglei |
Hits:
Description: 最新版本(2.00)的SD/SDIO协议(简化版本)-Lastest version (2.00) of SD/SDIO specification (simplified version)
Platform: |
Size: 398336 |
Author: newhuawang |
Hits:
Description: sdio stack for linux 2.6.24版本, 其他版本编译会出错, 建议使用gcc4.3以下的版本.-sdio stack for linux 2.6.24 version, other versions of the compiler to be wrong, it is recommended to use the following version of gcc4.3.
Platform: |
Size: 117760 |
Author: 丹尼 |
Hits:
Description: PXA27x的MMC/SD IO控制器在访问PXA27x处理器的软件与MMC存储堆和支持MMC、SD及SDIO通信协议之间充当联结作用。PXA27x的MMC控制器协议规范遵守多媒体卡系统规范V3.2(MultiMediaCard System Specification Version 3.2);SD控制器支持一个基于SD存储卡规范V1.01(SD Memory Card Specification Version 1.01)SD卡或基于SDIO卡规范V1.0( SDIO Card pecification Version 1.0)。MMC/SD/SDIO控制器采用标准的MMC传输协议或串行通信接口SPI协议模式。访问PXA27x的软件使用MMC传输协议或SPI模式作为与MMC控制器通信的协议。-PXA27x the MMC/SD/SDIO controller in the PXA27x processor to access the software and MMC memory heap and support MMC, SD and SDIO act as a link between the role of communication protocols. PXA27x MMC controller protocol specification to comply with the Multimedia Card System Specification V3.2 (MultiMediaCard System Specification Version 3.2) SD controller supports an SD memory card standard based on V1.01 (SD Memory Card Specification Version 1.01) SD card or SDIO card based on Specification V1.0 (SDIO Card pecification Version 1.0). MMC/SD/SDIO MMC controller in a standard transmission protocol or serial communication interface SPI protocol mode. Software used to access PXA27x MMC or SPI mode of transport protocol as communication protocol with the MMC controller.
Platform: |
Size: 12288 |
Author: sxf |
Hits:
Description: stm32 SDIO 操作的寄存器版本,是根据库函数版本改的,不支持多块写入,貌似是库函数原有的bug,暂时没法解决。使用时依次调用SD_Init(),SD_GetCardInfo(&SDCardInfo),SD_SelectDeselect((u32) (SDCardInfo.RCA << 16)),SD_EnableWideBusOperation(SDIO_BusWide_4b),然后就可以调用扇区读写操作了。-the stm32 SDIO operation of the register version, is changed depending on the version of library functions, does not support multi-block write, looks like the original bug in the library function is temporarily unable to solve. Turn to call SD_Init (), SD_GetCardInfo (& SDCardInfo) SD_SelectDeselect ((u32 Bases the) (SDCardInfo.RCA < < 16)), SD_EnableWideBusOperation (SDIO_BusWide_4b), then you can call the sector read and write operations use.
Platform: |
Size: 13312 |
Author: 蒋圣 |
Hits:
Description: 晟睿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脚本交互窗口,波特率9600,可根据实际修改。
5、可演示官方Demo例程。
6、SDIO TF卡,用来挂载文件系统和保存字库、图片等,板子上是SPI的卡槽,自己跳线为SDIO接口,速度比SPI快很多,SDIO接口可查看STM32手册,源码中也可查看。
7、触摸屏功能和外部RAM还存在小问题,正在修改中。
(网络问题不确定是否上传成功,再上传一次)-Sheng Rui STM32F103ZET6 development board ran RT Thread, kernel 1.2.0, GUI 0.8 version can be downloaded to run on the board.
1, TFT-driven framework based on RT Thread writing, FSMC bus, can be directly used. For common 9320,9325,9328TFT drive.
2, SPI W25Qxx Nor flash drive can store fonts and file systems.
3, the real-time clock (RTC), available serial port command to set the time and date, serial printer, displayed on the LCD display function can simply call the LCD.
4, three serial driver, IIC drive, serial port a shell script interactive window, baud rate 9600, according to the actual changes.
5, can demonstrate official Demo routine.
6, SDIO TF card, used to mount the file system and preserving fonts, images, etc., is SPI s slot on the board, own jumper for SDIO interface, much faster than the SPI, SDIO interface can view the STM32 manual, source code is also viewable.
7, touch screen functions and external RAM there is a small problem, being revised.
Platform: |
Size: 27248640 |
Author: 潘锐 |
Hits:
Description: 本例程移植了R0.09b版本的FatFS文件系统,采用SDIO接口的MicroSD卡作为存储介质。
FatFS文件系统的移植说明见: \User\FatFS\FatFS移植记录.txt
核心文件为:
b sdio_sd.c/.h : SDIO底层驱动代码
demo_sdio_fatfs.c/.h 演示FatFS API接口函数的使用方法的主程序。
配置GPIO的SD_Init()函数在执行 f_mount() 挂在文件系统时会被调用。因此,没有在 bsp.c 中添加SDIO的初始化。
注意:为了支持长文件名,FatFS必须包含 cc936.c 文件,其中 static const WCHAR uni2oem[] 常量数组
是一个GB2312码和UNICODE代码的转换表,会占用程序空间约170K字节。
如果不需要支持长文件名,则代码空间可节约 170K字节。
由于支持长文件名,代码大小超过了128K,因此不能在CpuRAM调试,除非去除长文件名的支持。
-The routine transplanted R0.09b version of FatFS file system, using SDIO interface MicroSD card as the storage medium. Migration Notes FatFS file system, see: \ User \ FatFS \ FatFS transplant record .txt core file: b sdio_sd.c/.h: SDIO underlying driver code demo_sdio_fatfs.c/.h use demo FatFS API interface functions of the main program . Configuration of GPIO SD_Init () function is called when the execution f_mount () hang in the file system. Therefore, no add SDIO initialization in bsp.c in. Note: In order to support long file names, FatFS cc936.c file must contain, among static const WCHAR uni2oem [] array constant is a GB2312 code and UNICODE code conversion table will occupy approximately 170K bytes of program space. If you do not support long file names, it can save 170K bytes of code space. With support for long file names, code size exceeds 128K, and therefore can not be debugged in CpuRAM, unless the removal of the long file name support.
Platform: |
Size: 4096 |
Author: 陈启康 |
Hits:
Description: SDIO开发文档资料,带详细版和简版,很好的开发文档(SDIO development of documentation, with detailed version and simplified version, a good development document)
Platform: |
Size: 2372608 |
Author: 小雷tongzhi
|
Hits: