S32k144 uses DSP module

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

S32k144 uses DSP module

Jump to solution
369 Views
zhangchun
Contributor III

Hello, currently I need to use the S32k144 DSP module in my project.

May I ask how to operate S32k144 to use DSP instructions? Can the DSP module improve its performance for simple addition, subtraction, multiplication, and division operations?

Finally, how should I check and confirm that the DSP module has been used in the current project

Tags (1)
0 Kudos
1 Solution
345 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @zhangchun 
you can use either CMSIS library:
https://www.arm.com/products/processors/cortex-m/cortex-microcontroller-software-interface-standard....
It is not included in S32 Design Studio.
Or you can use AMMCLIB which is included in S32 Design Studio. AMMCLIB has many DSP functions and have better performance than CMSIS.
https://www.nxp.com/design/software/automotive-software-and-tools/automotive-math-and-motor-control-...
Regards,
Lukas

View solution in original post

0 Kudos
1 Reply
346 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @zhangchun 
you can use either CMSIS library:
https://www.arm.com/products/processors/cortex-m/cortex-microcontroller-software-interface-standard....
It is not included in S32 Design Studio.
Or you can use AMMCLIB which is included in S32 Design Studio. AMMCLIB has many DSP functions and have better performance than CMSIS.
https://www.nxp.com/design/software/automotive-software-and-tools/automotive-math-and-motor-control-...
Regards,
Lukas

0 Kudos