• CMSIS DSP arm_fir_decimate function usage
    I want to decimate a signal with a decimation factor M=4 I used arm_fir_decimate_q15 function for the same but am unable to get correct results. Following is my code #include <stdio.h> #include...
  • CMSIS DSP arm_fir_decimate function usage
    I want to decimate a signal with a decimation factor M=4 I used arm_fir_decimate_q15 function for the same but am unable to get correct results. Following is my code #include <stdio.h> #include...
  • CMSIS KEIL RTOS - Using protected global structure vs Memory pool usage
    Dear all, I am using Keil 5.16 and CMSIS Keil RTX RTOS. I am analysing my design scenario in which I need to share a data structure between two threads created using osThreadCreate(). One thread...
  • CMSIS KEIL RTOS - Using protected global structure vs Memory pool usage
    Dear all, I am using Keil 5.16 and CMSIS Keil RTX RTOS. I am analysing my design scenario in which I need to share a data structure between two threads created using osThreadCreate(). One thread...
  • 3 questions on the KEIL usage
    Hello, I'm a fresh guy on the KEIL, and here are 3 general questions, thanks any masters helping on it. 1. Is it possible to build a library by keil which could be linked in another project, while...