cancel
Showing results for 
Search instead for 
Did you mean: 

STR73X interrupts

javidaboo
Associate II
Posted on September 08, 2008 at 09:22

STR73X interrupts

3 REPLIES 3
javidaboo
Associate II
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.

kaouther
Associate II
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?

markus
Associate
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