• RTC and Watch dog timer CMSIS driver API
    Why CMSIS is  not defining  RTC and WDT Driver API ?
  • 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...
  • Question Related to Interrupts
    Question:  When a processor is interrupted when it is executing a Jump instruction, what goes on the stack - the address of the instruction next to jump or the address where the jump is supposed to go...
  • SMMU related question.
    when reading  ARM® System Memory Management Unit Architecture Specification, I noticed that there is a saying in about chapter 5, the last section named <cache maintenance operations>.           In SMMUv2...
  • cmsis NVIC question.
    Hello, Everybody. I have several questions. 1. Please See the NVIC_Type structure. I don't understand about why ISER,ICER,ISPR and ICPR use size of array 1( I think It can use just __IO uint32_t ISER;...