• Which CMSIS-DSP parts are used by CMSIS-NN
    Which parts of CMSIS-DSP are used for CMSIS-NN? I'm asking because I want to disable as much options as possible of the CMSIS-DSP.
  • CMSIS-NN together with CMSIS-DSP
    Hi everyone, I'd like to know if cmsis-nn can be used in conjunction with cmsis-dsp. This is because I need to read biometric signals and then process them using a NN. Or do I have to use two microcontrollers...
  • I will be using Eclipse and/or Microsoft Visual Studio for ARM/Cortex development
    I would like to buy a good ARM/Cortex M development board - just curious any suggestions which are good to buy? I will be studying how to bring these chips "up" and also doing lots of other things like...
  • How to convert corelink fastmodel into systemc
    Hello all: Recently, I want to convert CoreLink PL080 DMAC fastmodel into a SystemC model, but encounter a problem. The SystemCExport examples provided by arm are all included an ARM core processor...
  • Apply Butterworth low pass filter on EMG signal using CMSIS
    I am finding difficulty in applying the Butterworth Low pass filter on EMG signals using the Tiva C series board (tm4c123gh6pm) using the CMSIS library. Please suggested to me.