<meter id="pryje"><nav id="pryje"><delect id="pryje"></delect></nav></meter>
          <label id="pryje"></label>

          新聞中心

          EEPW首頁 > 嵌入式系統(tǒng) > 設(shè)計(jì)應(yīng)用 > AVR的EEPROM簡(jiǎn)單實(shí)驗(yàn)

          AVR的EEPROM簡(jiǎn)單實(shí)驗(yàn)

          作者: 時(shí)間:2016-11-30 來源:網(wǎng)絡(luò) 收藏

          #include "1602.h"
          void port_init() //端口初始化
          {
          PORTA=0xff;
          DDRA=0xff;
          PORTB=0xff;
          DDRB=0xff;
          PORTC=0xff;
          DDRC=0xff;
          PORTD=0xff;
          DDRD=0x0f;
          }
          void write_EEPROM(uchar address,uchar data) //寫入EEPROM函數(shù)
          {
          while(EECR&(1< EEAR=address;
          EEDR=data;
          EECR|=(1< EECR|=(1<}
          uchar receive_EEPROM(uchar address) //讀取EEPROM操作
          {
          while(EECR&(1< EEAR=address;
          EECR|=(1< return EEDR;
          }

          void key3()
          {
          static uchar i,j;
          if(k3==0)
          {
          if(i==0)
          {
          j++;
          if(j>3)
          {
          if(k3==0)
          {
          i=1;j=0;
          write_EEPROM(address,data);
          }
          }
          }
          }
          else
          {
          i=0;j=0;
          }
          }
          void key4()
          {
          static uchar i,j;
          if(k4==0)
          {
          if(i==0)
          {
          j++;
          if(j>3)
          {
          if(k4==0)
          {
          i=1;j=0;
          val=receive_EEPROM(address);
          }
          }
          }
          }
          else
          {
          i=0;j=0;
          }
          }
          void main()
          {
          port_init();
          write_EEPROM(address,data);
          val=receive_EEPROM(address);

          while(1)
          {
          show_val(val); //顯示數(shù)據(jù)值
          show_address(address); //顯示數(shù)據(jù)地址
          show_data(data); //顯示需要寫入的數(shù)據(jù)地址
          key1(); //改變數(shù)據(jù)地址
          key2(); //改變準(zhǔn)備寫入的數(shù)據(jù)值
          key3();//把數(shù)據(jù)寫入地址中
          key4();//讀出地址值
          }
          }

          上一頁 1 2 下一頁

          關(guān)鍵詞: AVREEPROM簡(jiǎn)單實(shí)

          評(píng)論


          相關(guān)推薦

          技術(shù)專區(qū)

          關(guān)閉
          看屁屁www成人影院,亚洲人妻成人图片,亚洲精品成人午夜在线,日韩在线 欧美成人 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();