搜索资源列表

  1. sd卡(驱动)工作原理分析完整版

    0下载:
  2. 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
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:139150
    • 提供者:艾倜人生
  1. sd 卡

    0下载:
  2. 有关sd卡的初始化详解
  3. 所属分类:其它资源

  1. SD卡SPI模式的相关操作

    0下载:
  2. SD卡的SPI模式的初始化,读写等。
  3. 所属分类:源码下载

    • 发布日期:2010-10-20
    • 文件大小:2066
    • 提供者:zqyun7676
  1. sd卡(驱动)工作原理分析完整版

    0下载:
  2. 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
  3. 所属分类:驱动编程

    • 发布日期:2024-05-12
    • 文件大小:139264
    • 提供者:skyge
  1. SDCardreadwrite

    0下载:
  2. 一个SD卡读写程序 硬件平台:atmega8L 最小系统 硬spi(sd 卡的初始化采用了io 口模拟时序,因为在实验中发现要使 用较低的速率才能稳定的初始化) 软件开发平台:ICC-AVR version 6.31a 硬件配置:atmega8L 内部8m 时钟 sandisk 128m sd 卡-an SD Card Reader procedures hardware platforms : atmega8L
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-12
    • 文件大小:41984
    • 提供者:问问问
  1. AVR+SD

    0下载:
  2. AVR的SD卡接口程序 包含: SD卡初始化(SPI-MODE) 从SD卡读一个扇区-AVR the SD card interface program includes: SD card initialization (SPI-MODE) from SD card reading a sector
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:choiceman
  1. SD

    0下载:
  2. 该文件为S3C44B0硬件平台配置具体函数的初始化及其SD卡读写程序-The document S3C44B0 hardware platform configuration for the specific function of the initialization procedure and its SD card reader
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-12
    • 文件大小:344064
    • 提供者:guohuatuo
  1. embed_sd

    0下载:
  2. 用于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.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-12
    • 文件大小:282624
    • 提供者:聂永波
  1. 2410-fs-ldqmoon

    0下载:
  2. 这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializin
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-12
    • 文件大小:28672
    • 提供者:罗德强
  1. SD_CARD

    0下载:
  2. SD卡读写程序,包含初始化,复位,读写操作。-SD-card read & write code.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:robert
  1. SPI_SD_initial

    0下载:
  2. 在stm32之下透過SPI初始化SD卡記憶體-Stm32 under the SD card through SPI memory initialization
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-12
    • 文件大小:533504
    • 提供者:高子平
  1. SD-MCU_application

    0下载:
  2. SD卡在单片机上的应用,包括SD卡参数资料,初始化程序以及读写相关代码-SD card microcontroller applications, including SD card, parameter data, initialization procedures and the relevant code to read and write
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-12
    • 文件大小:324608
    • 提供者:任维
  1. SD_CARD_FAT

    0下载:
  2. STM32下SD卡文件系统读写程序,如何初始化SD卡及读写、擦除SD卡-SD card file system program of STM32,how to initialize ,write ,read,erase SD card
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-12
    • 文件大小:1300480
    • 提供者:施立成
  1. SD-for-lpc210x

    0下载:
  2. 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
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-12
    • 文件大小:378880
    • 提供者:huang
  1. STC12LE5A60S2PElectronic-photo-

    0下载:
  2. 用了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
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-12
    • 文件大小:66560
    • 提供者:郝一峰
  1. init

    0下载:
  2. 初始化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
  3. 所属分类:软件工程

    • 发布日期:2024-05-12
    • 文件大小:5120
    • 提供者:李渊
  1. STM32--SD-RW

    0下载:
  2. 开机先初始化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
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-12
    • 文件大小:312320
    • 提供者:ljl
  1. SD卡_SDIO实验

    0下载:
  2. 学习STM32的SDIO使用,并驱动SD卡. 本实验开机的时候先初始化SD卡,如果SD卡初始化完成,则提示LCD初始化成功。按下KEY0,读取SD卡扇 区0的数据,然后通过串口发送到电脑。如果没初始化通过,则在LCD上提示初始化失败。同样用DS0来指示 程序正在运行。(Learn the STM32 usage of SDIO and drive SD card)
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-12
    • 文件大小:1039360
    • 提供者:听风逐雨
  1. SD卡资料

    0下载:
  2. 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)
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-12
    • 文件大小:11758592
    • 提供者:ChinaOrange
  1. SD卡

    0下载:
  2. 完成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
  3. 所属分类:嵌入式/单片机编程

« 12 3 4 5 »

源码中国 www.ymcn.org