Skip to main content
florianaugustin9
Associate III
February 6, 2013
Question

From IRQChannel to IRCHandler

  • February 6, 2013
  • 2 replies
  • 618 views
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

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    February 6, 2013
    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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
    florianaugustin9
    Associate III
    February 6, 2013
    Posted on February 06, 2013 at 20:27

    Thank you clive1!

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