Solved
GPIO interrupt does not occur when STM32_WPAN middleware is enabled
I am using P-NUCLEO-WB55.
I set 3 buttons (SW1 / SW2 / SW3) to GPIO_EXTI. I confirmed that an interrupt is generated when the button is pressed.
After that, if the middleware STM32_WPAN (BLE) is enabled, no interrupt will occur even if the button is pressed.
How can I use GPIO interrupts with STM32_WPAN enabled?