2016-02-17 03:50 AM
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-pin2016-02-17 04:14 AM
Disable interrupts.
Still can't toggle PB1? JW