AT91RM9200-QI-002 Atmel, AT91RM9200-QI-002 Datasheet - Page 99

IC ARM9 MCU 208 PQFP

AT91RM9200-QI-002

Manufacturer Part Number
AT91RM9200-QI-002
Description
IC ARM9 MCU 208 PQFP
Manufacturer
Atmel
Series
AT91SAMr

Specifications of AT91RM9200-QI-002

Core Processor
ARM9
Core Size
16/32-Bit
Speed
180MHz
Connectivity
EBI/EMI, Ethernet, I²C, MMC, SPI, SSC, UART/USART, USB
Peripherals
POR
Number Of I /o
122
Program Memory Size
128KB (128K x 8)
Program Memory Type
ROM
Ram Size
48K x 8
Voltage - Supply (vcc/vdd)
1.65 V ~ 1.95 V
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
208-MQFP, 208-PQFP
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
Eeprom Size
-
Data Converters
-

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
AT91RM9200-QI-002
Manufacturer:
Atmel
Quantity:
10 000
Part Number:
AT91RM9200-QI-002 SL383
Manufacturer:
Atmel
Quantity:
10 000
14.3
14.3.1
14.3.2
Table 14-3.
1768I–ATARM–09-Jul-09
Application Memory Space
// Init the ROM Entry Service
AT91S_RomBoot const *pAT91;
pAT91 = AT91C_ROM_BOOT_ADDRESS;
// Allocation of the service structure
AT91S_CtlTempo tempo;
// Call the Service Open method
pAT91->OpenCtlTempo(&tempo, ...);
// Use of tempo methods
tempo.CtlTempoCreate(&tempo, ...);
Embedded Software Services
Definition
ROM Entry Service
Initialization of the ROM Entry Service and Use with an Open Service Method
Several AT91 products embed ROM. In most cases, the ROM integrates a bootloader and sev-
eral services that may speed up the application and reduce the application code size.
When software is fixed in the ROM, the address of each object (function, constant, table, etc.)
must be related to a customer application. This is done by providing an address table to the
linker. For each version of ROM, a new address table must be provided and all client applica-
tions must be recompiled.
The Embedded Software Services offer another solution to access objects stored in ROM. For
each embedded service, the customer application requires only the address of the Service Entry
Point (see
Even if these services have only one entry point (
be specified to the linker. The Embedded Software Services solve this problem by providing a
dedicated service: the ROM Entry Service.
The goal of this product-dedicated service is to provide just one address to access all ROM
functionalities.
The ROM Entry Service of a product is a structure named
this structure point to the open functions of all services stored in ROM (function
AT91F_Open_<Service>
AT91S_RomBoot
The application obtains the address of the ROM Entry Service and initializes an instance of the
AT91S_RomBoot
ROM, the application uses the appropriate member of the
The address of the
tion vectors.
14.2.1.3 “Service Entry Point” on page
has to be published.
structure. To obtain the Open Service Method of another service stored in
AT91S_RomBoot
) but also the CRC and Sine Arrays. Thus, only the address of the
ROM Memory Space
AT91S_TempoStatus AT91F_OpenCtlTempo(
{
...
}
AT91S_TempoStatus AT91F_CtlTempoCreate (
{
...
}
can be found at the beginning of the ROM, after the excep-
AT91PS_CtlTempo pCtlTempo,
void const *pTempoTimer )
AT91PS_CtlTempo pCtrl,
AT91PS_SvcTempo pTempo)
AT91F_Open_<Service>
96).
AT91S_RomBoot
AT91S_RomBoot
AT91RM9200
structure.
. Some members of
function), they must
99

Related parts for AT91RM9200-QI-002