• 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...
  • 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...
  • 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 ?