EP9302-CQZ Cirrus Logic Inc, EP9302-CQZ Datasheet - Page 79

IC ARM9 SOC PROCESSOR 208LQFP

EP9302-CQZ

Manufacturer Part Number
EP9302-CQZ
Description
IC ARM9 SOC PROCESSOR 208LQFP
Manufacturer
Cirrus Logic Inc
Series
EP9r
Datasheets

Specifications of EP9302-CQZ

Program Memory Type
ROMless
Package / Case
208-LQFP
Core Processor
ARM9
Core Size
16/32-Bit
Speed
200MHz
Connectivity
EBI/EMI, Ethernet, I²C, IrDA, SPI, UART/USART, USB
Peripherals
AC'97, DMA, I&sup2:S, LED, MaverickKey, POR, PWM, WDT
Number Of I /o
19
Ram Size
32K x 8
Voltage - Supply (vcc/vdd)
1.65 V ~ 3.6 V
Data Converters
A/D 5x12b
Oscillator Type
External
Operating Temperature
0°C ~ 70°C
Processor Series
EP93xx
Core
ARM920T
Data Bus Width
32 bit
Data Ram Size
16 bit
Interface Type
USB, USART, SPI
Maximum Clock Frequency
200 MHz
Number Of Programmable I/os
37
Mounting Style
SMD/SMT
3rd Party Development Tools
MDK-ARM, RL-ARM, ULINK2
Development Tools By Supplier
EDB9302A-Z
Controller Family/series
(ARM9)
No. Of I/o's
19
Ram Memory Size
16MB
Cpu Speed
200MHz
No. Of Timers
4
Embedded Interface Type
AC97, I2S, SPI, UART, USB
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
598-1132 - KIT DEVELOPMENT EP9302 ARM9
Eeprom Size
-
Program Memory Size
-
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
598-1137

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
EP9302-CQZ
Manufacturer:
Cirrus
Quantity:
3 295
Part Number:
EP9302-CQZ
Manufacturer:
ALTERA
Quantity:
672
Part Number:
EP9302-CQZ
Manufacturer:
Cirrus Logic Inc
Quantity:
10 000
Part Number:
EP9302-CQZ
Manufacturer:
ALTERA
0
Part Number:
EP9302-CQZ
Manufacturer:
CYPRESS/赛普拉斯
Quantity:
20 000
Company:
Part Number:
EP9302-CQZ
Quantity:
3 600
Company:
Part Number:
EP9302-CQZ
Quantity:
640
DS785UM1
3.2.2 Example 2
3.2.2.1 C Code
3.2.2.2 MaverickCrunch Assembly Language Instructions
The following function performs an FIR filter on the given input stream. The variable “data”
points to an array of floating point values to be filtered, “n” is the number of samples for which
the filter should be applied, “filter” is the FIR filter to be applied, and “m” is the number of taps
in the FIR filter. The “data” array must be “n + m - 1” samples in length, and “n” samples will
be produced.
void
ComputeFIR(float *data, int n, float *filter, int m)
{
}
ComputeFIR
outer_loop
inner_loop
loop
cfmul32 c0, c0, c3
cfsub32 c0, c0, c2
cfcmp32 r15, c0, c1
blt loop
cfstr32 c0, [r0, #0x0]
int i, j;
float sum;
for(i = 0; i < n; i++)
{
}
mov
mov
sum = 0;
for(j = 0; j < m; j++)
{
}
data[i] = sum;
mov
cfsub64 c0, c0, c0
cfcvt32s c0, c0
sum += data[i + j] * filter[j];
r1, r1, lsl #2
r3, r3, lsl #2
cfldrs
r12, r3
c2, [r0], #4
Copyright 2007 Cirrus Logic
; c0 < 10 ?
;
; c0 <= c0 * 5
; c0 <= c0 - 1
no, store result
; int_sum = 0;
;
; n *= 4
; m *= 4
; sum = float(int_sum);
; c2 = *data++;
; j = m * 4
yes
MaverickCrunch Co-Processor
EP93xx User’s Guide
3-9
3

Related parts for EP9302-CQZ