• 大小: 11KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-17
  • 语言: 其他
  • 标签: SD卡  

资源简介

ZLG/SD软件包是 ZLG 系列软件包的重要成员之一。该软件包可用于来访问 SD/MMC 卡,目前最新版本为 2.00,本版本不仅能读写 SD卡,还可以读写 MMC卡;不仅能在前后 台系统(无实时操作系统)中使用,还可以在嵌入式操作系统 µCOS-II 中使用。本软件包只 支持 SD/MMC 卡的 SPI 模式。

资源截图

代码片段和文件信息

/****************************************Copyright (c)**************************************************  
**                               Guangzhou ZLG-MCU Development Co.LTD.  
**                                      graduate school  
**                                 http://www.zlgmcu.com  
**  
**--------------File Info-------------------------------------------------------------------------------  
** File name:           sdtools.c  
** Last modified Date:  2005-1-6  
** Last Version:        V1.0  
** Descriptions:        sd ?¨?y?ˉèí?t°ü: SD?¨?à1?1¤??oˉêy ---- CRCD£?é  
**                      Soft Packet of SD Card Driver: tool funcitons about sd card ---- crc check  
**  
**------------------------------------------------------------------------------------------------------  
** Created by:          Ming Yuan Zheng  
** Created date:        2005-1-6  
** Version:             V1.0  
** Descriptions:        The original version  
**  
**------------------------------------------------------------------------------------------------------  
** Modified by:           
** Modified date:         
** Version:               
** Descriptions:          
**  
**------------------------------------------------------------------------------------------------------  
** Modified by:   
** Modified date:  
** Version:   
** Descriptions:   
**  
********************************************************************************************************/   
   
#include “config.h“    
#include “sdconfig.h“    
#include “sdhal.h“    
#include “sddriver.h“    
   
   
#if SD_CRC_EN    
//X16 + X12 + X5 + 1 óàê?±í    
INT16U const CRCTable[256]={0x00000x10210x20420x30630x40840x50a50x60c60x70e7   
                            0x81080x91290xa14a0xb16b0xc18c0xd1ad0xe1ce0xf1ef   
                            0x12310x02100x32730x22520x52b50x42940x72f70x62d6   
                            0x93390x83180xb37b0xa35a0xd3bd0xc39c0xf3ff0xe3de   
                            0x24620x34430x04200x14010x64e60x74c70x44a40x5485   
                            0xa56a0xb54b0x85280x95090xe5ee0xf5cf0xc5ac0xd58d   
                            0x36530x26720x16110x06300x76d70x66f60x56950x46b4   
                            0xb75b0xa77a0x97190x87380xf7df0xe7fe0xd79d0xc7bc   
                            0x48c40x58e50x68860x78a70x08400x18610x28020x3823   
                            0xc9cc0xd9ed0xe98e0xf9af0x89480x99690xa90a0xb92b   
                            0x5af50x4ad40x7ab70x6a960x1a710x0a500x3a330x2a12   
                            0xdbfd0xcbdc0xfbbf0xeb9e0x9b790x8b580xbb3b0xab1a   
                            0x6ca60x7c870x4ce40x5cc50x2c220x3c030x0c600x1c41   
                            0xedae0xfd8f0xcdec0xddcd0xad2a0xbd0b0x8d680x9d49   
                            0x7e970x6eb60x5ed50x4ef40x3e130x2e320x1e510x0

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      32809  2009-10-08 16:21  sddriver.c

     文件       6853  2009-10-08 16:21  sddriver.h

     文件       1699  2009-10-08 16:19  sdcrc.h

     文件       6925  2009-10-08 16:18  sdcrc.c

----------- ---------  ---------- -----  ----

                48286                    4


评论

共有 条评论