cancel
Showing results for 
Search instead for 
Did you mean: 

From IRQChannel to IRCHandler

florianaugustin9
Associate II
Posted on February 06, 2013 at 02:21

Hello guys,

when I initialize for example this Interrupt:

NVIC_InitStructure.NVIC_IRQChannel = OTG_FS_IRQn;  

I suppose it will have OTG_FS_IRQHandler as it's handler, but where can i look this up? I already searched in a startup_stm32f4xx.s file, but didn't find ''OTG_FS_IRQn''.

Thank your for your time and help!

Florian

2 REPLIES 2
Posted on February 06, 2013 at 03:01

STM32F4-Discovery_FW_V1.1.0\Libraries\CMSIS\ST\STM32F4xx\Include\stm32f4xx.h

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
florianaugustin9
Associate II
Posted on February 06, 2013 at 20:27

Thank you clive1!

You alway gave me some helpful answer, thanks for that!