收藏本站
    • 您好,
      買賣IC網(wǎng)歡迎您。
    • 請(qǐ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目錄10873 > PIC16C71T-20I/SO (Microchip Technology)IC MCU OTP 1KX14 A/D 18SOIC PDF資料下載
    參數(shù)資料
    型號(hào): PIC16C71T-20I/SO
    廠商: Microchip Technology
    文件頁數(shù): 72/177頁
    文件大?。?/td> 0K
    描述: IC MCU OTP 1KX14 A/D 18SOIC
    標(biāo)準(zhǔn)包裝: 1,100
    系列: PIC® 16C
    核心處理器: PIC
    芯體尺寸: 8-位
    速度: 20MHz
    外圍設(shè)備: POR,WDT
    輸入/輸出數(shù): 13
    程序存儲(chǔ)器容量: 1.75KB(1K x 14)
    程序存儲(chǔ)器類型: OTP
    RAM 容量: 36 x 8
    電壓 - 電源 (Vcc/Vdd): 4 V ~ 6 V
    數(shù)據(jù)轉(zhuǎn)換器: A/D 4x8b
    振蕩器型: 外部
    工作溫度: -40°C ~ 85°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頁當(dāng)前第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頁
    163
    7593L–AVR–09/12
    AT90USB64/128
    a wake-up from Power-down or Standby mode due to unstable clock signal upon start-up, no
    matter whether the Oscillator is in use or a clock signal is applied to the TOSC1 pin
    Description of wake up from Power-save or ADC Noise Reduction mode when the timer is
    clocked asynchronously: When the interrupt condition is met, the wake up process is started
    on the following cycle of the timer clock, that is, the timer is always advanced by at least one
    before the processor can read the counter value. After wake-up, the MCU is halted for four
    cycles, it executes the interrupt routine, and resumes execution from the instruction following
    SLEEP
    Reading of the TCNT2 Register shortly after wake-up from Power-save may give an incorrect
    result. Since TCNT2 is clocked on the asynchronous TOSC clock, reading TCNT2 must be
    done through a register synchronized to the internal I/O clock domain. Synchronization takes
    place for every rising TOSC1 edge. When waking up from Power-save mode, and the I/O
    clock (clk
    I/O) again becomes active, TCNT2 will read as the previous value (before entering
    sleep) until the next rising TOSC1 edge. The phase of the TOSC clock after waking up from
    Power-save mode is essentially unpredictable, as it depends on the wake-up time. The
    recommended procedure for reading TCNT2 is thus as follows:
    a.
    Write any value to either of the registers OCR2x or TCCR2x.
    b.
    Wait for the corresponding Update Busy Flag to be cleared.
    c.
    Read TCNT2.
    During asynchronous operation, the synchronization of the Interrupt Flags for the
    asynchronous timer takes 3 processor cycles plus one timer cycle. The timer is therefore
    advanced by at least one before the processor can read the timer value causing the setting of
    the Interrupt Flag. The Output Compare pin is changed on the timer clock and is not
    synchronized to the processor clock
    16.9.3
    TIMSK2 – Timer/Counter2 Interrupt Mask Register
    Bit 2 – OCIE2B: Timer/Counter2 Output Compare Match B Interrupt Enable
    When the OCIE2B bit is written to one and the I-bit in the Status Register is set (one), the
    Timer/Counter2 Compare Match B interrupt is enabled. The corresponding interrupt is executed
    if a compare match in Timer/Counter2 occurs, that is, when the OCF2B bit is set in the
    Timer/Counter2 Interrupt Flag Register – TIFR2.
    Bit 1 – OCIE2A: Timer/Counter2 Output Compare Match A Interrupt Enable
    When the OCIE2A bit is written to one and the I-bit in the Status Register is set (one), the
    Timer/Counter2 Compare Match A interrupt is enabled. The corresponding interrupt is executed
    if a compare match in Timer/Counter2 occurs, that is, when the OCF2A bit is set in the
    Timer/Counter2 Interrupt Flag Register – TIFR2.
    Bit 0 – TOIE2: Timer/Counter2 Overflow Interrupt Enable
    When the TOIE2 bit is written to one and the I-bit in the Status Register is set (one), the
    Timer/Counter2 Overflow interrupt is enabled. The corresponding interrupt is executed if an
    overflow in Timer/Counter2 occurs, that is, when the TOV2 bit is set in the Timer/Counter2 Inter-
    rupt Flag Register – TIFR2.
    Bit
    7
    65
    43
    2
    1
    0
    ––
    –OCIE2B
    OCIE2A
    TOIE2
    TIMSK2
    Read/write
    RR
    RR/W
    R/W
    Initial value
    00
    0
    相關(guān)PDF資料
    PDF描述
    VE-B1D-IV-S CONVERTER MOD DC/DC 85V 150W
    VE-B1B-IV-S CONVERTER MOD DC/DC 95V 150W
    VE-B14-IV-S CONVERTER MOD DC/DC 48V 150W
    MCP2021-330E/SN IC LIN TXRX W/V-REG 3.3V 8SOIC
    VE-21H-IW-S CONVERTER MOD DC/DC 52V 100W
    相關(guān)代理商/技術(shù)參數(shù)
    參數(shù)描述
    PIC16C72/JW 功能描述:8位微控制器 -MCU 3.5KB 128 RAM 22 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
    PIC16C72-04/SO 功能描述:8位微控制器 -MCU 3.5KB 128 RAM 22 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
    PIC16C72-04/SP 功能描述:8位微控制器 -MCU 3.5KB 128 RAM 22 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
    PIC16C72-04/SP 制造商:Microchip Technology Inc 功能描述:IC 8BIT CMOS MCU 16C72 SDIL28
    PIC16C72-04/SS 功能描述:8位微控制器 -MCU 3.5KB 128 RAM 22 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)站地圖

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

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