STM32L073RZ GPIO EXTI Interrupt not triggering callback
I'm working with an STM32L073RZ on a custom board. The board is in STOP mode and I have a pin (PB_5) configured as a rising edge interrupt. I'm using ARM Mbed OS 5.12.0 but primarily working with the HAL API. The code I have so far is below. It simpl...