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

          新聞中心

          EEPW首頁 > 嵌入式系統(tǒng) > 設(shè)計(jì)應(yīng)用 > proteus 仿真AD5310程序。。10位DAC

          proteus 仿真AD5310程序。。10位DAC

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

          #include
          #include
          #define uchar unsigned char
          #define uint unsigned int
          void delay(uint ms)
          {
          uint i,j;
          for(i=0;ifor(j=0;j<1141;j++);
          }
          void spi_init()
          {
          DDRA|=BIT(1);
          DDRB|=BIT(5)|BIT(7);
          SPCR=(0<<7)|(1<<6)|(0<<5)|(1<<4)|(0<<3)|(1<<2)|(1<<1)|(1);
          // SPIE SPE DORD MSTR CPOL CHPA SPR1 SPR0
          }
          void da5310(uint data)
          {
          uchar temp1,temp2;
          data&=0x3ff;//11 1111 1111

          temp1=(data>>6);//高8位
          temp2=((data&0x3f)<<2);//低8位

          PORTA&=~BIT(1);
          //PORTA|=BIT(1);
          //PORTA&=~BIT(1);

          SPSR=0;
          SPDR=temp1;
          while(!(SPSR&0X80));//等待發(fā)送完畢
          SPSR=0;



          SPDR=temp2;
          while(!(SPSR&0X80));//等待發(fā)送完畢
          SPSR=0;

          PORTA|=BIT(1);


          }
          void main()
          {
          spi_init();
          da5310(0);
          delay(5);
          da5310(128);
          while(1);




          }


          關(guān)鍵詞: proteusAD5310程序10位DA

          評(píng)論


          技術(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); })();