Forum : ST7/STM8
Original Post
    | Post Information | Post | 
|---|---|
| 
               March 23, 2009 - 10:09am 
             | 
                      
               Hi,  | 
                  
Forum : ST7/STM8
| Post Information | Post | 
|---|---|
| 
               March 23, 2009 - 10:09am 
             | 
                      
               Hi,  | 
                  
Hi Whitebull,
I do not know the ST7FOXK1 enough to have a nice reply. You may ask the ST guys for this type of information.
But there could be a software workaround: From the interrupt handler, just have a "do nothing" flag that you can set from your main application. In the handler, if this flag is set, just return, else perform a proper IRQ handling.
My $.02,
Bruno