How use DSP in Kinetis K40X256 MCU?

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

How use DSP in Kinetis K40X256 MCU?

Jump to solution
3,133 Views
Magnetron
Contributor III

How can I use DSP in Kinetis K40 MCU?

0 Kudos
1 Solution
1,519 Views
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

View solution in original post

1 Reply
1,520 Views
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