Rev 3 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3 | Rev 16 | ||
---|---|---|---|
Line 70... | Line 70... | ||
70 | /* Add here the Interrupt Handlers for the used peripherals. */ |
70 | /* Add here the Interrupt Handlers for the used peripherals. */ |
71 | /* For the available peripheral interrupt handler names, */ |
71 | /* For the available peripheral interrupt handler names, */ |
72 | /* please refer to the startup file (startup_stm32f1xx.s). */ |
72 | /* please refer to the startup file (startup_stm32f1xx.s). */ |
73 | /******************************************************************************/ |
73 | /******************************************************************************/ |
74 | 74 | ||
- | 75 | /** |
|
- | 76 | * @brief This function handles Flash global interrupt. |
|
- | 77 | */ |
|
- | 78 | void FLASH_IRQHandler(void) |
|
- | 79 | { |
|
- | 80 | /* USER CODE BEGIN FLASH_IRQn 0 */ |
|
- | 81 | ||
- | 82 | /* USER CODE END FLASH_IRQn 0 */ |
|
- | 83 | HAL_FLASH_IRQHandler(); |
|
- | 84 | /* USER CODE BEGIN FLASH_IRQn 1 */ |
|
- | 85 | ||
- | 86 | /* USER CODE END FLASH_IRQn 1 */ |
|
- | 87 | } |
|
- | 88 | ||
75 | /* USER CODE BEGIN 1 */ |
89 | /* USER CODE BEGIN 1 */ |
76 | 90 | ||
77 | /* USER CODE END 1 */ |
91 | /* USER CODE END 1 */ |
78 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ |
92 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ |