• <code id="xfcwr"></code><button id="xfcwr"><dl id="xfcwr"><xmp id="xfcwr">
    • <li id="xfcwr"></li>
      • 收藏本站
        • 您好,
          買賣IC網(wǎng)歡迎您。
        • 請(qǐng)登錄
        • 免費(fèi)注冊(cè)
        • 我的買賣
        • 新采購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目錄11553 > PIC16C58BT-04/SO (Microchip Technology)IC MCU OTP 2KX12 18SOIC PDF資料下載
        參數(shù)資料
        型號(hào): PIC16C58BT-04/SO
        廠商: Microchip Technology
        文件頁數(shù): 147/194頁
        文件大?。?/td> 0K
        描述: IC MCU OTP 2KX12 18SOIC
        產(chǎn)品培訓(xùn)模塊: Asynchronous Stimulus
        標(biāo)準(zhǔn)包裝: 1,100
        系列: PIC® 16C
        核心處理器: PIC
        芯體尺寸: 8-位
        速度: 4MHz
        外圍設(shè)備: POR,WDT
        輸入/輸出數(shù): 12
        程序存儲(chǔ)器容量: 3KB(2K x 12)
        程序存儲(chǔ)器類型: OTP
        RAM 容量: 73 x 8
        電壓 - 電源 (Vcc/Vdd): 3 V ~ 5.5 V
        振蕩器型: 外部
        工作溫度: 0°C ~ 70°C
        封裝/外殼: 18-SOIC(0.295",7.50mm 寬)
        包裝: 帶卷 (TR)
        第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頁當(dāng)前第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頁
        PIC18F2450/4450
        DS39760A-page 54
        Advance Information
        2006 Microchip Technology Inc.
        5.1.1
        PROGRAM COUNTER
        The Program Counter (PC) specifies the address of the
        instruction to fetch for execution. The PC is 21 bits wide
        and is contained in three separate 8-bit registers. The
        low byte, known as the PCL register, is both readable
        and writable. The high byte, or PCH register, contains
        the PC<15:8> bits; it is not directly readable or writable.
        Updates to the PCH register are performed through the
        PCLATH register. The upper byte is called PCU. This
        register contains the PC<20:16> bits; it is also not
        directly readable or writable. Updates to the PCU
        register are performed through the PCLATU register.
        The contents of PCLATH and PCLATU are transferred
        to the program counter by any operation that writes
        PCL. Similarly, the upper two bytes of the program
        counter are transferred to PCLATH and PCLATU by an
        operation that reads PCL. This is useful for computed
        offsets to the PC (see Section 5.1.4.1 “Computed
        GOTO”).
        The PC addresses bytes in the program memory. To
        prevent the PC from becoming misaligned with word
        instructions, the Least Significant bit of PCL is fixed to
        a value of ‘0’. The PC increments by 2 to address
        sequential instructions in the program memory.
        The
        CALL
        ,
        RCALL
        and
        GOTO
        program
        branch
        instructions write to the program counter directly. For
        these instructions, the contents of PCLATH and
        PCLATU are not transferred to the program counter.
        5.1.2
        RETURN ADDRESS STACK
        The return address stack allows any combination of up
        to 31 program calls and interrupts to occur. The PC is
        pushed onto the stack when a CALL or RCALL
        instruction is executed or an interrupt is Acknowledged.
        The PC value is pulled off the stack on a RETURN,
        RETLW
        or a RETFIE instruction. PCLATU and PCLATH
        are not affected by any of the RETURN or CALL
        instructions.
        The stack operates as a 31-word by 21-bit RAM and a
        5-bit Stack Pointer, STKPTR. The stack space is not
        part of either program or data space. The Stack Pointer
        is readable and writable and the address on the top of
        the stack is readable and writable through the Top-of-
        Stack Special Function Registers. Data can also be
        pushed to, or popped from the stack, using these
        registers.
        A CALL type instruction causes a push onto the stack.
        The Stack Pointer is first incremented and the location
        pointed to by the Stack Pointer is written with the
        contents of the PC (already pointing to the instruction
        following the CALL). A RETURN type instruction causes
        a pop from the stack. The contents of the location
        pointed to by the STKPTR are transferred to the PC
        and then the Stack Pointer is decremented.
        The Stack Pointer is initialized to ‘00000’ after all
        Resets. There is no RAM associated with the location
        corresponding to a Stack Pointer value of ‘00000’; this
        is only a Reset value. Status bits indicate if the stack is
        full, has overflowed or has underflowed.
        5.1.2.1
        Top-of-Stack Access
        Only the top of the return address stack (TOS) is
        readable and writable. A set of three registers,
        TOSU:TOSH:TOSL, hold the contents of the stack loca-
        tion pointed to by the STKPTR register (Figure 5-2). This
        allows users to implement a software stack if necessary.
        After a CALL, RCALL or interrupt, the software can read
        the pushed value by reading the TOSU:TOSH:TOSL
        registers. These values can be placed on a user-defined
        software stack. At return time, the software can return
        these values to TOSU:TOSH:TOSL and do a return.
        The user must disable the global interrupt enable bits
        while accessing the stack to prevent inadvertent stack
        corruption.
        FIGURE 5-2:
        RETURN ADDRESS STACK AND ASSOCIATED REGISTERS
        00011
        001A34h
        11111
        11110
        11101
        00010
        00001
        00000
        00010
        Return Address Stack<20:0>
        Top-of-Stack
        000D58h
        TOSL
        TOSH
        TOSU
        34h
        1Ah
        00h
        STKPTR<4:0>
        Top-of-Stack Registers
        Stack Pointer
        相關(guān)PDF資料
        PDF描述
        PIC16C56A-04E/SO IC MCU OTP 1KX12 18SOIC
        PIC16LC56A-04I/SO IC MCU OTP 1KX12 18SOIC
        V150A48C400B CONVERTER MOD DC/DC 48V 400W
        V150A3V3C264BL3 CONVERTER MOD DC/DC 3.3V 264W
        PIC16LF1934-I/P IC PIC MCU FLASH 256KX7 40-PDIP
        相關(guān)代理商/技術(shù)參數(shù)
        參數(shù)描述
        PIC16C58BT-20/SO 功能描述:8位微控制器 -MCU 3KB 73 RAM 12 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
        PIC16C58BT-20/SS 功能描述:8位微控制器 -MCU 3KB 73 RAM 12 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
        PIC16C58BT-20E/SO 功能描述:8位微控制器 -MCU 3KB 73 RAM 12 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
        PIC16C58BT-20E/SS 功能描述:8位微控制器 -MCU 3KB 73 RAM 12 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
        PIC16C58BT-20I/SO 功能描述:8位微控制器 -MCU 3KB 73 RAM 12 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
        發(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)站地圖

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

        两性色午夜免费视频