• CMSIS Documentation issue
    Minor, but still: In the parameter event table ARM_I2C_EVENT_GENERAL_CALL and ARM_I2C_EVENT_ADDRESS_NACK are switched. The table is published here: " ">www.keil.com/.../group__i2c__interface__gr.html...
  • CMSIS Documentation issue
    Minor, but still: In the parameter event table ARM_I2C_EVENT_GENERAL_CALL and ARM_I2C_EVENT_ADDRESS_NACK are switched. The table is published here: " ">www.keil.com/.../group__i2c__interface__gr.html...
  • Is there CMSIS API documentation?
    Hello, I am using an Atmel SAMD21 MCU that is based off the ARM Cortex M0+. I am programming it via the Arduino IDE. I notice that the Arduino IDE includes the CMSIS library. Below is an example call...
  • Is there CMSIS API documentation?
    Hello, I am using an Atmel SAMD21 MCU that is based off the ARM Cortex M0+. I am programming it via the Arduino IDE. I notice that the Arduino IDE includes the CMSIS library. Below is an example call...
  • RTX tickless idle documentation bug
    The example for tickless idle documented here: https://www.keil.com/pack/doc/CMSIS/RTOS2/html/theory_of_operation.html#TickLess is missing an important check. If RTX doesn't actually need to wake back...