中文字幕 另类精品,亚洲欧美一区二区蜜桃,日本在线精品视频免费,孩交精品乱子片免费

<sup id="3hn2b"></sup>

    1. <sub id="3hn2b"><ol id="3hn2b"></ol></sub><legend id="3hn2b"></legend>

      1. <xmp id="3hn2b"></xmp>

      2. 新聞中心

        EEPW首頁 > 嵌入式系統(tǒng) > 設(shè)計(jì)應(yīng)用 > 最便宜的AVR調(diào)試工具

        最便宜的AVR調(diào)試工具

        作者: 時(shí)間:2012-06-26 來源:網(wǎng)絡(luò) 收藏

        AvrMon 是一種交互式的。程序執(zhí)行時(shí),他處于等待狀態(tài):
        ------------------------------------------------------------------
        Waiting for uC to send break token; hit ESC to interrupt.
        Break token received: 1, 0x01, B00000001; program count 0x0085
        ----------------------------------------------------------------
        avrMon>


        在你需要調(diào)試的地方,加一句斷點(diǎn)(匯編為rcall avrmon ,c為avrmon()),它就會(huì)中斷程序的執(zhí)行,通過LPT1交互式的對(duì)話,如:
        查看地址:
        avrMon> cout $63-->0xf0, B11110000, decimal 240

        或寄存器:

        avrMon> cout r16-->0x01, B00000001, decimal 1

        或IO:

        avrMon> cout PORTD-->0x02, B00000010, decimal 2



        關(guān)鍵詞: AVR 調(diào)試工具

        評(píng)論


        相關(guān)推薦

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

        關(guān)閉