cancel
Showing results for 
Search instead for 
Did you mean: 

interrupt pending bit problem

shai2
Associate II
Posted on August 27, 2007 at 07:11

interrupt pending bit problem

3 REPLIES 3
shai2
Associate II
Posted on July 02, 2007 at 10:58

Hi all,

I have a problem with IT interrupt.

I configure pin PA7/IT4 as falling edg interrupt.

---> ITRFRE = 0x40;

when i get falling edg on pin PA4 the software jump to INT_IT1IT8 interrupt routine

till here evrything fine.

the problem is: if i get another falling edg on PA4 when the software is already in the INT_IT1IT8 interrupt routine the sofware jump again to INT_IT1IT8 after the software get out from the INT_IT1IT8 of the first falling edg.

How can i clear the pending bit of the interrupt???

i tried to disable the interrupt at the beginning of the INT_IT1IT8 and enable it at the end of the INT_IT1IT8, but it didn't help.

Thanks in advance.

shai2
Associate II
Posted on July 02, 2007 at 11:02

I forgot to mention thet i work with ST7260 microcontroller

Thanks.

julien239955_stm1_st
Associate II
Posted on August 27, 2007 at 07:11

Hello,

I have the same problem.

Is there someone to help us ?

Thanks