STM32F0 EXTI Port unusable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-02-17 3:50 AM
Posted on February 17, 2016 at 12:50
Hello,
I noticed a problem with the STM32F030F4P6 Microcontroller.When I configure EXTI Line 0 and 1 with GPIOF =>PF0,PF1 are my EXTI for two Light Fork Barrier Modules.then all of the sudden my PB1 Pin can't be toggled(and yes I initialized it).Is this a known issue that EXTI Line 1 Config disables other Port Pins with 1?(For Example PA1,PB1,PC1 ect.)I can upload code example if needed.Thanks. #stm32f0-problem-unusable-pin
Labels:
- Labels:
-
STM32F0 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-02-17 4:14 AM
Posted on February 17, 2016 at 13:14
Disable interrupts.
Still can't toggle PB1? JW