How use DSP in Kinetis K40X256 MCU?

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

How use DSP in Kinetis K40X256 MCU?

跳至解决方案
3,140 次查看
Magnetron
Contributor III

How can I use DSP in Kinetis K40 MCU?

0 项奖励
1 解答
1,526 次查看
anthony_huereca
NXP Employee
NXP Employee

All the DSP instructions and documentation can be found on the ARM website.

 

Here is the latest reference manual for the M4 that has the DSP instructions with cycle times: http://infocenter.arm.com/help/topic/com.arm.doc.ddi0439c/DDI0439C_cortex_m4_r0p1_trm.pdf

 

And the assembly instructions are described in detail in this document: http://infocenter.arm.com/help/topic/com.arm.doc.dui0553a/DUI0553A_cortex_m4_dgug.pdf

 

You can also find the ARM CMSIS (Cortex Microcontroller Software Interface Standard) DSP 2.0 Library at http://www.onarm.com/

 

Regards,

Anthony

在原帖中查看解决方案

1 回复
1,527 次查看
anthony_huereca
NXP Employee
NXP Employee

All the DSP instructions and documentation can be found on the ARM website.

 

Here is the latest reference manual for the M4 that has the DSP instructions with cycle times: http://infocenter.arm.com/help/topic/com.arm.doc.ddi0439c/DDI0439C_cortex_m4_r0p1_trm.pdf

 

And the assembly instructions are described in detail in this document: http://infocenter.arm.com/help/topic/com.arm.doc.dui0553a/DUI0553A_cortex_m4_dgug.pdf

 

You can also find the ARM CMSIS (Cortex Microcontroller Software Interface Standard) DSP 2.0 Library at http://www.onarm.com/

 

Regards,

Anthony