will wkupct callback function interrupt user_custs1_xxx_wr_ind_handler
Dear Dialog Support Team;
I am building a project based on DA14583 SDK 5.0.4 sample code ble_app_peripheral.
Our project work with a SPI G-Sensor and DA14583 internal SPI Flash, but DA14583 have only one SPI controller.
So we can access only one of these SPI devices at the same time. We use G-Sensor's interrupt pin to notify DA14583 for reading sampling data.
The code looks like this (simplify):
----------- Code A --------------
wkupct_register_callback(wkup_callback);
wkupct_enable_irq(...);
void wkup_callback() {