色婷婷AⅤ一区二区三区|亚洲精品第一国产综合亚AV|久久精品官方网视频|日本28视频香蕉

          新聞中心

          單片機(jī)初步測試

          作者: 時(shí)間:2016-11-25 來源:網(wǎng)絡(luò) 收藏
          今天研究Keil工具的調(diào)試與使用,知道怎么調(diào)試出printf和怎么看IO輸出狀態(tài),并簡單的測試了延遲程序,但是只限與C ,匯編是硬傷啊,有時(shí)間再好好看看

          #include

          本文引用地址:http://cafeforensic.com/article/201611/321338.htm

          #include


          #ifdef MONITOR51
          char code reserve [3] _at_ 0x23;
          #endif

          void delay(unsigned char i){
          while(--i);
          }

          void main (void) {

          #ifndef MONITOR51
          SCON = 0x50;
          TMOD |= 0x20;
          TH1 = 221;
          TR1 = 1;
          TI = 1;
          #endif

          while (1) {
          //P1 ^= 0x01;
          delay(50);
          delay(50);
          delay(50);
          //printf ("Hello World mm...");
          }
          }



          關(guān)鍵詞: 單片機(jī)初步測

          評(píng)論


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

          關(guān)閉