This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Are CMSIS DSP functions ported to ANSI C?

Note: This was originally posted on 9th May 2012 at http://forums.arm.com

Dear Forum,

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
Parents
  • Note: This was originally posted on 15th May 2012 at http://forums.arm.com

    Hi Spachner,

    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 :-)
Reply
  • Note: This was originally posted on 15th May 2012 at http://forums.arm.com

    Hi Spachner,

    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 :-)
Children
No data