Question
From IRQChannel to IRCHandler
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