• How to determine CMSIS version?
    I have a project with CMSIS already integrated - I would like to find which version of CMSIS - how do I do that? I thought perhaps the file: https://github.com/ARM-software/CMSIS_5/blob/develop/CMSIS...
  • Cortex-M CMSIS Driver groups and related question
    I want to start on using CMSIS and as well as also possibly implement my own drivers with CMSIS interface.I don't have a clear pic in my head of the complete layout of CMSIS, what goes into it. Specifically...
  • RTC and Watch dog timer CMSIS driver API
    Why CMSIS is  not defining  RTC and WDT Driver API ?
  • code hanging in arm_bitreversal_32() function of CMSIS library
    Hi I am using CMSIS 3.2 library in my Cortex-M4 based uc, In that I am using arm_cfft_f32(&arm_cfft_sR_f32_len16, testInput_f32_10khz, ifftFlag, doBitReverse); function present in arm_fft_bin_example_f32...
  • SPI1 CMSIS STM32F407VG
    Hello. Hope it's the right forum to ask such questions. I'm a newbie, using stm32f407VG discovery board, trying to configure SPI1, but it seems it doesn't work. I'm trying to make the nrf24l01 work and...