SAM3N4A Atmel Corporation, SAM3N4A Datasheet - Page 151

no-image

SAM3N4A

Manufacturer Part Number
SAM3N4A
Description
Manufacturer
Atmel Corporation
Datasheets

Specifications of SAM3N4A

Flash (kbytes)
256 Kbytes
Pin Count
48
Max. Operating Frequency
48 MHz
Cpu
Cortex-M3
# Of Touch Channels
32
Hardware Qtouch Acquisition
No
Max I/o Pins
79
Ext Interrupts
79
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)
24
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.20 Nested Vectored Interrupt Controller
Table 10-27. NVIC register summary
1.
10.20.1
11011A–ATARM–04-Oct-10
Address
0xE000E100
0xE000E180
0xE000E200
0xE000E280
0xE000E300
0xE000E400-
0xE000E41C
0xE000EF00
See the register description for more information.
The CMSIS mapping of the Cortex-M3 NVIC registers
Name
ISER0
ICER0
ISPR0
ICPR0
IABR0
IPR0-
IPR8
STIR
This section describes the Nested Vectored Interrupt Controller (NVIC) and the registers it uses.
The NVIC supports:
The processor automatically stacks its state on exception entry and unstacks this state on
exception exit, with no instruction overhead. This provides low latency exception handling. The
hardware implementation of the NVIC registers is:
To improve software efficiency, the CMSIS simplifies the NVIC register presentation. In the
CMSIS:
• 1 to 33 interrupts.
• A programmable priority level of 0-15 for each interrupt. A higher level corresponds to a lower
• Level and pulse detection of interrupt signals.
• Dynamic reprioritization of interrupts.
• Grouping of priority values into group priority and subpriority fields.
• Interrupt tail-chaining.
• the Set-enable, Clear-enable, Set-pending, Clear-pending and Active Bit registers map to
priority, so level 0 is the highest interrupt priority.
arrays of 32-bit integers, so that:
– the array ISER[0] corresponds to the registers ISER0
– the array ICER[0] corresponds to the registers ICER0
– the array ISPR[0] corresponds to the registers ISPR0
– the array ICPR[0] corresponds to the registers ICPR0
– the array IABR[0] corresponds to the registers IABR0
Type
RW
RW
RW
RW
RO
RW
WO
Required
privilege
Privileged
Privileged
Privileged
Privileged
Privileged
Privileged
Configurable
(1)
Reset
value
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
Description
“Interrupt Set-enable Registers” on page 153
“Interrupt Clear-enable Registers” on page 154
“Interrupt Set-pending Registers” on page 155
“Interrupt Clear-pending Registers” on page 156
“Interrupt Active Bit Registers” on page 157
“Interrupt Priority Registers” on page 158
“Software Trigger Interrupt Register” on page
161
SAM3N
151

Related parts for SAM3N4A