• 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-RTOS2 Blinky Low Power Example
    This 'Blinky' project is a simple CMSIS-RTOS2 Keil RTX5 based example for ARM 'Musca-S1 CM33 #0' device using ARM 'V2M-Musca-S1' Evaluation Board. Compliant to Cortex Microcontroller Software Interface...
  • 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...
  • CMSIS DSP - 64-bit DSP filtering on Neon & Raspberry Pi
    I am currently porting my 32-bit C++ DSP audio processing project on Analog Devices Sharc DSP processor to 64-bit processing on Raspberry A53 AArch64, my target platform is Raspberry Pi, 3B+ maybe 4....
  • How to develop CMSIS-DSP code in Visual Studio 2015?
    Hi, I'm a new developer and I'm looking to implement some linear algebra operations on a STM32F407VG. As a first step I was hoping to develop the linear algebra code in visual studio 2015. Is there...