How to configure SPE-APU feature into the MPC5644A microcontroller?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to configure SPE-APU feature into the MPC5644A microcontroller?

641 Views
najmajaved
Contributor I

I need help for using hardware support for FINITE IMPULSE RESPONSE filters from the MPC5644A microcontroller.

At the moment,  FIR filter calculations are being done entirely on the software.

To optimize FIR filter, we want to integrate FIR hardware support (SPE-APU) into our project.

 

I would like to know:

How exactly do I integrate this FIR support from the SPE-APU into the SW project?

I tried to find the answer in the MPC5644A Microcontroller Reference Manual but I could not find how it should be done.

 

Thank you in advance for your assistance.

Labels (1)
0 Kudos
Reply
1 Reply

498 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

Following two libraries could be useful for you. These package contain a software and descriptive documents.

MPC55xx SPE DSP Library 1:

http://www.nxp.com/files/microcontrollers/software/app_software/code_examples/MPC55xx_SPE_DSP_Librar...

MPC55xx SPE DSP Library 2:

http://www.nxp.com/files/microcontrollers/software/app_software/code_examples/MPC55xx_SPE_DSP_Librar...

Also pay attention to following appnote

Improving DSP Performance Using Efficient SPE Coding (including FIR example):

http://www.nxp.com/files/microcontrollers/doc/app_note/AN3733.pdf

0 Kudos
Reply