Rev 7 | Rev 18 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 7 | Rev 16 | ||
|---|---|---|---|
| Line 66... | Line 66... | ||
| 66 | /* PendSV_IRQn interrupt configuration */ |
66 | /* PendSV_IRQn interrupt configuration */ |
| 67 | HAL_NVIC_SetPriority(PendSV_IRQn, 0, 0); |
67 | HAL_NVIC_SetPriority(PendSV_IRQn, 0, 0); |
| 68 | /* SysTick_IRQn interrupt configuration */ |
68 | /* SysTick_IRQn interrupt configuration */ |
| 69 | HAL_NVIC_SetPriority(SysTick_IRQn, 0, 0); |
69 | HAL_NVIC_SetPriority(SysTick_IRQn, 0, 0); |
| 70 | 70 | ||
| - | 71 | /* Peripheral interrupt init*/ |
|
| - | 72 | /* FLASH_IRQn interrupt configuration */ |
|
| - | 73 | HAL_NVIC_SetPriority(FLASH_IRQn, 0, 0); |
|
| - | 74 | HAL_NVIC_EnableIRQ(FLASH_IRQn); |
|
| - | 75 | ||
| 71 | /**NOJTAG: JTAG-DP Disabled and SW-DP Enabled |
76 | /**NOJTAG: JTAG-DP Disabled and SW-DP Enabled |
| 72 | */ |
77 | */ |
| 73 | __HAL_AFIO_REMAP_SWJ_NOJTAG(); |
78 | __HAL_AFIO_REMAP_SWJ_NOJTAG(); |
| 74 | 79 | ||
| 75 | /* USER CODE BEGIN MspInit 1 */ |
80 | /* USER CODE BEGIN MspInit 1 */ |