• 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...
  • 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...
  • 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...
  • Why arm CMSIS library have arm_bitreversal2.asm
    Hello,          I am wondering why CMSIS library have arm_bitreversal2.asm file written in assembly code however it could be written in c as others are written. In description of file it says it written...
  • RTX Windows Simulation - CMSIS Windows Support
    I'm not sure if this is the right place to ask this but... During development it is very useful to be able to simulate the system on our Windows PC. We have previously always done this but our current...