參數(shù)資料
型號: EFM32TG232F32
廠商: Energy Micro
文件頁數(shù): 92/136頁
文件大?。?/td> 0K
描述: IC MCU 32BIT 32KB FLASH 64LQFP
特色產(chǎn)品: EFM32 Tiny Gecko
標(biāo)準(zhǔn)包裝: 1
系列: Tiny Gecko
核心處理器: ARM? Cortex?-M3
芯體尺寸: 32-位
速度: 32MHz
連通性: I²C,IrDA,智能卡,SPI,UART/USART
外圍設(shè)備: 欠壓檢測/復(fù)位,DMA,I²S,POR,PWM,WDT
輸入/輸出數(shù): 53
程序存儲器容量: 32KB(32K x 8)
程序存儲器類型: 閃存
RAM 容量: 4K x 8
電壓 - 電源 (Vcc/Vdd): 1.8 V ~ 3.8 V
數(shù)據(jù)轉(zhuǎn)換器: A/D 8x12b,D/A 1x12b
振蕩器型: 外部
工作溫度: -40°C ~ 85°C
封裝/外殼: 64-TQFP
包裝: 標(biāo)準(zhǔn)包裝
其它名稱: 914-1030-6
...the world's most energy friendly microcontrollers
2011-02-04 - d0002_Rev1.00
59
www.energymicro.com
3.5.1.6 Multiword arithmetic examples
Example 3.4 (p. 59) shows two instructions that add a 64#bit integer contained in R2 and R3 to
another 64#bit integer contained in R0 and R1, and place the result in R4 and R5.
Example 3.4. 64-bit addition
ADDS
R4, R0, R2
; add the least significant words
ADC
R5, R1, R3
; add the most significant words with carry
Multiword values do not have to use consecutive registers. Example 3.5 (p. 59) shows instructions
that subtract a 96#bit integer contained in R9, R1, and R11 from another contained in R6, R2, and R8.
The example stores the result in R6, R9, and R2.
Example 3.5. 96-bit subtraction
SUBS
R6, R6, R9
; subtract the least significant words
SBCS
R9, R2, R1
; subtract the middle words with carry
SBC
R2, R8, R11
; subtract the most significant words with carry
3.5.2 AND, ORR, EOR, BIC, and ORN
Logical AND, OR, Exclusive OR, Bit Clear, and OR NOT.
3.5.2.1 Syntax
op{S}{cond} {Rd,} Rn, Operand2
where:
op
is one of:
AND
logical AND.
ORR
logical OR, or bit set.
EOR
logical Exclusive OR.
BIC
logical AND NOT, or bit clear.
ORN
logical OR NOT.
S
is an optional suffix. If S is specified, the condition code flags are updated on the result of
the operation, see Section 3.3.7 (p. 43) .
cond
is an optional condition code, see Section 3.3.7 (p. 43) .
Rd
is the destination register.
Rn
is the register holding the first operand.
Operand2
is a flexible second operand. See Section 3.3.3 (p. 38) for details of the options.
3.5.2.2 Operation
The AND, EOR, and ORR instructions perform bitwise AND, Exclusive OR, and OR operations on the
values in Rn and Operand2.
The BIC instruction performs an AND operation on the bits in Rn with the complements of the
corresponding bits in the value of Operand2.
The ORN instruction performs an OR operation on the bits in Rn with the complements of the
corresponding bits in the value of Operand2.
3.5.2.3 Restrictions
Do not use SP and do not use PC.
相關(guān)PDF資料
PDF描述
P80C32X2FA,512 IC 80C51 MCU 256 ROMLESS 44PLCC
LPC1224FBD64/101,1 MCU 32BIT 32K FLASH 4K 64-LQFP
R5F72165GDFA#V0 MCU 512K FLASH 64K 176-LQFP
R5F72165ADFA#V0 MCU 512K FLASH 64K 176-LQFP
EFM32TG222F32 IC MCU 32BIT 32KB FLASH 48LQFP
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
EFM32TG232F32-QFP64 制造商:Energy Micro AS 功能描述:TINY GECKO MCU - Tape and Reel 制造商:Energy Micro AS 功能描述:IC MCU 32BIT 32KB FLASH 64TQFP
EFM32TG232F32-QFP64T 制造商:Energy Micro AS 功能描述:32 BIT ARM MPU, TINY GECKO - Trays
EFM32TG232F32-QFP64-T 制造商:Energy Micro AS 功能描述:IC MCU 32BIT 32KB FLASH 64TQFP
EFM32TG232F32-T 制造商:Energy Micro AS 功能描述:IC MCU 32BIT 32KB FLASH 64TQFP
EFM32TG232F8 功能描述:ARM微控制器 - MCU 8kb flash 2kb RAM RoHS:否 制造商:STMicroelectronics 核心:ARM Cortex M4F 處理器系列:STM32F373xx 數(shù)據(jù)總線寬度:32 bit 最大時鐘頻率:72 MHz 程序存儲器大小:256 KB 數(shù)據(jù) RAM 大小:32 KB 片上 ADC:Yes 工作電源電壓:1.65 V to 3.6 V, 2 V to 3.6 V, 2.2 V to 3.6 V 工作溫度范圍:- 40 C to + 85 C 封裝 / 箱體:LQFP-48 安裝風(fēng)格:SMD/SMT