Behavior of disabled interrupt component

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

cross mob
JuIn_1625121
Level 5
Level 5
100 sign-ins First solution authored 100 replies posted

Hi,

Does interrupt request be set and pended when signal inputs to interrupt component that is disabled?

I think that it is a similar following question, but I want a conclusion.

Question about disabling interrupts

Best Regards,

Inoue

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Interrupts are handled by the ICU (Interrupt Controller Unit) which is part of the ARM M0 core. Interrupts have several states as handled, pending etc. Most concern is (of course) not to miss any interrupt, so a blocked (by software or by priority) interrupt becomes pending when the interrupt condition occurs.

Bob

View solution in original post

0 Likes
1 Reply
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Interrupts are handled by the ICU (Interrupt Controller Unit) which is part of the ARM M0 core. Interrupts have several states as handled, pending etc. Most concern is (of course) not to miss any interrupt, so a blocked (by software or by priority) interrupt becomes pending when the interrupt condition occurs.

Bob

0 Likes