Skip to content

Fix STM32WL EXTI14 using values for EXTI15 #599

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions peripherals/syscfg/syscfg_wl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ SYSCFG:
PB15: [1, "Select PB15 as the source input for the EXTI15 external interrupt"]
PC15: [2, "Select PC15 as the source input for the EXTI15 external interrupt"]
EXTI14:
PA15: [0, "Select PA15 as the source input for the EXTI15 external interrupt"]
PB15: [1, "Select PB15 as the source input for the EXTI15 external interrupt"]
PC15: [2, "Select PC15 as the source input for the EXTI15 external interrupt"]
PA14: [0, "Select PA14 as the source input for the EXTI14 external interrupt"]
PB14: [1, "Select PB14 as the source input for the EXTI14 external interrupt"]
PC14: [2, "Select PC14 as the source input for the EXTI14 external interrupt"]
EXTI13:
PA13: [0, "Select PA13 as the source input for the EXTI13 external interrupt"]
PB13: [1, "Select PB13 as the source input for the EXTI13 external interrupt"]
Expand Down