S32k144 uses DSP module

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

S32k144 uses DSP module

跳至解决方案
1,224 次查看
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

标记 (1)
0 项奖励
回复
1 解答
1,200 次查看
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 项奖励
回复
1 回复
1,201 次查看
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 项奖励
回复