Skip to main content
Visitor II
September 8, 2008
Question

STR73X interrupts

  • September 8, 2008
  • 3 replies
  • 691 views
Posted on September 08, 2008 at 09:22

STR73X interrupts

    This topic has been closed for replies.

    3 replies

    javidabooAuthor
    Visitor II
    September 9, 2007
    Posted on September 09, 2007 at 20:45

    I have over 100K ported and performing final testing but have discovered some problems with the EIC Interrupts.

    Interrupts are occurring but it appears that some extra ones are also occurring. This is happing on both external interrupts and interrupts generated by the timers.

    Any one else seen this?

    Have any suggestion?

    Anyone even using this derivation?

    It seems like this group is not very proactive or the ST ARM's are not being used.

    I'm using the Keil compiler.

    Visitor II
    September 21, 2007
    Posted on September 21, 2007 at 11:37

    we didn't seen this problem. could you provide us more infomations about your hardware and software, timer configuration .. what are the interrupt used in application?

    Visitor II
    September 8, 2008
    Posted on September 08, 2008 at 09:22

    Hi !

    Did you ensure that you erase all necessary flags for that specific interrupt ?

    e.g. Timer 0 has two flags.

    one which informs you about the overflow (or capture, or ...)

    one which informs you that the interrupt is (still) pending

    clear both in the correct order and that shall work