what is "spurious interrupt requests" mean?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

what is "spurious interrupt requests" mean?

1,289 次查看
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?

标签 (1)
0 项奖励
回复
1 回复

952 次查看
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 项奖励
回复