58extern DMA_HandleTypeDef hdma_adc1;
59extern CAN_HandleTypeDef hcan1;
60extern I2C_HandleTypeDef hi2c2;
61extern TIM_HandleTypeDef htim2;
212 HAL_DMA_IRQHandler(&hdma_adc1);
226 HAL_CAN_IRQHandler(&hcan1);
240 HAL_CAN_IRQHandler(&hcan1);
254 HAL_TIM_IRQHandler(&htim2);
268 HAL_I2C_EV_IRQHandler(&hi2c2);
282 HAL_I2C_ER_IRQHandler(&hi2c2);
: Header for main.c file. This file contains the common defines of the application.
void UsageFault_Handler(void)
This function handles Undefined instruction or illegal state.
void HardFault_Handler(void)
This function handles Hard fault interrupt.
void MemManage_Handler(void)
This function handles Memory management fault.
void TIM2_IRQHandler(void)
This function handles TIM2 global interrupt.
void SVC_Handler(void)
This function handles System service call via SWI instruction.
void CAN1_RX0_IRQHandler(void)
This function handles CAN1 RX0 interrupt.
void PendSV_Handler(void)
This function handles Pendable request for system service.
void NMI_Handler(void)
This function handles Non maskable interrupt.
void DMA1_Channel1_IRQHandler(void)
This function handles DMA1 channel1 global interrupt.
void BusFault_Handler(void)
This function handles Prefetch fault, memory access fault.
void SysTick_Handler(void)
This function handles System tick timer.
void I2C2_EV_IRQHandler(void)
This function handles I2C2 event interrupt.
void DebugMon_Handler(void)
This function handles Debug monitor.
void I2C2_ER_IRQHandler(void)
This function handles I2C2 error interrupt.
void CAN1_TX_IRQHandler(void)
This function handles CAN1 TX interrupt.
This file contains the headers of the interrupt handlers.