文件名称:ch375

  • 所属分类:
  • 单片机(51,AVR,MSP430等)
  • 资源属性:
  • [WORD]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 8kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 伍**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

ch375读写u盘C51示例源程序

#i nclude  "datatype.h"#i nclude  "console.h"#i nclude  "44b0x.h"#i nclude  <string.h>

/*  以下定义的详细说明请看CH375HF9.H文件  */#define  LIB_CFG_FILE_IO 1 /*  文件读写的数据的复制方式,0为"外部子程序",1为"内部复制"  */#define  LIB_CFG_INT_EN 1 /*  CH375的INT#引脚连接方式,接s3c44b0x外部中断2引脚"  */

/*  单片机的RAM有限,其中CH375子程序用512字节,剩余RAM部分可以用于文件读写缓冲  */#define  FILE_DATA_BUF_LEN 0x2000 /*  外部RAM的文件数据缓冲区,缓冲区长度不小于一次读写的数据长度  */-ch375 C51 sample source disk read and write u# i nclude " datatype.h" # i nclude " console.h" # i nclude " 44b0x.h" # i nclude <string.h> /* The following detailed descr iption of the definition see CH375HF9.H file* /# define LIB_CFG_FILE_IO 1 /* copy the data file read and write mode, 0 for " external subroutine" , 1 " internal replication" * /# define LIB_CFG_INT_EN 1 /* CH375的INT# pin connection, then s3c44b0x external interrupt pin 2 " *//* MCU RAM limited, routine use of 512 bytes CH375, and the remaining part can be used for file read and write RAM buffer* /# define FILE_DATA_BUF_LEN 0x2000 /* external RAM file data buffer, the buffer length not less than the length of time to read and write data* /
(系统自动生成,下载前可以参看下载内容)

下载文件列表

ch375读写u盘C51示例源程序.doc

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org