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

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.5.3
1768I–ATARM–09-Jul-09
Using the Service
The first step is to find the address of the open service method
the ROM Entry Service.
1. Allocate one instance of
2. Initialize the
3. Configure the DataFlash structure with its correct features and link it to the device
4. Now the different methods can be used. Following is an example of a Page Read of 528
// Allocate the service and a device structure.
AT91S_SvcDataFlash svcDataFlash;
AT91S_Dataflash Device; // member of AT91S_SvcDataFlash service
Then initialize the
function:
// Initialize service
pAT91->OpenSvcDataFlash (AT91C_BASE_PMC, &svcDataFlash);
// Initialize the SPI Interrupt
at91_irq_open ( AT91C_BASE_AIC,AT91C_ID_SPI,3,
,AT91F_spi_asm_handler);
// Example with an ATMEL AT45DB321B DataFlash
Device.pages_number = 8192;
Device.pages_size = 528;
Device.page_offset = 10;
Device.byte_mask = 0x300;
// Link to the service structure
svcDataFlash.pDevice = &Device;
// Result of the read operation in RxBufferDataFlash
unsigned char RxBufferDataFlash[528];
svcDataFlash.PageRead(&svcDataFlash,
memory space:
structure in the
bytes on page 50:
(50*528),RxBufferDataFlash,528);
SPI Interrupt
AT91S_SvcDataFlash
AT91S_SvcDataFlash
AT91C_AIC_SRCTYPE_INT_LEVEL_SENSITIVE
AT91S_SvcDataFlash
:
service structure:
instance by calling the
and
AT91S_Dataflash
AT91F_OpenSvcDataFlash
AT91F_OpenSvcDataFlash
AT91RM9200
in the application
using
113

Related parts for AT91RM9200-QI-002