Resolved! How to handle GPIO interrupts using StdPeriph_Lib
Posted on November 22, 2017 at 13:48 Working with STM32F303K8 at the lowest level where I'm writing to the registers directly. Try to follow generic statements in STM documents to handle a high2low transition on a GPIO PB4 input pin. These are the ...