stm32f4xx.c 文件中的 STM32F4xx IRQ 处理程序说明

STM32F4xx Description of IRQ handlers in the stm32f4xx.c file

我正在搜索在 stm32f4xx.c 文件中定义的 IRQ-Handlers 的描述。我找不到他们的任何描述。

例如:

void WEAK  CAN1_TX_IRQHandler(void);    
void WEAK  CAN1_RX0_IRQHandler(void);    
void WEAK  CAN1_RX1_IRQHandler(void);    
void WEAK  CAN1_SCE_IRQHandler(void);

好的,其中一些很清楚,但是我在哪里可以找到信息,CAN1_SCE 是什么意思以及它们在什么条件下出现?

谁能帮我找到处理程序的描述?

参考手册,CAN中断。对于每个中断源都有一个处理程序。

状态改变错误中断

The error and status change interrupt can be generated by the following events:

  • Error condition, for more details on error conditions please refer to the CAN Error Status register (CAN_ESR).
  • Wakeup condition, SOF monitored on the CAN Rx signal.
  • Entry into Sleep mode