2013-02-05 05:21 PM
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!Florian2013-02-05 06:01 PM
STM32F4-Discovery_FW_V1.1.0\Libraries\CMSIS\ST\STM32F4xx\Include\stm32f4xx.h
2013-02-06 11:27 AM
Thank you clive1!
You alway gave me some helpful answer, thanks for that!