资料
  • 资料
  • 专题
PIC读写EEPROM实例及说明
推荐星级:
时间:2019-12-25
大小:22.5KB
阅读数:142
上传用户:16245458_qq.com
查看他发布的资源
下载次数
0
所需E币
4
ebi
新用户注册即送 300 E币
更多E币赚取方法,请查看
close
资料介绍
PIC读写EEPROM实例及说明   ;************************************************************************* *************** ;  This is a program to test the function of reading&writting for EEPROM.  ; You can observe the value of register(30H-- ?) buy changing "VALU" and "WRC_".  ;      Notice that:it must be { ADDR+WRC_ ;              Written by Yamato.:) ;*************************************************************************** *************  include  "p16f877.inc" ADDR EQU 20H ;写入地址寄存器 VALU EQU 21H ;写入值 REC_ EQU 22H ;读计数 WRC_ EQU 24H ;写计数  org 0  goto main main      bcf STATUS,RP1  bcf STATUS,RP0 ;bank0  movlw 10h  movwf ADDR  ;写入EEPROM初始值  movlw 90h  movwf VALU  ;初始写入值  movlw 30h  movwf FSR  ;间址,读出值初始存放地址  movlw 0Fh  movwf WRC_  ;写入次数  movwf REC_    ;incf REC_  ;读出次数 wri_    ;写子程序  bsf STATUS,RP1  bsf S……
版权说明:本资料由用户提供并上传,仅用于学习交流;若内容存在侵权,请进行举报,或 联系我们 删除。
相关评论 (下载后评价送E币 我要评论)
没有更多评论了
  • 可能感兴趣
  • 关注本资料的网友还下载了
  • 技术白皮书