SAM3U2C Atmel Corporation, SAM3U2C Datasheet - Page 146

no-image

SAM3U2C

Manufacturer Part Number
SAM3U2C
Description
Manufacturer
Atmel Corporation
Datasheets

Specifications of SAM3U2C

Flash (kbytes)
128 Kbytes
Pin Count
100
Max. Operating Frequency
96 MHz
Cpu
Cortex-M3
# Of Touch Channels
28
Hardware Qtouch Acquisition
No
Max I/o Pins
57
Ext Interrupts
57
Usb Transceiver
1
Quadrature Decoder Channels
1
Usb Speed
Hi-Speed
Usb Interface
Device
Spi
4
Twi (i2c)
1
Uart
4
Ssc
1
Sd / Emmc
1
Graphic Lcd
No
Video Decoder
No
Camera Interface
No
Adc Channels
8
Adc Resolution (bits)
12
Adc Speed (ksps)
384
Resistive Touch Screen
No
Temp. Sensor
No
Crypto Engine
No
Sram (kbytes)
36
Self Program Memory
YES
External Bus Interface
1
Dram Memory
No
Nand Interface
Yes
Picopower
No
Temp. Range (deg C)
-40 to 85
I/o Supply Class
1.8/3.3
Operating Voltage (vcc)
1.62 to 3.6
Fpu
No
Mpu / Mmu
Yes / No
Timers
3
Output Compare Channels
3
Input Capture Channels
3
Pwm Channels
4
32khz Rtc
Yes
Calibrated Rc Oscillator
Yes
13.16.2
13.16.2.1
13.16.2.2
13.16.2.3
13.16.2.4
13.16.2.5
146
CBZ
CBNZ
SAM3U Series
CBZ and CBNZ
Syntax
Operation
Restrictions
Condition flags
Examples
R5, target ; Forward branch if R5 is zero
R0, target ; Forward branch if R0 is not zero
Compare and Branch on Zero, Compare and Branch on Non-Zero.
where:
Rn
label
Use the CBZ or CBNZ instructions to avoid changing the condition code flags and to reduce the
number of instructions.
CBZ Rn, label does not change condition flags but is otherwise equivalent to:
CBNZ Rn, label does not change condition flags but is otherwise equivalent to:
The restrictions are:
These instructions do not change the flags.
• Rn must be in the range of R0 to R7
• the branch destination must be within 4 to 130 bytes after the instruction
• these instructions must not be used inside an IT block.
CBZ Rn, label
CBNZ Rn, label
CMP
BEQ
CMP
BNE
is the register holding the operand.
is the branch destination.
Rn, #0
label
Rn, #0
label
6430E–ATARM–29-Aug-11

Related parts for SAM3U2C