mpc823rg Freescale Semiconductor, Inc, mpc823rg Datasheet - Page 490

no-image

mpc823rg

Manufacturer Part Number
mpc823rg
Description
Mpc823 Powerquicc Integrated Communications Processor For Portable Systems
Manufacturer
Freescale Semiconductor, Inc
Datasheet
Communication Processor Module
/* Buffer Descriptors */
typedef struct dsp_fd {
} DSP_FD;
#define WRAP
#define INTR
/* define for function opcodes */
#define FIR_2
#define MOD
/* Initialize a static fd table for 2 functions */
DSP_FD
};
void main()
{
}
16.3.4 DSP On-Chip Library Functions
The DSP library is an easy way to implement DSP functions. It consists of the following
functions:
• FIR1—Finite impulse response 1
• FIR2—Finite impulse response 2
• FIR3—Finite impulse response 3
• FIR5—Finite impulse response 5
• FIR6—Finite impulse response 6
• IIR—Infinite impulse response
• MOD—Modulation
• DEMOD—Demodulation
• LMS1—Least mean squared 1
• LMS2—Least mean squared 2
• WADD—Weighted vector addition
unsigned short
unsigned short
filters[2]= {
/* Setup FD chain pointer */
/* issue command to CPM to start processing the fd chain */
issue_command( START_FD );
*
*
*
DSP2_Base. Fdbase = filters;
*
0x2000
0x1000
0x0102
0x0008
,{(WRAP | INTR | MOD),P21,P22, , P27}
{ FIR_2,P11,P12, , P17}
Freescale Semiconductor, Inc.
For More Information On This Product,
status;
parameter[7];
/* FIR2
/* Modulation function opcode */
MPC823 REFERENCE MANUAL
Go to: www.freescale.com
/* wrap bit */
/* interrupt on completion */
filter */
MOTOROLA

Related parts for mpc823rg