5秒后页面跳转
ATA5773C-PXQW PDF预览

ATA5773C-PXQW

更新时间: 2024-01-03 02:32:11
品牌 Logo 应用领域
美国微芯 - MICROCHIP 电信电信集成电路
页数 文件大小 规格书
190页 6336K
描述
Telecom Circuit, 1-Func

ATA5773C-PXQW 技术参数

是否Rohs认证: 符合生命周期:Active
包装说明:5 X 5 MM, 0.65 MM PITCH, MO-220, QFN-24Reach Compliance Code:compliant
ECCN代码:EAR99HTS代码:8542.39.00.01
风险等级:5.25JESD-30 代码:S-XQCC-N24
长度:5 mm功能数量:1
端子数量:24最高工作温度:85 °C
最低工作温度:-40 °C封装主体材料:UNSPECIFIED
封装代码:HVQCCN封装等效代码:LCC24,.19SQ,25
封装形状:SQUARE封装形式:CHIP CARRIER, HEAT SINK/SLUG, VERY THIN PROFILE
电源:2.5/3.3 V认证状态:Not Qualified
筛选级别:AEC-Q100座面最大高度:1 mm
子类别:Other Telecom ICs最大压摆率:0.0141 mA
标称供电电压:3 V表面贴装:YES
电信集成电路类型:TELECOM CIRCUIT温度等级:INDUSTRIAL
端子形式:NO LEAD端子节距:0.65 mm
端子位置:QUAD宽度:5 mm
Base Number Matches:1

ATA5773C-PXQW 数据手册

 浏览型号ATA5773C-PXQW的Datasheet PDF文件第183页浏览型号ATA5773C-PXQW的Datasheet PDF文件第184页浏览型号ATA5773C-PXQW的Datasheet PDF文件第185页浏览型号ATA5773C-PXQW的Datasheet PDF文件第187页浏览型号ATA5773C-PXQW的Datasheet PDF文件第188页浏览型号ATA5773C-PXQW的Datasheet PDF文件第189页 
9.2  
Instruction Set Summary (Continued)  
Mnemonics  
Operands  
Description  
Branch if carry cleared  
Branch if same or higher  
Branch if lower  
Operation  
Flags  
None  
None  
None  
None  
None  
None  
None  
None  
None  
None  
None  
None  
None  
None  
None  
#Clocks  
1/2  
BRCC  
BRSH  
BRLO  
BRMI  
BRPL  
BRGE  
BRLT  
BRHS  
BRHC  
BRTS  
BRTC  
BRVS  
BRVC  
BRIE  
k
k
k
k
k
k
k
k
k
k
k
k
k
k
k
if (C = 0) then PC PC + k + 1  
if (C = 0) then PC PC + k + 1  
if (C = 1) then PC PC + k + 1  
if (N = 1) then PC PC + k + 1  
if (N = 0) then PC PC + k + 1  
if (N V= 0) then PC PC + k + 1  
if (N V= 1) then PC PC + k + 1  
if (H = 1) then PC PC + k + 1  
if (H = 0) then PC PC + k + 1  
if (T = 1) then PC PC + k + 1  
if (T = 0) then PC PC + k + 1  
if (V = 1) then PC PC + k + 1  
if (V = 0) then PC PC + k + 1  
if (I = 1) then PC PC + k + 1  
if (I = 0) then PC PC + k + 1  
1/2  
1/2  
Branch if minus  
1/2  
Branch if plus  
1/2  
Branch if greater or equal, signed  
Branch if less than zero, signed  
Branch if half carry flag set  
Branch if half carry flag cleared  
Branch if T flag set  
1/2  
1/2  
1/2  
1/2  
1/2  
Branch if T flag cleared  
Branch if overflow flag is set  
Branch if overflow flag is cleared  
Branch if interrupt enabled  
Branch if interrupt disabled  
1/2  
1/2  
1/2  
1/2  
BRID  
1/2  
Bit and Bit-test Instructions  
SBI  
CBI  
LSL  
LSR  
P,b  
P,b  
Rd  
Rd  
Set bit in I/O register  
Clear bit in I/O register  
Logical shift left  
I/O(P,b) 1  
None  
None  
2
2
1
1
I/O(P,b) 0  
Rd(n+1) Rd(n), Rd(0) 0  
Rd(n) Rd(n+1), Rd(7) 0  
Z,C,N,V  
Z,C,N,V  
Logical shift right  
Rd(0) C,Rd(n+1) Rd(n),C  
Rd(7)  
ROL  
Rd  
Rotate left through carry  
Z,C,N,V  
1
Rd(7) C,Rd(n) Rd(n+1),C ←  
ROR  
ASR  
Rd  
Rd  
Rd  
Rotate right through carry  
Arithmetic shift right  
Swap nibbles  
Z,C,N,V  
Z,C,N,V  
None  
1
1
1
Rd(0)  
Rd(n) Rd(n+1), n=0..6  
Rd(3..0) Rd(7..4),Rd(7..4) ←  
SWAP  
Rd(3..0)  
BSET  
BCLR  
BST  
BLD  
SEC  
CLC  
SEN  
CLN  
SEZ  
CLZ  
SEI  
s
Flag set  
Flag clear  
SREG(s) 1  
SREG(s) 0  
T Rr(b)  
Rd(b) T  
C 1  
SREG(s)  
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
s
SREG(s)  
Rr, b  
Rd, b  
Bit store from register to T  
Bit load from T to register  
Set carry  
T
None  
C
C
N
N
Z
Clear carry  
C 0  
Set negative flag  
N 1  
Clear negative flag  
Set zero flag  
N 0  
Z 1  
Clear zero flag  
Z 0  
Z
Global interrupt enable  
Global interrupt disable  
Set signed test flag  
Clear signed test flag  
Set twos complement overflow.  
Clear twos complement overflow  
Set T in SREG  
I 1  
I
CLI  
I 0  
I
SES  
CLS  
SEV  
CLV  
SET  
CLT  
SEH  
S 1  
S
S 0  
S
V 1  
V
V 0  
V
T 1  
T
Clear T in SREG  
T 0  
T
Set half carry flag in SREG  
H 1  
H
186  
ATA5771C/73C/74C [DATASHEET]  
9137I–RKE–08/14  

与ATA5773C-PXQW相关器件

型号 品牌 获取价格 描述 数据表
ATA5773-PXQW ATMEL

获取价格

Microcontroller with UHF ASK/FSK Transmitter
ATA5774 ATMEL

获取价格

Microcontroller with UHF ASK/FSK Transmitter
ATA5774C MICROCHIP

获取价格

A highly flexible programmable ASK/FSK transmitter that combines an high-performance low p
ATA5774C-PXQW MICROCHIP

获取价格

Telecom Circuit, 1-Func
ATA5774-PXQW ATMEL

获取价格

Microcontroller with UHF ASK/FSK Transmitter
ATA5780N-PNQW ATMEL

获取价格

Telecom Circuit, 1-Func, PQCC32,
ATA5780N-WNQW ATMEL

获取价格

Telecom Circuit, 1-Func, 5 X 5 MM, 0.50 MM PITCH, LEAD FREE, VQFN-32
ATA5780N-WNQW MICROCHIP

获取价格

Telecom Circuit, 1-Func
ATA5780-PNQW ATMEL

获取价格

Telecom Circuit, 1-Func, 5 X 5 MM, 0.50 MM PITCH, LEAD FREE, VQFN-32
ATA5781 ATMEL

获取价格

AVR microcontroller core with 1Kbyte SRAM and 24Kbyte RF library in firmware (ROM)