I think you just need to call TIM_ITConfig at some point. I managed to get to a breakpoint in TIM1_IRQHandler with your project by adding this around the end of your main: (just before the call to ADC_ITConfig) /* TIM interrupt config */ TIM_ITConfig(TIM1, TIM_IT_TO, ENABLE); Please give it a try and let me know if it works. Best Regards, Vincent
Thanks you for your advice! I have BN746-ST7-ARM-80C51-P1-STR750 and ARM ToolChain 1.1.15. I made all, but it has no effects. I will attempt support from Raisonance. Thanks and Best regards Vendelin P.S. IS HERE ANYBODY, WHO WORKS IN THE RIDE IDE AND HAS CORRECT FUNCTION OF TIMERS and INTERRUPTS? :-? [ This message was edited by: Vendelin on 18-01-2007 08:16 ]
On 18-01-2007 at 08:02, Vendelin wrote: I will attempt support from Raisonance. Then I will answer! ;) Glad to hear it works. BR Vincent (Raisonance) [ This message was edited by: VincentC on 18-01-2007 14:20 ]