Commit 953291c
committed
stm32n6: Add DSB after EXTI pending clear; default to task accounting
The EXTI pending-register clear can lag behind the ISR return, causing
the NVIC to re-enter the handler spuriously. Add a DSB to ensure the
store has propagated before the callback runs.
Also drop the ENABLE_TASK_ACCOUNTING?=no override so the platform
picks up the common default (on).1 parent 48cb3fe commit 953291c
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| 189 | + | |
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
| |||
0 commit comments