• <track id="uegwz"></track>
  • <nav id="uegwz"></nav>
    <menuitem id="uegwz"></menuitem>

    1. <big id="uegwz"></big><big id="uegwz"></big>

          <dfn id="uegwz"></dfn>
          收藏本站
          • 您好,
            買賣IC網(wǎng)歡迎您。
          • 請登錄
          • 免費注冊
          • 我的買賣
          • 新采購0
          • VIP會員服務
          • [北京]010-87982920
          • [深圳]0755-82701186
          • 網(wǎng)站導航
          發(fā)布緊急采購
          • IC現(xiàn)貨
          • IC急購
          • 電子元器件
          VIP會員服務
          • 您現(xiàn)在的位置:買賣IC網(wǎng) > PDF目錄3887 > PIC16F871-E/L (Microchip Technology)IC MCU CMOS 20MHZ 2K FLSH 44PLCC PDF資料下載
          參數(shù)資料
          型號: PIC16F871-E/L
          廠商: Microchip Technology
          文件頁數(shù): 15/143頁
          文件大?。?/td> 0K
          描述: IC MCU CMOS 20MHZ 2K FLSH 44PLCC
          標準包裝: 27
          系列: PIC® 16F
          核心處理器: PIC
          芯體尺寸: 8-位
          速度: 20MHz
          連通性: UART/USART
          外圍設備: 欠壓檢測/復位,POR,PWM,WDT
          輸入/輸出數(shù): 33
          程序存儲器容量: 3.5KB(2K x 14)
          程序存儲器類型: 閃存
          EEPROM 大?。?/td> 64 x 8
          RAM 容量: 128 x 8
          電壓 - 電源 (Vcc/Vdd): 4 V ~ 5.5 V
          數(shù)據(jù)轉換器: A/D 8x10b
          振蕩器型: 外部
          工作溫度: -40°C ~ 125°C
          封裝/外殼: 44-LCC(J 形引線)
          包裝: 管件
          第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頁
          2003 Microchip Technology Inc.
          DS30569B-page 109
          PIC16F870/871
          RLF
          Rotate Left f through Carry
          Syntax:
          [ label ] RLF
          f,d
          Operands:
          0
          ≤ f ≤ 127
          d
          ∈ [0,1]
          Operation:
          See description below
          Status Affected:
          C
          Description:
          The contents of register 'f' are rotated
          one bit to the left through the Carry
          Flag. If 'd' is 0, the result is placed in
          the W register. If 'd' is 1, the result is
          stored back in register 'f'.
          RETURN
          Return from Subroutine
          Syntax:
          [ label ]
          RETURN
          Operands:
          None
          Operation:
          TOS
          → PC
          Status Affected:
          None
          Description:
          Return from subroutine. The stack
          is POPed and the top of the stack
          (TOS) is loaded into the program
          counter. This is a two-cycle
          instruction.
          RRF
          Rotate Right f through Carry
          Syntax:
          [ label ]
          RRF f,d
          Operands:
          0
          ≤ f ≤ 127
          d
          ∈ [0,1]
          Operation:
          See description below
          Status Affected:
          C
          Description:
          The contents of register 'f' are
          rotated one bit to the right through
          the Carry Flag. If 'd' is 0, the result
          is placed in the W register. If 'd' is
          1, the result is placed back in
          register 'f'.
          Register f
          C
          Register f
          C
          SLEEP
          Syntax:
          [ label ] SLEEP
          Operands:
          None
          Operation:
          00h
          → WDT,
          0
          → WDT prescaler,
          1
          → TO,
          0
          → PD
          Status Affected:
          TO, PD
          Description:
          The power-down status bit, PD is
          cleared. Time-out status bit, TO
          is set. Watchdog Timer and its
          prescaler are cleared.
          The processor is put into SLEEP
          mode with the oscillator stopped.
          SUBLW
          Subtract W from Literal
          Syntax:
          [ label ] SUBLW k
          Operands:
          0
          ≤ k ≤ 255
          Operation:
          k - (W)
          → (W)
          Status Affected: C, DC, Z
          Description:
          The W register is subtracted (2’s
          complement method) from the
          eight-bit literal 'k'. The result is
          placed in the W register.
          SUBWF
          Subtract W from f
          Syntax:
          [ label ] SUBWF f,d
          Operands:
          0
          ≤ f ≤ 127
          d
          ∈ [0,1]
          Operation:
          (f) - (W)
          → (destination)
          Status
          Affected:
          C, DC, Z
          Description:
          Subtract (2’s complement method)
          W register from register 'f'. If 'd' is 0,
          the result is stored in the W
          register. If 'd' is 1, the result is
          stored back in register 'f'.
          相關PDF資料
          PDF描述
          PIC16F870T-E/SS IC MCU CMOS 20MHZ 2K FLSH 28SSOP
          PIC16F870T-E/SO IC MCU CMOS 20MHZ 2K FLSH 28SOIC
          PIC16F84AT-20E/SS IC MCU CMOS 20MHZ 1K FLSH 20SSOP
          PIC16F84AT-20E/SO IC MCU CMOS 20MHZ 1K FLSH 18SOIC
          22-15-3133 CONN FFC/FPC 13POS .100 RT ANG
          相關代理商/技術參數(shù)
          參數(shù)描述
          PIC16F871-I/L 功能描述:8位微控制器 -MCU 3.5KB 128 RAM 33 I/O RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數(shù)據(jù)總線寬度:8 bit 最大時鐘頻率:50 MHz 程序存儲器大小:16 KB 數(shù)據(jù) RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風格:SMD/SMT
          PIC16F871-I/L 制造商:Microchip Technology Inc 功能描述:8BIT FLASH MCU SMD 16F871 PLCC44
          PIC16F871-I/P 功能描述:8位微控制器 -MCU 3.5KB 128 RAM 33 I/O RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數(shù)據(jù)總線寬度:8 bit 最大時鐘頻率:50 MHz 程序存儲器大小:16 KB 數(shù)據(jù) RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風格:SMD/SMT
          PIC16F871-I/P 制造商:Microchip Technology Inc 功能描述:IC 8BIT FLASH MCU 16F871 DIP40
          PIC16F871-I/PT 功能描述:8位微控制器 -MCU 3.5KB 128 RAM 33 I/O RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數(shù)據(jù)總線寬度:8 bit 最大時鐘頻率:50 MHz 程序存儲器大小:16 KB 數(shù)據(jù) RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風格:SMD/SMT
          發(fā)布緊急采購,3分鐘左右您將得到回復。

          采購需求

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

          發(fā)布成功!您可以繼續(xù)發(fā)布采購。也可以進入我的后臺,查看報價

          發(fā)布成功!您可以繼續(xù)發(fā)布采購。也可以進入我的后臺,查看報價

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

          我的聯(lián)系方式

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

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

          三级特黄60分钟在线观看,美女在线永久免费网站,边吃奶边摸下很爽视频,娇妻在厨房被朋友玩得呻吟`

          <menuitem id="jsoiv"></menuitem>
            <thead id="jsoiv"></thead>