Home > other > Some don't understand about the stm32 interrupt
Some don't understand about the stm32 interrupt
Time:09-20
Stm32 system exception is an interrupt, exceptions to these systems don't return NVIC tube (because I found behind the system the use of the systick timer process does not use NVIC), strives for the great god
CodePudding user response:
System anomaly points several terminals, data abnormal, abnormal code before the number of interrupt is abort
CodePudding user response:
Exception is interrupted, have interrupt entry such as hardFault_Handler, in assembly code * s [such as startup_stm32f205xx. S] _Vectors DCD __initial_sp; The Top of the Stack DCD Reset_Handler; Reset Handler DCD NMI_Handler; NMI Handler DCD HardFault_Handler; Hard Fault Handler DCD MemManage_Handler; MPU Fault Handler DCD BusFault_Handler; Bus Fault Handler DCD UsageFault_Handler; The Usage Fault Handler DCD 0; Reserved DCD 0; Reserved