关于STM32中断函数名的对应规则(关系)
在stm32f10x_it.c主中断服务服务例程(@brief Main Interrupt Service Routines.)文件中末尾有这样一段注释:
/******************************************************************************/ /* STM32F10x Peripherals Interrupt Handlers */ /* Add here the Interrupt Handler for the used peripheral(s) (PPP), for the */ /* available peripheral interrupt handler's name please refer to the startup */ /* file (startup_stm32f10x_xx.s). */ /******************************************************************************/