SAM4S16C Atmel Corporation, SAM4S16C Datasheet - Page 173

no-image

SAM4S16C

Manufacturer Part Number
SAM4S16C
Description
Manufacturer
Atmel Corporation
Datasheets

Specifications of SAM4S16C

Flash (kbytes)
1024 Kbytes
Pin Count
100
# Of Touch Channels
32
Hardware Qtouch Acquisition
No
Max I/o Pins
79
Ext Interrupts
79
Usb Transceiver
1
Quadrature Decoder Channels
2
Usb Speed
Full Speed
Usb Interface
Device
Spi
3
Twi (i2c)
2
Uart
4
Ssc
1
Sd / Emmc
1
Graphic Lcd
No
Video Decoder
No
Camera Interface
No
Adc Channels
16
Adc Resolution (bits)
12
Adc Speed (ksps)
1000
Analog Comparators
1
Resistive Touch Screen
No
Dac Channels
2
Dac Resolution (bits)
12
Temp. Sensor
Yes
Crypto Engine
No
Sram (kbytes)
128
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
6
Output Compare Channels
6
Input Capture Channels
6
Pwm Channels
4
32khz Rtc
Yes
Calibrated Rc Oscillator
Yes
11.6.9.2
11100A–ATARM–28-Oct-11
11100A–ATARM–28-Oct-11
SBFX and UBFX
Signed Bit Field Extract and Unsigned Bit Field Extract.
Syntax
SBFX{cond} Rd, Rn, #lsb, #width
UBFX{cond} Rd, Rn, #lsb, #width
where:
cond
Rd
Rn
lsb
width
Operation
SBFX
destination register.
UBFX
destination register.
Restrictions
Do not use SP and do not use PC
Condition Flags
These instructions do not affect the flags.
Examples
SBFX R0, R1, #20, #4 ; Extract bit 20 to bit 23 (4 bits) from R1 and sign
UBFX R8, R11, #9, #10 ; Extract bit 9 to bit 18 (10 bits) from R11 and zero
extracts a bitfield from one register, sign extends it to 32 bits, and writes the result to the
extracts a bitfield from one register, zero extends it to 32 bits, and writes the result to the
is an optional condition code, see
is the destination register.
is the source register.
is the position of the least significant bit of the bitfield.
is the width of the bitfield and must be in the range 1 to 32-
; extend to 32 bits and then write the result to R0.
; extend to 32 bits and then write the result to R8.
.
“Conditional Execution”
lsb
must be in the range 0 to 31.
.
lsb
.
SAM4S
SAM4S
173
173

Related parts for SAM4S16C