<label id="mjjcg"><wbr id="mjjcg"></wbr></label>
    <thead id="mjjcg"></thead>
    <blockquote id="mjjcg"></blockquote>
        收藏本站
        • 您好,
          買賣IC網(wǎng)歡迎您。
        • 請登錄
        • 免費(fèi)注冊
        • 我的買賣
        • 新采購0
        • VIP會(huì)員服務(wù)
        • [北京]010-87982920
        • [深圳]0755-82701186
        • 網(wǎng)站導(dǎo)航
        發(fā)布緊急采購
        • IC現(xiàn)貨
        • IC急購
        • 電子元器件
        VIP會(huì)員服務(wù)
        • 您現(xiàn)在的位置:買賣IC網(wǎng) > PDF目錄11336 > PIC18F2220-E/SO (Microchip Technology)IC MCU FLASH 2KX16 EEPROM 28SOIC PDF資料下載
        參數(shù)資料
        型號(hào): PIC18F2220-E/SO
        廠商: Microchip Technology
        文件頁數(shù): 225/266頁
        文件大?。?/td> 0K
        描述: IC MCU FLASH 2KX16 EEPROM 28SOIC
        產(chǎn)品培訓(xùn)模塊: Asynchronous Stimulus
        標(biāo)準(zhǔn)包裝: 27
        系列: PIC® 18F
        核心處理器: PIC
        芯體尺寸: 8-位
        速度: 25MHz
        連通性: I²C,SPI,UART/USART
        外圍設(shè)備: 欠壓檢測/復(fù)位,LVD,POR,PWM,WDT
        輸入/輸出數(shù): 25
        程序存儲(chǔ)器容量: 4KB(2K x 16)
        程序存儲(chǔ)器類型: 閃存
        EEPROM 大小: 256 x 8
        RAM 容量: 512 x 8
        電壓 - 電源 (Vcc/Vdd): 4.2 V ~ 5.5 V
        數(shù)據(jù)轉(zhuǎn)換器: A/D 10x10b
        振蕩器型: 內(nèi)部
        工作溫度: -40°C ~ 125°C
        封裝/外殼: 28-SOIC(0.295",7.50mm 寬)
        包裝: 管件
        第1頁第2頁第3頁第4頁第5頁第6頁第7頁第8頁第9頁第10頁第11頁第12頁第13頁第14頁第15頁第16頁第17頁第18頁第19頁第20頁第21頁第22頁第23頁第24頁第25頁第26頁第27頁第28頁第29頁第30頁第31頁第32頁第33頁第34頁第35頁第36頁第37頁第38頁第39頁第40頁第41頁第42頁第43頁第44頁第45頁第46頁第47頁第48頁第49頁第50頁第51頁第52頁第53頁第54頁第55頁第56頁第57頁第58頁第59頁第60頁第61頁第62頁第63頁第64頁第65頁第66頁第67頁第68頁第69頁第70頁第71頁第72頁第73頁第74頁第75頁第76頁第77頁第78頁第79頁第80頁第81頁第82頁第83頁第84頁第85頁第86頁第87頁第88頁第89頁第90頁第91頁第92頁第93頁第94頁第95頁第96頁第97頁第98頁第99頁第100頁第101頁第102頁第103頁第104頁第105頁第106頁第107頁第108頁第109頁第110頁第111頁第112頁第113頁第114頁第115頁第116頁第117頁第118頁第119頁第120頁第121頁第122頁第123頁第124頁第125頁第126頁第127頁第128頁第129頁第130頁第131頁第132頁第133頁第134頁第135頁第136頁第137頁第138頁第139頁第140頁第141頁第142頁第143頁第144頁第145頁第146頁第147頁第148頁第149頁第150頁第151頁第152頁第153頁第154頁第155頁第156頁第157頁第158頁第159頁第160頁第161頁第162頁第163頁第164頁第165頁第166頁第167頁第168頁第169頁第170頁第171頁第172頁第173頁第174頁第175頁第176頁第177頁第178頁第179頁第180頁第181頁第182頁第183頁第184頁第185頁第186頁第187頁第188頁第189頁第190頁第191頁第192頁第193頁第194頁第195頁第196頁第197頁第198頁第199頁第200頁第201頁第202頁第203頁第204頁第205頁第206頁第207頁第208頁第209頁第210頁第211頁第212頁第213頁第214頁第215頁第216頁第217頁第218頁第219頁第220頁第221頁第222頁第223頁第224頁當(dāng)前第225頁第226頁第227頁第228頁第229頁第230頁第231頁第232頁第233頁第234頁第235頁第236頁第237頁第238頁第239頁第240頁第241頁第242頁第243頁第244頁第245頁第246頁第247頁第248頁第249頁第250頁第251頁第252頁第253頁第254頁第255頁第256頁第257頁第258頁第259頁第260頁第261頁第262頁第263頁第264頁第265頁第266頁
        2007 Microchip Technology Inc.
        DS39599G-page 59
        PIC18F2220/2320/4220/4320
        5.8
        Look-up Tables
        Look-up tables are implemented two ways:
        Computed GOTO
        Table Reads
        5.8.1
        COMPUTED GOTO
        A computed GOTO is accomplished by adding an offset
        to the program counter. An example is shown in
        Example 5-4.
        A look-up table can be formed with an ADDWF PCL
        instruction and a group of RETLW 0xnn instructions.
        WREG is loaded with an offset into the table before
        executing a call to that table. The first instruction of the
        called routine is the ADDWF PCL instruction. The next
        instruction executed will be one of the RETLW 0xnn
        instructions that returns the value 0xnn to the calling
        function.
        The offset value (in WREG) specifies the number of
        bytes that the program counter should advance and
        should be multiples of 2 (LSB = 0).
        In this method, only one data byte may be stored in
        each instruction location and room on the return
        address stack is required.
        EXAMPLE 5-4:
        COMPUTED GOTO USING
        AN OFFSET VALUE
        5.8.2
        TABLE READS/TABLE WRITES
        A better method of storing data in program memory
        allows two bytes of data to be stored in each instruction
        location.
        Look-up table data may be stored two bytes per pro-
        gram word by using table reads and writes. The Table
        Pointer (TBLPTR) specifies the byte address and the
        Table Latch (TABLAT) contains the data that is read
        from, or written to program memory. Data is transferred
        to/from program memory, one byte at a time.
        The Table Read/Table Write operation is discussed
        further in Section 6.1 “Table Reads and Table
        Writes”.
        5.9
        Data Memory Organization
        The data memory is implemented as static RAM. Each
        register in the data memory has a 12-bit address,
        allowing up to 4096 bytes of data memory. Figure 5-6
        shows the data memory organization for the
        PIC18F2X20/4X20 devices.
        The data memory map is divided into as many as
        16 banks that contain 256 bytes each. The lower 4 bits
        of the Bank Select Register (BSR<3:0>) select which
        bank will be accessed. The upper 4 bits of the BSR are
        not implemented.
        The data memory contains Special Function Registers
        (SFR) and General Purpose Registers (GPR). The
        SFRs are used for control and status of the controller
        and peripheral functions, while GPRs are used for data
        storage and scratch pad operations in the user’s appli-
        cation. The SFRs start at the last location of Bank 15
        (FFFh) and extend towards F80h. Any remaining space
        beyond the SFRs in the bank may be implemented as
        GPRs. GPRs start at the first location of Bank 0 and
        grow upwards. Any read of an unimplemented location
        will read as ‘0’s.
        The entire data memory may be accessed directly or
        indirectly. Direct addressing may require the use of the
        BSR register. Indirect addressing requires the use of a
        File Select Register (FSRn) and a corresponding Indi-
        rect File Operand (INDFn). Each FSR holds a 12-bit
        address value that can be used to access any location
        in the data memory map without banking. See
        Section 5.12 “Indirect Addressing, INDF and FSR
        Registers” for indirect addressing details.
        The instruction set and architecture allow operations
        across all banks. This may be accomplished by indirect
        addressing or by the use of the MOVFF instruction. The
        MOVFF instruction is a two-word/two-cycle instruction
        that moves a value from one register to another.
        To ensure that commonly used registers (SFRs and
        select GPRs) can be accessed in a single cycle,
        regardless of the current BSR values, an Access Bank
        is implemented. A segment of Bank 0 and a segment of
        Bank 15 comprise the Access RAM. Section 5.10
        “Access Bank” provides a detailed description of the
        Access RAM.
        5.9.1
        GENERAL PURPOSE
        REGISTER FILE
        Enhanced MCU devices may have banked memory in
        the GPR area. GPRs are not initialized by a Power-on
        Reset and are unchanged on all other Resets.
        Data RAM is available for use as GPR registers by all
        instructions. The second half of Bank 15 (F80h to
        FFFh) contains SFRs. All other banks of data memory
        contain GPRs, starting with Bank 0.
        MOVFW
        OFFSET
        CALL
        TABLE
        ORG
        0xnn00
        TABLE ADDWF
        PCL
        RETLW
        0xnn
        RETLW
        0xnn
        RETLW
        0xnn
        相關(guān)PDF資料
        PDF描述
        PIC18F2220-E/SP IC MCU FLASH 2KX16 EEPROM 28DIP
        PIC24HJ256GP210AT-I/PT MCU 16BIT 256K FLASH 100TQFP
        MAX4581CPE+ IC MULTIPLEXER 8X1 16DIP
        VI-J5J-IX-F4 CONVERTER MOD DC/DC 36V 75W
        PIC24HJ256GP210T-I/PT IC PIC MCU FLASH 128KX16 100TQFP
        相關(guān)代理商/技術(shù)參數(shù)
        參數(shù)描述
        PIC18F2220-I/SO 功能描述:8位微控制器 -MCU 4KB 512 RAM 25 I/O RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數(shù)據(jù)總線寬度:8 bit 最大時(shí)鐘頻率:50 MHz 程序存儲(chǔ)器大小:16 KB 數(shù)據(jù) RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風(fēng)格:SMD/SMT
        PIC18F2220-I/SO 制造商:Microchip Technology Inc 功能描述:IC 8BIT FLASH MCU 18F2220 SOIC28
        PIC18F2220-I/SOC03 制造商:Microchip Technology Inc 功能描述:
        PIC18F2220-I/SP 功能描述:8位微控制器 -MCU 4KB 512 RAM 25 I/O RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數(shù)據(jù)總線寬度:8 bit 最大時(shí)鐘頻率:50 MHz 程序存儲(chǔ)器大小:16 KB 數(shù)據(jù) RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風(fēng)格:SMD/SMT
        PIC18F2220-I/SP 制造商:Microchip Technology Inc 功能描述:IC 8BIT FLASH MCU 18F2220 SDIL28
        發(fā)布緊急采購,3分鐘左右您將得到回復(fù)。

        采購需求

        (若只采購一條型號(hào),填寫一行即可)

        發(fā)布成功!您可以繼續(xù)發(fā)布采購。也可以進(jìn)入我的后臺(tái),查看報(bào)價(jià)

        發(fā)布成功!您可以繼續(xù)發(fā)布采購。也可以進(jìn)入我的后臺(tái),查看報(bào)價(jià)

        *型號(hào) *數(shù)量 廠商 批號(hào) 封裝
        添加更多采購

        我的聯(lián)系方式

        *
        *
        *
        • VIP會(huì)員服務(wù) |
        • 廣告服務(wù) |
        • 付款方式 |
        • 聯(lián)系我們 |
        • 招聘銷售 |
        • 免責(zé)條款 |
        • 網(wǎng)站地圖

        感谢您访问我们的网站,您可能还对以下资源感兴趣:

        两性色午夜免费视频
        <thead id="m9foe"></thead>
      • <td id="m9foe"><kbd id="m9foe"><cite id="m9foe"></cite></kbd></td>
      • <thead id="m9foe"></thead>

        <li id="m9foe"><th id="m9foe"></th></li>
          <div id="m9foe"><em id="m9foe"><sup id="m9foe"></sup></em></div>
        • <nobr id="m9foe"><th id="m9foe"></th></nobr>
            • <thead id="m9foe"><noframes id="m9foe">