About Keil software simulation

124 views Asked by At

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

2

There are 2 answers

1
old_timer On BEST ANSWER

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.

1
0___________ On

the order of the properties is not the same as the order in the peripheral.

It is clearly visible here:

enter image description here

enter image description here