what is "spurious interrupt requests" mean?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

what is "spurious interrupt requests" mean?

708 Views
zy
Contributor I

Hello! anybody

 

I am using Periodic Interrupt Timer with XET256 ,there is a NOTE in MC9S12XEP100 Reference Manual 17.4.2  

 

Be careful when resetting the PITE, PINTE or PITCE bits in case of pending
PIT interrupt requests, to avoid spurious interrupt requests.

 

what is mean? 

 If  there is a interrupt request pending ,then I clear PITIE,and PITCE, there is still have a interrupt request pending?

Labels (1)
0 Kudos
1 Reply

371 Views
kef
Specialist I

It will cost you just one byte of nonbanked flash (one RTI instruction) to provide empty spurious interrupt handler and not worry about it any more.

Spurious interrupt may happen in the case when specific interrupt is disabled after interrupt is signalled, but before interrupt source is recognised. It is something like you phone rings, you are interrupted, but you hear beeps instead of someone's voice.  

 

0 Kudos