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

          新聞中心

          EEPW首頁(yè) > 網(wǎng)絡(luò)與存儲(chǔ) > 如何將ICCAVR程序中的數(shù)組存入FLASH中

          如何將ICCAVR程序中的數(shù)組存入FLASH中

          ——
          作者: 時(shí)間:2007-04-05 來(lái)源: 收藏

          如何將程序中的數(shù)組存入FLASH中下面是中對(duì)字符串和常數(shù)表格分配可能出現(xiàn)的五種情況:
          const int table[]={1,2,3};//table表格只分配進(jìn)程序存儲(chǔ)器中
          const char string[]="iccavr";//字符串?dāng)?shù)組只分配進(jìn)程序存儲(chǔ)器中
          const char *prt1 //指針prt1位于數(shù)據(jù)存儲(chǔ)器空間指向程序存儲(chǔ)器空間的字符型數(shù)據(jù)
          char *const prt2 //指針prt2位于程序存儲(chǔ)器空間指向數(shù)據(jù)存儲(chǔ)器空間的字符型數(shù)據(jù)
          const char *const prt3 //指針prt3位于程序存儲(chǔ)器空間指向程序存儲(chǔ)器空間的字符型數(shù)據(jù)


          實(shí)際使用中常使用前三種
          在KEIL中的用法
          unsigned char code table[]={1,2,3,4};
          unsigned char code a[]="keil";
          在IAR中引入""關(guān)鍵字,用法如下:
          unsigned char table[]={1,2,3,4,5};
          unsigned char a[]="IAR";


          中的用法是
          #pragma data:code
          const unsigned char table[]={1,2,3};
          const unsigned char a[]="ICCAVR";
          #pragma data:data

          存儲(chǔ)器相關(guān)文章:存儲(chǔ)器原理




          關(guān)鍵詞: flash ICCAVR

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