• 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...
  • Using STM32F407VG MCU chip alone
    Good morning everybody .. I'm working on a project in which I use STM32F407VG MCU .. it works perfectly on discovey board now I bought the chip alone and want to design a circuit that I can program with...
  • 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 ?
  • 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...