Reading NVIC_ISERx [XMC4500 Relax Kit Lite]

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Hi all,

I want to read the register NVIC_ISER to check if an interrupt is enabled or not but I am not sure how to do that. Do I use RD_REG()? If yes, what should I pass as paramter? NVIC_ISERx?

Thanks,
Ahmed
0 Likes
1 Reply
jferreira
Employee
Employee
10 sign-ins 5 sign-ins First like received
Hi,

Use a debugger. You can use iSystem which allows monitoring NVIC registers or add the address of the register to a memory monitor in DAVE debugger.

Regards,
Jesus
0 Likes