EP9307-IRZ Cirrus Logic Inc, EP9307-IRZ Datasheet - Page 78

IC ARM9 SOC ARM920T 272TFBGA

EP9307-IRZ

Manufacturer Part Number
EP9307-IRZ
Description
IC ARM9 SOC ARM920T 272TFBGA
Manufacturer
Cirrus Logic Inc
Series
EP9r
Datasheets

Specifications of EP9307-IRZ

Core Size
16/32-Bit
Core Processor
ARM9
Speed
200MHz
Connectivity
EBI/EMI, Ethernet, I²C, IrDA, Keypad/Touchscreen, SPI, UART/USART, USB
Peripherals
AC'97, DMA, I&sup2:S, LCD, LED, MaverickKey, POR, PWM, WDT
Number Of I /o
14
Program Memory Type
ROMless
Ram Size
32K x 8
Voltage - Supply (vcc/vdd)
1.65 V ~ 3.6 V
Data Converters
A/D 8x12b
Oscillator Type
External
Operating Temperature
-40°C ~ 85°C
Package / Case
272-TFBGA
Controller Family/series
(ARM9)
No. Of I/o's
14
Ram Memory Size
32MB
Cpu Speed
200MHz
No. Of Timers
3
No. Of Pwm Channels
1
Digital Ic Case Style
TFBGA
Embedded Interface Type
AC97, I2S, SPI, UART, USB
Rohs Compliant
Yes
Processor Series
EP93xx
Core
ARM920T
Data Bus Width
32 bit
3rd Party Development Tools
MDK-ARM, RL-ARM, ULINK2
Development Tools By Supplier
EDB9307A-Z
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
598-1133 - KIT DEVELOPMENT EP9307 ARM9
Eeprom Size
-
Program Memory Size
-
Lead Free Status / Rohs Status
 Details
Other names
598-1256

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
EP9307-IRZ
Manufacturer:
CIRRUS
Quantity:
3 468
Part Number:
EP9307-IRZ
Manufacturer:
Cirrus Logic Inc
Quantity:
10 000
Part Number:
EP9307-IRZR
Manufacturer:
Cirrus Logic Inc
Quantity:
10 000
3
3-8
MaverickCrunch Co-Processor
EP93xx User’s Guide
3.2.1 Example 1
3.2.1.1 Setup Code
3.2.1.2 C Code
3.2.1.3 Accessing MaverickCrunch with ARM Co-Processor Instructions
3.2.1.4 MaverickCrunch Assembly Language Instructions
3.2 Programming Examples
The examples below show two algorithms, each implemented using the standard
programming languages and the MaverickCrunch instruction set.
Section
the same operation.
Section 3.2.1.2
assembly language, accessing the MaverickCrunch with ARM co-processor instructions.
Section 3.2.1.4
ldr
mov
str
register
ldr
to
orr
str
int num = 0;
for(num=0; num < 10; num++)
3.2.1.2,
num = num * 5;
loop
ldc p5, c0, [r0, #0x0]
ldc p5, c1, [r0, #0x4]
ldc p5, c2, [r0, #0x8]
ldc p5, c3, [r0, #0xc]
cdp p5, 1, c0, c0, c3, 0
cdp p5, 3, c0, c0, c2, 6
mrc p5, 0, r15 c0, c1, 4
blt loop
stc p5, c0, [r0, #0x0]
cfldr32 c0, [r0, #0x0]
cfldr32 c1, [r0, #0x4]
cfldr32 c2, [r0, #0x8]
cfldr32 c3, [r0, #0xc]
r1,
shows the program implemented in C code.
uses MaverickCrunch assembly language instructions.
r1,
r0,
r1,
r1,
r1,
Section
#0xaa
Section 3.2.1.1
[r0, #0x80]
=80930000
[r0, #0xc0]
r1, #0x00800000
[r0, #0x80]
3.2.1.3, and
Copyright 2007 Cirrus Logic
shows common setup code used by all three samples.
Section 3.2.1.4
; c0 <= c0 * 5
; c0 <= c0 - 1
; c0 < 10 ?
; data section preloaded with 0x0 (“num”)
; data section preloaded with 0xa
; data section preloaded with 0x1
; data section preloaded with 0x5
;
; data section preloaded with 0x0 (“num”)
; data section preloaded with 0xa
; data section preloaded with 0x1
; data section preloaded with 0x5
; enable MaverickCrunch co-processor
no, store result
; Syscon base address
; Turn on CPENA bit in DEVCFG register
; SW lock key
; unlock by writing key to SysSWLock
;
;
show three coding samples performing
yes
Section 3.2.1.3
uses ARM
DS785UM1

Related parts for EP9307-IRZ