• How to use CMSIS DSP Software Library
    Hi I want to know how to find the parameters of IIR and FIR filter functions parameters like uint16_t numStages float32_t * pState float32_t * pkCoeffs float32_t * pvCoeffs ...
  • How to use CMSIS DSP Software Library
    Hi I want to know how to find the parameters of IIR and FIR filter functions parameters like uint16_t numStages float32_t * pState float32_t * pkCoeffs float32_t * pvCoeffs ...
  • arm_pid_f32.c file is not present in CMSIS-DSP library in the keil software
    Hello Friends, i want to use PID Controller for the motor control using LPC1343. The CMSIS-DSP library contains PID motor control. There are 9 functions in the CMSIS-DSP library. http://www...
  • arm_pid_f32.c file is not present in CMSIS-DSP library in the keil software
    Hello Friends, i want to use PID Controller for the motor control using LPC1343. The CMSIS-DSP library contains PID motor control. There are 9 functions in the CMSIS-DSP library. http://www...
  • Mutex not Released. Which Thread holds the Mutex?
    Hello, I have a problem with an application using the KEIL RTX. The application consists of 30-40 Tasks which use several Mutex to control the access to shared ressources. The problem I have now...