• Cortex M7 DSP moving average UMAAL
    Hello, I am looking to do a moving average function using DSP instructions of ARM Cortex M7. Unfortunately I couldn't find a direct example. My goal is to have variables for - the sum - the new...
  • Cortex M7 DSP moving average UMAAL
    Hello, I am looking to do a moving average function using DSP instructions of ARM Cortex M7. Unfortunately I couldn't find a direct example. My goal is to have variables for - the sum - the new...
  • Cortex M7 DSP moving average UMAAL
    Hello, I am looking to do a moving average function using DSP instructions of ARM Cortex M7. Unfortunately I couldn't find a direct example. My goal is to have variables for - the sum - the new...
  • Cortex M7 DSP moving average UMAAL
    Hello, I am looking to do a moving average function using DSP instructions of ARM Cortex M7. Unfortunately I couldn't find a direct example. My goal is to have variables for - the sum - the new...
  • DSP CMSIS 5.8 library on cortex-M33
    Hello, I tried to use the last version of CMSIS to compute a FIR filter using DSP function on a CORTEX-M33. It appears that there is not precompiled library with this version. Then, I imported this...