登录
首页 » Asm » EEPROM.txt

EEPROM.txt

于 2012-03-20 发布 文件大小:2KB
0 228
下载积分: 1 下载次数: 6

代码说明:

  基于pic16f676 EEPROM的问题 用软件仿真没问题,但烧到片子里,不能正常运行。情况是这样的:假如循环向EEPROM中写数据,9,8,7,6,5,4,3,2,1,然后读,发现每一位读出的都一样,是写循环中第一个写进去的字节,也就是9。其他的并没有写进去。 EEPROM的写通过判断标志位就可以,但是在下一次写之前要清除上一次写完成的标志位。也就是说,每次写完要清除完成标志位,否则下一次写不进去。(Based on pic16f676 EEPROM problem With the software simulation no problem, but burn to film, not normal operation. The fact of the matter is: if cycle to write the data of EEPROM, 9,8,7,6,5,4,3,2,1, then read, and found that each of the read, write the first cycle is written in bytes, also is 9. The other are not written in. Write through the judgement of EEPROM sign a can, but in the next write to remove the last completed before writing the sign of a. That is, every time to remove the written finish marks a, or the next write in. )

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • msp430x14x
    单片机msp430控制蜂鸣器的声音,通过编写代码用msp430x14x开发版来编写控制程序蜂鸣器报警实验 (Msp430 microcontroller control the buzzer sound, by writing code with msp430x14x Developer Edition to write a control program buzzer alarm test)
    2016-04-13 17:36:23下载
    积分:1
  • missile
    内容简介 本书汇集了作者在制导律设计和被动跟踪滤波器设计方面取得的研究结果。 全书分成六部分,包括1) 空间拦截问题的数学描述,自适应滑模制导律和最优滑模制导律设计,滑模制导对目标机动和制导参数变化有完全自适应性的理论证明;2) 滑模制导律的智能化和模糊化实现方法;3) 空间飞行器大角度姿态机动变结构+PID组合控制策略;4) 增益导引规律和非线性 导引规律;5) 仅有角度测量条件下的几种新型非线性跟踪滤波器;6)“被动跟踪”问题的可观性分析,以及提高该问题可观性的改进的增广比例制导律和运动跟踪滑模制导律。 这部专著可以作为导航、制导与控制专业研究生和探测制导与控制技术专业本科生的专题阅读教材,可以作为控制理论与控制工程专业研究生的参考书,也可供从事制导控制系统设计工作的工程技术人员阅读参考。 (err)
    2008-12-14 14:28:48下载
    积分:1
  • Protues-jiaocheng
    protues的教程,初学者的必备,可以学习很多东西,对自己收益很大(study protues)
    2013-11-28 11:53:19下载
    积分:1
  • shangehua
    编写的一个栅格化的程序,用来将图进行栅格化处理。(Prepared a rasterization process,It is used for rasterization of the diagram.)
    2014-06-22 11:52:06下载
    积分:1
  • pc232com51
    这是一个利用PC机232C端口与51单片机通讯控制的程序,可以应用在很多需要具体操作控制单片机的场合。(This is a use of PC-232C communications port with the 51 single-chip control procedures can be applied to many of the needs of specific occasions, operational control of SCM.)
    2009-06-17 12:16:12下载
    积分:1
  • LinkReference
    Class that represents what you see in an link or see tag.
    2014-06-18 21:20:33下载
    积分:1
  • 113、程序
    说明:  113、基于51单片机老人生理智能监控GSM短信 本设计由STC89C52单片机电路+火焰传感器电路+加速度传感器+心率传感器电路+SIM800A_GSM模块电路+电源电路组成。 该系统实时监测老人是否跌倒,是否周围有火以及心率情况。 1、如果火焰传感器检测到火焰,则GSM向特定手机发送:Fire! 2、如果ADXL345检测到老人跌倒了,则GSM向特定手机发送:Fall! 3、如果心率传感器检测到老人心率高于120,则GSM向特定手机发送:High Heart! 4、注意本设计一次上电上述情况每个只能触发一次上报短信,不会连续发送,防止反复发送,请放心使用。 5、短信处理过程有GSM信号灯指示。 6、GSM模块是SIM800A,该模块和SIM900A电路程序完全兼容外观外形一模一样。(GSM SMS for elderly physiological intelligent monitoring based on 51 MCU This design consists of STC89C52 MCU circuit + flame sensor circuit + acceleration sensor + heart rate sensor circuit + sim800a_ GSM module circuit + power supply circuit. The system monitors whether the elderly fall down, whether there is fire around and heart rate in real time. 1. If the flame sensor detects a flame, the GSM sends: fire! 2. If adxl345 detects that an old man has fallen, the GSM sends a specific mobile phone: fall! 3. If the heart rate sensor detects that the heart rate of the elderly is higher than 120, the GSM sends a message to a specific mobile phone: high heart! 4. Pay attention to the design of a power on, each of the above conditions can only trigger a report SMS, will not be sent continuously, to prevent repeated sending, please rest assured to use. 5. SMS processing process is indicated by GSM signal light.)
    2020-09-02 09:14:08下载
    积分:1
  • dianyabiao
    用ADC0809做成的数字电压表,附带proteus仿真原理图和原程序。(ADC0809 made with digital voltage meter, incidental Proteus simulation schematic and the original procedure.)
    2009-03-07 18:19:58下载
    积分:1
  • Process-scheduling-
    ① 设计进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入队子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度 (① design process control block PCB table structure, respectively, for priority scheduling algorithm and round-robin scheduling algorithm. ② establish a process ready queue. Two different algorithms for the preparation of subroutine into the team. ③ preparing two kinds of process scheduling algorithm: 1) priority scheduling 2) round-robin scheduling)
    2020-11-27 09:49:31下载
    积分:1
  • IAP
    STM32F10系列单片机的IAP程序,实现远程升级(STM32F10 MCU IAP program and remotely upgrade)
    2016-07-10 22:37:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载