简体   繁体   中英

About Keil software simulation

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

在此处输入图片说明

在此处输入图片说明

But in keil starts with ICTR register

在此处输入图片说明

So I have problem with matching addresses

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

It is clearly visible here:

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

Here in the arm documentation, cant do much with these registers without the arm documentation.

0xE000E100 + 0x000 = 0xE000E100.

Likewise 0xE000E004 is the address to ICTR.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM