-
Hello, I'm struggling in working the LPTIM1 with ARR interrupt on my NUCLEO WB55.
The interrupt handler always falls in the defaultHandler which is an infinite loop. framework : stm32duino 2.3.0 and tested with stm32duino 2.5.0 too Thanks |
Beta Was this translation helpful? Give feedback.
Answered by fpistm Aug 23, 2023
Replies: 2 comments
-
Add extern "C" before |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by jmchiappa
-
it works, thank you @fpistm |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Add extern "C" before