Browse By Tags

Sorry, but there are no more tags available to filter with.
  • CMSIS-DSP on ARMv8-m

    Hi,

    I'm reading through the sources of CMSIS-DSP and came across the following question:

    The define of  "ARM_MATH_DSP" is only set if the target architecture is "ARM_ARCH_7EM". Does this mean, that all functions defined for ARM_MATH_DSP are not used…