文件名称:W29C040
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [Text]
- 上传时间:
- 2012-11-26
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- M***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
W29C040(512K FLASH)读写程序2007-09-10 11:16很是激动,去年用AT89S52捣弄了半年也没搞定,这次换成C8051f040,也不知道是天见我可怜还是狗运,终于把数据写进去了。想当时到处找的程序都没用,郁闷非常,这次走运成功,拿出来晒晒太阳(虽然也是该的别人的程序,但是好歹能用)。
/*W29C040(512K FLASH)读写程序*/
#include <c8051f040.h>
#include <INTRINS.h>
#include <absacc.h>
sbit E=P1^0 -W29C040 (512K FLASH) to read and write procedure is 2007-09-10 11:16 am excited to use AT89S52捣弄last year for half a year did not get the change C8051f040, do not know is the day I see a dog or poor delivery, and finally write the data into a. Would like the procedure was not looking, and very depressing, the success of the lucky, the sun out (although the others are also in the process, but can be used at any rate)./* W29C040 (512K FLASH) program to read and write* /# include <c8051f040.h># include <INTRINS.h># include <absacc.h> sbit E = P1 ^ 0
/*W29C040(512K FLASH)读写程序*/
#include <c8051f040.h>
#include <INTRINS.h>
#include <absacc.h>
sbit E=P1^0 -W29C040 (512K FLASH) to read and write procedure is 2007-09-10 11:16 am excited to use AT89S52捣弄last year for half a year did not get the change C8051f040, do not know is the day I see a dog or poor delivery, and finally write the data into a. Would like the procedure was not looking, and very depressing, the success of the lucky, the sun out (although the others are also in the process, but can be used at any rate)./* W29C040 (512K FLASH) program to read and write* /# include <c8051f040.h># include <INTRINS.h># include <absacc.h> sbit E = P1 ^ 0
相关搜索: w29c040
(系统自动生成,下载前可以参看下载内容)
下载文件列表
W29C040读写程序.txt