8000
File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,13 @@ STATIC const uint8_t nvic_irq_channel[EXTI_NUM_VECTORS] = {
154
154
#else
155
155
PVD_IRQn ,
156
156
#endif
157
+ #if defined(STM32L4 )
158
+ OTG_FS_WKUP_IRQn ,
159
+ RTC_Alarm_IRQn ,
160
+ #else
157
161
RTC_Alarm_IRQn ,
158
162
OTG_FS_WKUP_IRQn ,
163
+ #endif
159
164
ETH_WKUP_IRQn ,
160
165
OTG_HS_WKUP_IRQn ,
161
166
TAMP_STAMP_IRQn ,
Original file line number Diff line number Diff line change 34
34
// Use the following constants for the internal sources:
35
35
36
36
#define EXTI_PVD_OUTPUT (16)
37
+ #if defined(STM32L4 )
38
+ #define EXTI_RTC_ALARM (18)
39
+ #define EXTI_USB_OTG_FS_WAKEUP (17)
40
+ #else
37
41
#define EXTI_RTC_ALARM (17)
38
42
#define EXTI_USB_OTG_FS_WAKEUP (18)
43
+ #endif
39
44
#define EXTI_ETH_WAKEUP (19)
40
45
#define EXTI_USB_OTG_HS_WAKEUP (20)
41
46
#if defined(STM32F0 ) || defined(STM32L4 )
You can’t perform that action at this time.
0 commit comments