There are four interrupts in AWE BSP stm32f407 v1.2
ProcessWriteASRC_IRQHandler (CAN1_TX_IRQHandler)
AudioWeaverPump_IRQHandler1 (CAN1_RX0_IRQHandler)
ProcessUSBMsg_IRQHandler (CAN1_RX1_IRQHandler)
AudioWeaverPump_IRQHandler2 (CAN1_SCE_IRQHandler)
For the STMF4 series of USB will also trigger these four interrupts? I remember only STM32F1 series CAN and USB are shared CAN1_TX_IRQHandler and CAN1_RX0_IRQHandler interrupt. Did i miss something?
1:57pm
Hello,
The BSP for STM32F407 is not meant to be compatible with other STMFx boards. The BSP is simply a working example for the STM32F407 Discovery board - changes in the BSP code may be required to run on different hardware.
-Axel