Skip to main content
aqueisser
Associate III
October 26, 2010
Question

General GPIO/EXTI interrupt question

  • October 26, 2010
  • 2 replies
  • 740 views
Posted on October 26, 2010 at 20:09

General GPIO/EXTI interrupt question

    This topic has been closed for replies.

    2 replies

    aqueisser
    aqueisserAuthor
    Associate III
    May 17, 2011
    Posted on May 17, 2011 at 14:12

    Ahh, good tip about the timers, thanks!

    > If you need a lot of external interrupts, remenber that you

    > can use each input capture from each Timer as an interrupt

    > on rising or falling edge.

    >

    > Best regards

    >

    > Eric

    epassoni950
    Associate II
    May 17, 2011
    Posted on May 17, 2011 at 14:12

    Hello,

    It's a compromise by ST. If you want that each pin of each port can generate its own interrupt, with 7 ports on 144 pins device, you obtain a total of 112 interrupts vectors. I don't know any application with 112 external interrupts.

    If you need a lot of external interrupts, remenber that you can use each input capture from each Timer as an interrupt on rising or falling edge.

    Best regards

    Eric