參數(shù)資料
型號: EFM32G842F128
廠商: Energy Micro
文件頁數(shù): 76/136頁
文件大?。?/td> 0K
描述: IC MCU 32BIT 128KB FLASH 64LQFP
標準包裝: 1
系列: Gecko
核心處理器: ARM? Cortex?-M3
芯體尺寸: 32-位
速度: 32MHz
連通性: I²C,IrDA,智能卡,SPI,UART/USART
外圍設備: 欠壓檢測/復位,DMA,LCD,POR,PWM,WDT
輸入/輸出數(shù): 53
程序存儲器容量: 128KB(128K x 8)
程序存儲器類型: 閃存
RAM 容量: 16K x 8
電壓 - 電源 (Vcc/Vdd): 1.8 V ~ 3.8 V
數(shù)據(jù)轉換器: A/D 8x12b,D/A 2x12b
振蕩器型: 外部
工作溫度: -40°C ~ 85°C
封裝/外殼: 64-TQFP
包裝: 標準包裝
其它名稱: 914-1028-6
...the world's most energy friendly microcontrollers
2011-02-04 - d0002_Rev1.00
44
www.energymicro.com
if the result of an addition is greater than or equal to 2
32
if the result of a subtraction is positive or zero
as the result of an inline barrel shifter operation in a move or logical instruction.
Overflow occurs if the result of an add, subtract, or compare is greater than or equal to 2
31, or less
than –2
31.
Note
Most instructions update the status flags only if the S suffix is specified. See the instruction
descriptions for more information.
3.3.7.2 Condition code suffixes
The instructions that can be conditional have an optional condition code, shown in syntax descriptions
as {cond}. Conditional execution requires a preceding IT instruction. An instruction with a condition
code is only executed if the condition code flags in the APSR meet the specified condition. Table 3.4 (p.
44) shows the condition codes to use.
You can use conditional execution with the IT instruction to reduce the number of branch instructions
in code.
Table 3.4 (p. 44) also shows the relationship between condition code suffixes and the N, Z, C, and
V flags.
Table 3.4. Condition code suffixes
Suffix
Flags
Meaning
EQ
Z = 1
Equal
NE
Z = 0
Not equal
CS or
HS
C = 1
Higher or same, unsigned #
CC or
LO
C = 0
Lower, unsigned <
MI
N = 1
Negative
PL
N = 0
Positive or zero
VS
V = 1
Overflow
VC
V = 0
No overflow
HI
C = 1 and Z = 0
Higher, unsigned >
LS
C = 0 or Z = 1
Lower or same, unsigned #
GE
N = V
Greater than or equal, signed #
LT
N != V
Less than, signed <
GT
Z = 0 and N = V
Greater than, signed >
LE
Z = 1 and N != V
Less than or equal, signed #
AL
Can have any value
Always. This is the default when no suffix is specified.
Example 3.1 (p. 44) shows the use of a conditional instruction to find the absolute value of a number.
R0
= ABS(R1).
Example 3.1. Absolute value
MOVS
R0, R1
; R0 = R1, setting flags
IT
MI
; IT instruction for the negative condition
RSBMI
R0, R1, #0
; If negative, R0 = -R1
相關PDF資料
PDF描述
LPC11U24FET48/301, MCU USB 48TFBGA
5787761-6 CONN RCPT USB TYPE A PCB R/A
5787761-3 CONN RCPT USB TYPE A PCB R/A
1-1939054-2 CONN PLUG MICRO USB B SOLDER
1-1939054-1 CONN PLUG MICRO USB B SOLDER
相關代理商/技術參數(shù)
參數(shù)描述
EFM32G842F128G-E-QFP64 功能描述:128K FLASH, 16K RAM, 4X22 LCD, A 制造商:silicon labs 系列:Gecko 包裝:托盤 零件狀態(tài):在售 核心處理器:ARM? Cortex?-M3 核心尺寸:32-位 速度:32MHz 連接性:I2C,IrDA,智能卡,SPI,UART/USART 外設:欠壓檢測/復位,DMA,LCD,POR,PWM,WDT I/O 數(shù):53 程序存儲容量:128KB(128K x 8) 程序存儲器類型:閃存 EEPROM 容量:- RAM 容量:16K x 8 電壓 - 電源(Vcc/Vdd):1.98 V ~ 3.8 V 數(shù)據(jù)轉換器:A/D 8x12b,D/A 2x12b 振蕩器類型:內(nèi)部 工作溫度:-40°C ~ 85°C(TA) 封裝/外殼:64-TQFP 供應商器件封裝:64-TQFP(10x10) 標準包裝:160
EFM32G842F128-QFP64 制造商:Energy Micro AS 功能描述:GECKO MCU - Tape and Reel 制造商:Energy Micro AS 功能描述:IC MCU 32BIT 128KB FLASH 64TQFP
EFM32G842F128-QFP64T 制造商:Energy Micro AS 功能描述:32 BIT ARM MPU, GECKO - Trays
EFM32G842F128-QFP64-T 制造商:Energy Micro AS 功能描述:IC MCU 32BIT 128KB FLASH 64TQFP
EFM32G842F128-T 制造商:Energy Micro AS 功能描述:IC MCU 32BIT 128KB FLASH 64TQFP