<p id="2ly2q"><listing id="2ly2q"></listing></p>
    1. <menu id="2ly2q"></menu>
        <rt id="2ly2q"></rt>

          收藏本站
          • 您好,
            買賣IC網(wǎng)歡迎您。
          • 請(qǐng)登錄
          • 免費(fèi)注冊(cè)
          • 我的買賣
          • 新采購(gòu)0
          • VIP會(huì)員服務(wù)
          • [北京]010-87982920
          • [深圳]0755-82701186
          • 網(wǎng)站導(dǎo)航
          發(fā)布緊急采購(gòu)
          • IC現(xiàn)貨
          • IC急購(gòu)
          • 電子元器件
          VIP會(huì)員服務(wù)
          • 您現(xiàn)在的位置:買賣IC網(wǎng) > PDF目錄367739 > P89C51RB2BA (NXP SEMICONDUCTORS) 80C51 8-bit Flash microcontroller family 16KB/32KB/64KB ISP/IAP Flash with 512B/512B/1KB RAM PDF資料下載
          參數(shù)資料
          型號(hào): P89C51RB2BA
          廠商: NXP SEMICONDUCTORS
          元件分類: 微控制器/微處理器
          英文描述: 80C51 8-bit Flash microcontroller family 16KB/32KB/64KB ISP/IAP Flash with 512B/512B/1KB RAM
          中文描述: 8-BIT, FLASH, 33 MHz, MICROCONTROLLER, PQCC44
          封裝: PLASTIC, LCC-44
          文件頁(yè)數(shù): 22/52頁(yè)
          文件大小: 289K
          代理商: P89C51RB2BA
          第1頁(yè)第2頁(yè)第3頁(yè)第4頁(yè)第5頁(yè)第6頁(yè)第7頁(yè)第8頁(yè)第9頁(yè)第10頁(yè)第11頁(yè)第12頁(yè)第13頁(yè)第14頁(yè)第15頁(yè)第16頁(yè)第17頁(yè)第18頁(yè)第19頁(yè)第20頁(yè)第21頁(yè)當(dāng)前第22頁(yè)第23頁(yè)第24頁(yè)第25頁(yè)第26頁(yè)第27頁(yè)第28頁(yè)第29頁(yè)第30頁(yè)第31頁(yè)第32頁(yè)第33頁(yè)第34頁(yè)第35頁(yè)第36頁(yè)第37頁(yè)第38頁(yè)第39頁(yè)第40頁(yè)第41頁(yè)第42頁(yè)第43頁(yè)第44頁(yè)第45頁(yè)第46頁(yè)第47頁(yè)第48頁(yè)第49頁(yè)第50頁(yè)第51頁(yè)第52頁(yè)
          Philips Semiconductors
          Preliminary specification
          89C51RB2/89C51RC2/
          89C51RD2
          80C51 8-bit Flash microcontroller family
          16KB/32KB/64KB ISP/IAP Flash with 512B/512B/1KB RAM
          1999 Sep 23
          22
          Programmable Counter Array (PCA)
          The Programmable Counter Array available on the
          89C51RB2/RC2/RD2 is a special 16-bit Timer that has five 16-bit
          capture/compare modules associated with it. Each of the modules
          can be programmed to operate in one of four modes: rising and/or
          falling edge capture, software timer, high-speed output, or pulse
          width modulator. Each module has a pin associated with it in port 1.
          Module 0 is connected to P1.3(CEX0), module 1 to P1.4(CEX1), etc.
          The basic PCA configuration is shown in Figure 14.
          The PCA timer is a common time base for all five modules and can
          be programmed to run at: 1/6 the oscillator frequency, 1/2 the
          oscillator frequency, the Timer 0 overflow, or the input on the ECI pin
          (P1.2). The timer count source is determined from the CPS1 and
          CPS0 bits in the CMOD SFR as follows (see Figure 17):
          CPS1 CPS0 PCA Timer Count Source
          0
          0
          1/6 oscillator frequency (6 clock mode);
          1/12 oscillator frequency (12 clock mode)
          0
          1
          1/2 oscillator frequency (6 clock mode);
          1/4 oscillator frequency (12 clock mode)
          1
          0
          Timer 0 overflow
          1
          1
          External Input at ECI pin
          In the CMOD SFR are three additional bits associated with the PCA.
          They are CIDL which allows the PCA to stop during idle mode,
          WDTE which enables or disables the watchdog function on
          module 4, and ECF which when set causes an interrupt and the
          PCA overflow flag CF (in the CCON SFR) to be set when the PCA
          timer overflows. These functions are shown in Figure 15.
          The watchdog timer function is implemented in module 4 (see
          Figure 24).
          The CCON SFR contains the run control bit for the PCA and the
          flags for the PCA timer (CF) and each module (refer to Figure 18).
          To run the PCA the CR bit (CCON.6) must be set by software. The
          PCA is shut off by clearing this bit. The CF bit (CCON.7) is set when
          the PCA counter overflows and an interrupt will be generated if the
          ECF bit in the CMOD register is set, The CF bit can only be cleared
          by software. Bits 0 through 4 of the CCON register are the flags for
          the modules (bit 0 for module 0, bit 1 for module 1, etc.) and are set
          by hardware when either a match or a capture occurs. These flags
          also can only be cleared by software. The PCA interrupt system
          shown in Figure 16.
          Each module in the PCA has a special function register associated
          with it. These registers are: CCAPM0 for module 0, CCAPM1 for
          module 1, etc. (see Figure 19). The registers contain the bits that
          control the mode that each module will operate in. The ECCF bit
          (CCAPMn.0 where n=0, 1, 2, 3, or 4 depending on the module)
          enables the CCF flag in the CCON SFR to generate an interrupt
          when a match or compare occurs in the associated module. PWM
          (CCAPMn.1) enables the pulse width modulation mode. The TOG
          bit (CCAPMn.2) when set causes the CEX output associated with
          the module to toggle when there is a match between the PCA
          counter and the module’s capture/compare register. The match bit
          MAT (CCAPMn.3) when set will cause the CCFn bit in the CCON
          register to be set when there is a match between the PCA counter
          and the module’s capture/compare register.
          The next two bits CAPN (CCAPMn.4) and CAPP (CCAPMn.5)
          determine the edge that a capture input will be active on. The CAPN
          bit enables the negative edge, and the CAPP bit enables the positive
          edge. If both bits are set both edges will be enabled and a capture will
          occur for either transition. The last bit in the register ECOM
          (CCAPMn.6) when set enables the comparator function. Figure 20
          shows the CCAPMn settings for the various PCA functions.
          There are two additional registers associated with each of the PCA
          modules. They are CCAPnH and CCAPnL and these are the
          registers that store the 16-bit count when a capture occurs or a
          compare should occur. When a module is used in the PWM mode
          these registers are used to control the duty cycle of the output.
          MODULE FUNCTIONS:
          16-BIT CAPTURE
          16-BIT TIMER
          16-BIT HIGH SPEED OUTPUT
          8-BIT PWM
          WATCHDOG TIMER (MODULE 4 ONLY)
          MODULE 0
          MODULE 1
          MODULE 2
          MODULE 3
          MODULE 4
          P1.3/CEX0
          P1.4/CEX1
          P1.5/CEX2
          P1.6/CEX3
          P1.7/CEX4
          16 BITS
          PCA TIMER/COUNTER
          TIME BASE FOR PCA MODULES
          16 BITS
          SU00032
          Figure 14. Programmable Counter Array (PCA)
          相關(guān)PDF資料
          PDF描述
          P89C51RB2BB 80C51 8-bit Flash microcontroller family 16KB/32KB/64KB ISP/IAP Flash with 512B/512B/1KB RAM
          P89C51RB2BP 80C51 8-bit Flash microcontroller family 16KB/32KB/64KB ISP/IAP Flash with 512B/512B/1KB RAM
          P89C51RB2FA 80C51 8-bit Flash microcontroller family 16KB/32KB/64KB ISP/IAP Flash with 512B/512B/1KB RAM
          P89C51RB2FB 80C51 8-bit Flash microcontroller family 16KB/32KB/64KB ISP/IAP Flash with 512B/512B/1KB RAM
          P89C51RB2FP 80C51 8-bit Flash microcontroller family 16KB/32KB/64KB ISP/IAP Flash with 512B/512B/1KB RAM
          相關(guān)代理商/技術(shù)參數(shù)
          參數(shù)描述
          P89C51RB2BA/01 制造商:PHILIPS 制造商全稱:NXP Semiconductors 功能描述:80C51 8-bit Flash microcontroller family
          P89C51RB2BA/01,512 功能描述:IC 80C51 MCU FLASH 16K 44-PLCC RoHS:是 類別:集成電路 (IC) >> 嵌入式 - 微控制器, 系列:89C 產(chǎn)品培訓(xùn)模塊:MCU Product Line Introduction XMEGA Introduction AVR XMEGA USB Connectivity 標(biāo)準(zhǔn)包裝:90 系列:AVR® XMEGA 核心處理器:AVR 芯體尺寸:8/16-位 速度:32MHz 連通性:I²C,IrDA,SPI,UART/USART 外圍設(shè)備:欠壓檢測(cè)/復(fù)位,DMA,POR,PWM,WDT 輸入/輸出數(shù):50 程序存儲(chǔ)器容量:192KB(96K x 16) 程序存儲(chǔ)器類型:閃存 EEPROM 大小:4K x 8 RAM 容量:16K x 8 電壓 - 電源 (Vcc/Vdd):1.6 V ~ 3.6 V 數(shù)據(jù)轉(zhuǎn)換器:A/D 16x12b; D/A 2x12b 振蕩器型:內(nèi)部 工作溫度:-40°C ~ 85°C 封裝/外殼:64-TQFP 包裝:托盤 配用:ATSTK600-RC14-ND - STK600 SOCKET/ADAPTER 64TQFPATSTK600-TQFP64-ND - STK600 SOCKET/ADAPTER 64-TQFPATAVRONEKIT-ND - KIT AVR/AVR32 DEBUGGER/PROGRMMRATAVRISP2-ND - PROGRAMMER AVR IN SYSTEM
          P89C51RB2BB 制造商:PHILIPS 制造商全稱:NXP Semiconductors 功能描述:80C51 8-bit Flash microcontroller family 16KB/32KB/64KB ISP/IAP Flash with 512B/512B/1KB RAM
          P89C51RB2BBD/01 制造商:PHILIPS 制造商全稱:NXP Semiconductors 功能描述:80C51 8-bit Flash microcontroller family
          P89C51RB2BBD/01,55 制造商:NXP Semiconductors 功能描述:MCU 8-Bit 89C 80C51 CISC 16KB Flash 5V 44-Pin LQFP
          發(fā)布緊急采購(gòu),3分鐘左右您將得到回復(fù)。

          采購(gòu)需求

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

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

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

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

          我的聯(lián)系方式

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

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

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