D语言中的Cortex-M4系列中断向量表处理
D语言中的Cortex-M4系列中断向量表处理 向量表: 在mculib4d中的定义方式 向量表: // form file:stm32f401xc.h struct IRQn_Type { /****** Cortex-M4 Processor Exceptions Numbers ****************************************************************/ Reset_IRQn = - 15 , NonMaskableInt_IRQn = - 14 , /*!< 2 Non Maskable Interrupt */ MemoryManagement_IRQn = - 12 , /*!< 4 Cortex-M4 Memory Management Interrupt */ BusFault_IRQn = - 11 , /*!< 5 Cortex-M4 Bus Fault Interrupt */ UsageFault_IRQn = - 10 , /*!< 6 Cortex-M4 Usage Fault Interrupt */ SVCall_IRQn = - 5 , /*!< 11 Cortex-M4 SV Call Interrupt */ DebugMonitor_IRQn = - 4 , /*!< 12 Cortex