STM32L152VE: Trouble using interrupts from ports F and G
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-04 11:46 PM
I am using STM32L152VE microcontroller and I am trying to blink an LED using external interrupts. The interrupt works fine in all the ports except port F and G does anybody have any idea as to why this might happen?
Thanks in advance
Labels:
- Labels:
-
GPIO-EXTI
-
STM32L1 Series
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-05 2:29 AM
Check the clocks, check.the plumbing diagram​
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-05 5:06 AM
In debug mode I reviewed and the clock is enabled and the EXTI lines are configured and everything seems good. I am using one of the example program and it works perfectly for all the other ports but not F and G.
