EmbDev.net

Forum: ARM programming with GCC/GNU tools STM32F130 and Timer 8


von 777777 (Guest)


Rate this post
useful
not useful
STM32F130 contains two adwanced timers - 1 and 8. But Keil's 
STM32_Init.c and its Configuration Wizard knows Timer 1 only. After 
"manual" programming it works but I cannot find its interrupts. How can 
I add interrupt subroutine? NVIC is initialized:
NVIC->ISER[1]  = (1 << (TIM8_UP_IRQChannel & 0x1F));

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.