Question
STM32WB FW Update 1.12.1 Issue
Your updates are always valuable to me, but I've always suspected that update firmware won't bother a device already running.
The same happened in the STM32WB new update (FW version 1.12.1), in this update BLE and GPIO interrupts are not working simultaneously because all interrupts are clear in MX_APPE_Init() function which is call after the initialization of all peripherals(included GPIO interrupts).
