cancel
Showing results for 
Search instead for 
Did you mean: 

Interrupt priority setting

jps
Associate II
Posted on March 24, 2009 at 07:30

Interrupt priority setting

1 REPLY 1
jps
Associate II
Posted on March 24, 2009 at 07:30

Hi,

I'm developping a new application on a new (for me) controller ST7FOXK1.

I use the Lite Timer RTC interrupt to manage timing function. I want to also use port A external interrupt to manage I/O.

My problem is that if the external interrupt occur during the Lite Timer interrupt, my program stop and stay stopped?

I've tryed to set a highest priority to LTC interrupt than on the external interrupt using ISPR registers but it doesn't works?

I'm not able to mask the external interrupt while my counter is decremented by the LTC interrupt?

Any help is welcome!

whithebull