Search code examples
carmembeddedstm32embedded-resource

About Keil software simulation


I have problem with NVIC registers in Keil. in my data sheet NVIC starts with NVIC_ISERx

enter image description here

enter image description here

But in keil starts with ICTR register

enter image description here

So I have problem with matching addresses


Solution

  • enter image description here

    Here in the ARM documentation, can't do much with these registers without the ARM documentation.

    0xE000E100 + 0x000 = 0xE000E100.

    Likewise 0xE000E004 is the address to ICTR.