Skip to main content
Visitor II
August 27, 2007
Question

interrupt pending bit problem

  • August 27, 2007
  • 3 replies
  • 896 views
Posted on August 27, 2007 at 07:11

interrupt pending bit problem

    This topic has been closed for replies.

    3 replies

    shai2Author
    Visitor II
    July 2, 2007
    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.

    shai2Author
    Visitor II
    July 2, 2007
    Posted on July 02, 2007 at 11:02

    I forgot to mention thet i work with ST7260 microcontroller

    Thanks.

    Visitor II
    August 27, 2007
    Posted on August 27, 2007 at 07:11

    Hello,

    I have the same problem.

    Is there someone to help us ?

    Thanks