SAM3N1A Atmel Corporation, SAM3N1A Datasheet - Page 132

no-image

SAM3N1A

Manufacturer Part Number
SAM3N1A
Description
Manufacturer
Atmel Corporation
Datasheets

Specifications of SAM3N1A

Flash (kbytes)
64 Kbytes
Pin Count
48
Max. Operating Frequency
48 MHz
Cpu
Cortex-M3
# Of Touch Channels
17
Hardware Qtouch Acquisition
No
Max I/o Pins
34
Ext Interrupts
34
Quadrature Decoder Channels
2
Usb Speed
No
Usb Interface
No
Spi
2
Twi (i2c)
2
Uart
3
Ssc
1
Graphic Lcd
No
Video Decoder
No
Camera Interface
No
Adc Channels
8
Adc Resolution (bits)
10
Adc Speed (ksps)
384
Resistive Touch Screen
No
Temp. Sensor
No
Crypto Engine
No
Sram (kbytes)
8
Self Program Memory
YES
Dram Memory
No
Nand Interface
No
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
no / no
Timers
6
Output Compare Channels
6
Input Capture Channels
3
Pwm Channels
4
32khz Rtc
Yes
Calibrated Rc Oscillator
Yes
10.17.2
10.17.2.1
10.17.2.2
10.17.2.3
10.17.2.4
10.17.2.5
132
CBZ
CBNZ
SAM3N
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
11011A–ATARM–04-Oct-10

Related parts for SAM3N1A