I implemented wkupct_register_callback() and wkupct_enable_irq() to wake up BLE by an external interrupt pin. If more than 1 interrupt pins are configured in wkupct_enable_irq(), how can I determine which interrupt pins trigger the interrupt API? That means how to read the interrupt status. Thanks.
Device:

嗨jackiechau,
There is no register that will indicate the port/pin that the interrupt occured, what you can do in order to check the source of the pulse is to read the status of the pin right after the device has been awaken.
Thanks MT_dialog