Quick Links
Are CMSIS DSP functions ported to ANSI C?
#1
Posted 09 May 2012 - 05:21 PM
I started coding with CMSIS DSP functions and would like to know whether it is possible to get the functions complied under standard dANSI C without any usage of ARM specific intrinsic or assembler stuff. I would like to run my code on a PC for easier development and reference issues.
Thanks for any hints in advance.
spachner
#2
Posted 15 May 2012 - 10:20 AM
I am not sure if anyone has do this, but from my understanding the End User License Agreement (EULA) limits the distribution and sublicense of the CMSIS DSP library to be used on ARM architecture only.
You can run the compiled library code in instruction set simulators such as the one in Keil MDK. Is there any particular reason for compiling the code on PC?
regards,
Joseph
Note : I am not a lawyer, so my understanding on the EULA might not be accurate :-)
#3
Posted 15 May 2012 - 10:38 AM
assume you want to develop a algorithm first on a PC for simplicity and reference model reasons. A PC allows to use scripting for automatic test and so on.
Later you have to port your code to the embedded system. When your algorithm needs CMSIS DSP functionally (FFT or whatever) porting would much easier when you can run the same DSP code on PC, too.
spachner
#4
Posted 15 May 2012 - 11:20 AM
http://balau82.wordp...arm-using-qemu/
I think qemu support scripting.
regards,
joseph
#6
Posted 15 May 2012 - 01:19 PM
By the way, you can also get qemu from Linaro
https://launchpad.net/qemu-linaro
Joseph













