Question
STM32F051 KEIL RTX CMSIS Interrupt Handling
Posted on February 25, 2014 at 16:48
Hi All,
I am new on this forum and as well new to STM32 microcontrollers - almost two months working with them - so please beunderstanding
if I will write something stupid or ask about something obvious. Thanks. I am working right now with STM32F051R8T6 microcontroller. I am using uVision 5 with KEIL RTX and it CMSIS interface. I have managed to do many nice things with this micro already but I didn't manage to do anything sensible with handling interrupts. I mean here the NVIC controller. As I am trying to find around the web for examples how to use it I have found following sites:[DEAD LINK /public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Problems%20with%20interrupts%20for%20STM32f051&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B¤tviews=445]Forum 1/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/TIM2%20is%20not%20generating%20any%20interrupts%20on%20STM32f051&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B¤tviews=1303
http://www.keil.com/pack/doc/cmsis/Core/html/group___n_v_i_c__gr.html
As I was trying to follow those examples I face the problem that I don't have the 'drivers' for STM32F051 to use the same function as I have seen in those examples. I have installed the full packet of KEIL with all the source code and examples but nothing there. Only for STM32F10x devices. I have inpression that I have missed something obvious here. The first question that comes to my mind is about compatibility of NVIC driver for STM32F051 and any other microcontroller. Can somebody point me out where I should look for source code and examples because I didn't manage to find them by searching the web. Thanks in advance. null