• Relationship between ATF and OS memory policies.
    I see that ATF sets up the MMU in its code. Are these settings carried forward to the OS. Or will the OS overwrite the settings when it loads its MMU driver?
  • PMU driver in Linux Kernel
    Hi Experts, Is there in-built Performance Monitor Unit Driver available in the Linux kernel ? Does it have the user space access to test the same ? Regards, Techguyz
  • 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.
  • 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...