AT91M63200-25AI

AT91M63200
4
Figure 1. Pin Configuration (Top View)
JTAG/ICE
JTAGSEL Selects between JTAG and ICE Mode Input
High enables IEEE 1149.1 JTAG
Boundary-scan
Low enables ARM Standard ICE
debug
TMS Test Mode Select Input Schmitt trigger, internal pull-up
TDI Test Data In Input Schmitt trigger, internal pull-up
TDO Test Data Out Output
TCK Test Clock Input Schmitt trigger, internal pull-up
NTRST Test Reset Input Input Low Schmitt trigger, internal pull-up
Power
VDDIO I/O Power Power 3V or 5V nominal supply
VDDCORE Core Power Power 2.0V or 3V nominal supply
GND Ground Ground
Emulation NTRI Tri-state Mode Enable Input Low Sampled during reset
Pin Description (Continued)
Module Name Function Type
Active
Level Comments
1
44
176 133
132
89
45 88
AT91M63X00
176-Lead TQFP
AT91M63200
5
Block Diagram
ARM7TDMI Core
Embedded
ICE
Reset
EBI: External
Bus Interface
Internal RAM
2/8K Bytes
ASB
Controller
AIC: Advanced
Interrupt Controller
AMBA Bridge
TC: Timer
Counter
Block 0
TC0
TC1
TC2
USART0
USART1
2 PDC
Channels
2 PDC
Channels
PMC: Power
Management
Controller
APB
ASB
P
I
O
P
I
O
NRST
D0-D15
A1-A19
A0/NLB
NRD/NOE
NWR0/NWE
NWR1/NUB
NWAIT
NCS0-NCS3
MPI_A1-MPI_A9
MPI_D0-MPI_D15
MPI_NCS
MPI_RNW
MPI_BR
MPI_BG
PB19/TCLK0
PB22/TCLK1
PB25/TCLK2
PB20/TIOA0
PB21/TIOB0
PB23/TIOA1
PB24/TIOB1
PB26/TIOA2
PB27/TIOB2
MCKI
PB17/MCKO
PA10/IRQ1
PA11/IRQ2
PA12/IRQ3
PA13/FIQ
PA14/SCK0
PA15/TXD0
PA16/RXD0
PA17/SCK1
PA18/TXD1/NTRI
PA19/RXD1
PB11
PB12
PB13
PB14
PB15
PB16
TMS
TDO
TDI
TCK
NTRST
USART2
2 PDC
Channels
PA20/SCK2
PA21/TXD2
PA22/RXD2
SPI: Serial
Peripheral
Interface
WD: Watchdog
Timer
NWDOVF
TC: Timer
Counter
Block 1
TC0
TC1
TC2
PA0/TCLK3
PA3/TCLK4
PA6/TCLK5
PA1/TIOA3
PA2/TIOB3
PA4/TIOA4
PA5/TIOB4
PA7/TIOA5
PA8/TIOB5
PB10
PB4
PB5
PB6
PB7
PB8
PB9
PB3
M
PI: Multi-
Processor
Interface
PB0/MPI_NOE
PB1/MPI_NLB
PB2/MPI_NUB
P
I
O
Clock
PA9/IRQ0
PA24/MISO
PA25/MOSI
PA26/NPCS0/NSS
PA27/NPCS1
PA23/SPCK
PA28/NPCS2
PA29/NPCS3
A20/CS7
A21/CS6
A22/CS5
A23/CS4
PB18/BMS
Chip ID
PIOA: Parallel I/O
Controller A
PIOB: Parallel I/O
Controller B
EBI User
Interface
2 PDC
Channels
JTAG
AT91M63200
6
Architectural Overview
The AT91M63200 architecture consists of two main buses,
the Advanced System Bus (ASB) and the Advanced
Peripheral Bus (APB). The ASB is designed for maximum
performance. It interfaces the processor with the on-chip
32-bit memories and the external memories and devices by
means of the External Bus Interface (EBI). The APB is
designed for accesses to on-chip peripherals and is opti-
mized for low power consumption. The AMBA
Bridge pro-
vides an interface between the ASB and the APB.
An on-chip Peripheral Data Controller (PDC) transfers data
between the on-chip USARTs/SPI and the on- and off-chip
memories without processor intervention. Most importantly,
the PDC removes the processor interrupt handling over-
head and significantly reduces the number of clock cycles
required for a data transfer. It can transfer up to 64K contig-
uous bytes without reprogramming the starting address. As
a result, the performance of the microcontroller is
increased and the power consumption reduced.
The AT91M63200 peripherals are designed to be easily
programmable with a minimum number of instructions.
Each peripheral has a 16-Kbyte address space allocated in
the upper 3M bytes of the 4-Gbyte address space. Except
for the interrupt controller, the peripheral base address is
the lowest address of its memory space. The peripheral
register set is composed of control, mode, data, status and
interrupt registers.
To maximize the efficiency of bit manipulation, frequently
written registers are mapped into three memory locations.
The first address is used to set the individual register bits,
the second resets the bits and the third address reads the
value stored in the register. A bit can be set or reset by writ-
ing a one to the corresponding position at the appropriate
address. Writing a zero has no effect. Individual bits can
thus be modified without having to use costly read-modify-
write and complex bit manipulation instructions.
All of the external signals of the on-chip peripherals are
under the control of the Parallel I/O Controller. The PIO
Controller can be programmed to insert an input filter on
each pin or generate an interrupt on a signal change. After
reset, the user must carefully program the PIO Controller in
order to define which peripheral signals are connected with
off-chip logic.
The ARM7TDMI processor operates in little-endian mode
in the AT91M63200 microcontroller. The processors inter-
nal architecture and the ARM and Thumb instruction sets
are described in the ARM7TDMI datasheet. The memory
map and the on-chip peripherals are described in detail in
the AT91M63200 datasheet. Electrical and mechanical
characteristics are documented in the AT91M63200 Elec-
trical Characteristics datasheet.
The ARM Standard In-circuit-Emulation debug interface is
supported via the ICE port of the AT91M63200 via the
JTAG/ICE port when JTAGSEL is low. IEEE JTAG Bound-
ary-scan is supported via the JTAG/ICE port when JTAG-
SEL is high.
PDC: Peripheral Data Controller
The AT91M63200 has an 8-channel PDC dedicated to the
three on-chip USARTs and to the SPI. One PDC channel is
connected to the receiving channel and one to the transmit-
ting channel of each peripheral.
The user interface of a PDC channel is integrated in the
memory space of each USART channel and in the memory
space of the SPI. It contains a 32-bit address pointer regis-
ter and a 16-bit count register. When the programmed data
is transferred, an end-of-transfer interrupt is generated by
the corresponding peripheral. See the USART section and
the SPI section for more details on PDC operation and pro-
gramming.
Power Supplies
The AT91M63200 has two kinds of power supply pins:
VDDCORE pins, which power the chip core
VDDIO pins, which power the I/O lines
This allows core power consumption to be reduced by sup-
plying it with a lower voltage than the I/O lines. The
VDDCORE pins must never be powered at a voltage
greater than the supply voltage applied to the VDDIO pins.
Typical supported voltage combinations are shown in the
following table:
Pins Typical Supply Voltages
VDDCORE 3.0V or 3.3V 3.0V or 3.3V 2.0V
VDDIO 5.0V 3.0V or 3.3V 3.0V or 3.3V

AT91M63200-25AI

Mfr. #:
Manufacturer:
Description:
IC MCU 16/32BIT ROMLESS 176TQFP
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet