STM32F303RE: unwanted interrupt
Posted on September 14, 2015 at 18:12I have an EXTI programmed on PortB line8 that works as expected when a rising edge is found on GPIO_IN8.Unfortunaltely sometimes, when I reset the GPIO_Pin15 of port B by doing GPIOB->BRR = GPIO_Pin_15 then t...