收藏本站
            • 您好,
              買賣IC網歡迎您。
            • 請登錄
            • 免費注冊
            • 我的買賣
            • 新采購0
            • VIP會員服務
            • [北京]010-87982920
            • [深圳]0755-82701186
            • 網站導航
            發(fā)布緊急采購
            • IC現(xiàn)貨
            • IC急購
            • 電子元器件
            VIP會員服務
            • 您現(xiàn)在的位置:買賣IC網 > PDF目錄3834 > AT89C51AC3-RLTIM (Atmel)IC 8051 MCU FLASH 64K 44VQFP PDF資料下載
            參數(shù)資料
            型號: AT89C51AC3-RLTIM
            廠商: Atmel
            文件頁數(shù): 63/140頁
            文件大?。?/td> 0K
            描述: IC 8051 MCU FLASH 64K 44VQFP
            標準包裝: 160
            系列: 89C
            核心處理器: 8051
            芯體尺寸: 8-位
            速度: 60MHz
            連通性: UART/USART
            外圍設備: POR,PWM,WDT
            輸入/輸出數(shù): 36
            程序存儲器容量: 64KB(64K x 8)
            程序存儲器類型: 閃存
            EEPROM 大?。?/td> 2K x 8
            RAM 容量: 2.25K x 8
            電壓 - 電源 (Vcc/Vdd): 3 V ~ 5.5 V
            數(shù)據轉換器: A/D 8x10b
            振蕩器型: 外部
            工作溫度: -40°C ~ 85°C
            封裝/外殼: 44-LQFP
            包裝: 托盤
            第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頁
            2009 Microchip Technology Inc.
            DS70286C-page 27
            dsPIC33FJXXXGPX06/X08/X10
            3.5
            Arithmetic Logic Unit (ALU)
            The dsPIC33FJXXXGPX06/X08/X10 ALU is 16 bits
            wide and is capable of addition, subtraction, bit shifts
            and logic operations. Unless otherwise mentioned,
            arithmetic operations are 2’s complement in nature.
            Depending on the operation, the ALU may affect the
            values of the Carry (C), Zero (Z), Negative (N),
            Overflow (OV) and Digit Carry (DC) Status bits in the
            SR register. The C and DC Status bits operate as Bor-
            row and Digit Borrow bits, respectively, for subtraction
            operations.
            The ALU can perform 8-bit or 16-bit operations,
            depending on the mode of the instruction that is used.
            Data for the ALU operation can come from the W
            register array, or data memory, depending on the
            addressing mode of the instruction. Likewise, output
            data from the ALU can be written to the W register array
            or a data memory location.
            Refer to the “dsPIC30F/33F Programmer’s Reference
            Manual” (DS70157) for information on the SR bits
            affected by each instruction.
            The
            dsPIC33FJXXXGPX06/X08/X10
            CPU
            incorporates hardware support for both multiplication
            and division. This includes a dedicated hardware
            multiplier and support hardware for 16-bit-divisor
            division.
            3.5.1
            MULTIPLIER
            Using the high-speed 17-bit x 17-bit multiplier of the DSP
            engine, the ALU supports unsigned, signed or mixed-sign
            operation in several MCU multiplication modes:
            1.
            16-bit x 16-bit signed
            2.
            16-bit x 16-bit unsigned
            3.
            16-bit signed x 5-bit (literal) unsigned
            4.
            16-bit unsigned x 16-bit unsigned
            5.
            16-bit unsigned x 5-bit (literal) unsigned
            6.
            16-bit unsigned x 16-bit signed
            7.
            8-bit unsigned x 8-bit unsigned
            3.5.2
            DIVIDER
            The divide block supports 32-bit/16-bit and 16-bit/16-bit
            signed and unsigned integer divide operations with the
            following data sizes:
            1.
            32-bit signed/16-bit signed divide
            2.
            32-bit unsigned/16-bit unsigned divide
            3.
            16-bit signed/16-bit signed divide
            4.
            16-bit unsigned/16-bit unsigned divide
            The quotient for all divide instructions ends up in W0
            and the remainder in W1. 16-bit signed and unsigned
            DIV
            instructions can specify any W register for both the
            16-bit divisor (Wn) and any W register (aligned) pair
            (W(m + 1):Wm) for the 32-bit dividend. The divide
            algorithm takes one cycle per bit of divisor, so both
            32-bit/16-bit and 16-bit/16-bit instructions take the
            same number of cycles to execute.
            3.6
            DSP Engine
            The
            DSP
            engine
            consists
            of
            a
            high-speed,
            17-bit x 17-bit multiplier, a barrel shifter and a 40-bit
            adder/subtracter (with two target accumulators, round
            and saturation logic).
            The dsPIC33FJXXXGPX06/X08/X10 is a single-cycle,
            instruction flow architecture; therefore, concurrent
            operation of the DSP engine with MCU instruction flow is
            not possible. However, some MCU ALU and DSP engine
            resources may be used concurrently by the same
            instruction (e.g., ED, EDAC).
            The DSP engine also has the capability to perform
            inherent accumulator-to-accumulator operations which
            require no additional data. These instructions are ADD,
            SUB
            and NEG.
            The DSP engine has various options selected through
            various bits in the CPU Core Control register
            (CORCON), as listed below:
            1.
            Fractional or integer DSP multiply (IF).
            2.
            Signed or unsigned DSP multiply (US).
            3.
            Conventional or convergent rounding (RND).
            4.
            Automatic saturation on/off for AccA (SATA).
            5.
            Automatic saturation on/off for AccB (SATB).
            6.
            Automatic saturation on/off for writes to data
            memory (SATDW).
            7.
            Accumulator Saturation mode selection (ACCSAT).
            Table 3-1 provides a summary of DSP instructions. A
            block diagram of the DSP engine is shown in
            Figure 3-3.
            TABLE 3-1:
            DSP INSTRUCTIONS
            SUMMARY
            Instruction
            Algebraic
            Operation
            ACC Write
            Back
            CLR
            A = 0
            Yes
            ED
            A = (x – y)2
            No
            EDAC
            A = A + (x – y)2
            No
            MAC
            A = A + (x * y)
            Yes
            MAC
            A = A + x2
            No
            MOVSAC
            No change in A
            Yes
            MPY
            A = x * y
            No
            MPY
            A = x 2
            No
            MPY.N
            A = – x * y
            No
            MSC
            A = A – x * y
            Yes
            相關PDF資料
            PDF描述
            PIC16LF873A-I/SO IC MCU FLASH 4KX14 EE A/D 28SOIC
            AT89C51AC3-RDTIM IC 8051 MCU FLASH 64K 64VQFP
            PIC16F84-04/P IC MCU FLASH 1KX14 EE 18DIP
            PIC24HJ128GP202-I/SO IC PIC MCU FLASH 128K 28SOIC
            PIC24FJ128GA310-I/PT MCU 16BIT 128KB FLASH 100TQFP
            相關代理商/技術參數(shù)
            參數(shù)描述
            AT89C51AC3-RLTUM 功能描述:8位微控制器 -MCU C51AC3 64K FLASHADC EEP 5V RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數(shù)據總線寬度:8 bit 最大時鐘頻率:50 MHz 程序存儲器大小:16 KB 數(shù)據 RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風格:SMD/SMT
            AT89C51AC3-S3SIM 制造商:ATMEL 制造商全稱:ATMEL Corporation 功能描述:Enhanced 8-bit Microcontroller with 64KB Flash Memory
            AT89C51AC3-S3SUM 功能描述:8位微控制器 -MCU 64K FLASHADC EEP ind 5V RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數(shù)據總線寬度:8 bit 最大時鐘頻率:50 MHz 程序存儲器大小:16 KB 數(shù)據 RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風格:SMD/SMT
            AT89C51AC3-SLSIM 功能描述:IC 8051 MCU FLASH 64K 44PLCC RoHS:否 類別:集成電路 (IC) >> 嵌入式 - 微控制器, 系列:89C 標準包裝:1,500 系列:AVR® ATtiny 核心處理器:AVR 芯體尺寸:8-位 速度:16MHz 連通性:I²C,LIN,SPI,UART/USART,USI 外圍設備:欠壓檢測/復位,POR,PWM,溫度傳感器,WDT 輸入/輸出數(shù):16 程序存儲器容量:8KB(4K x 16) 程序存儲器類型:閃存 EEPROM 大小:512 x 8 RAM 容量:512 x 8 電壓 - 電源 (Vcc/Vdd):2.7 V ~ 5.5 V 數(shù)據轉換器:A/D 11x10b 振蕩器型:內部 工作溫度:-40°C ~ 125°C 封裝/外殼:20-SOIC(0.295",7.50mm 寬) 包裝:帶卷 (TR)
            AT89C51AC3-SLSUM 功能描述:8位微控制器 -MCU C51AC3 64K FLASHADC EEP 5V RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數(shù)據總線寬度:8 bit 最大時鐘頻率:50 MHz 程序存儲器大小:16 KB 數(shù)據 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)系我們 |
            • 招聘銷售 |
            • 免責條款 |
            • 網站地圖

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

            两性色午夜免费视频