This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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; ), and what does RESERVEDs do???

2. I would like to give priority to my timer.  I am confused about difference IP of NVIC_Type structure and SHP of SCB_Type.