• 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 ?
  • CMSIS Core legacy Version
    Hello, I'am reengineering old code with probably mixed editions of the CMSIS Core. Are there old versions of the CMSIS (especially V1.01 available)? Regards, Lorenz
  • 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...