MCU : nrf52833
SDK : Ver 17.1.0
SoftDevice : S140
I try to call RTC value to external RTC Module by TWIM in BLE authentication rw request event.
But MCU stop to call TWIM and looks like waitting TWIM done event.
I think problem is priority but, changing NRFX_TWIM_DEFAULT_CONFIG_IRQ_PRIORITY, APP_BLE_OBSERVER_PRIO, NRF_SDH_BLE_OBSERVER_PRIO_LEVELS values are not working.
Like
NRFX_TWIM_DEFAULT_CONFIG_IRQ_PRIORITY 2
APP_BLE_OBSERVER_PRIO 3
NRF_SDH_BLE_OBSERVER_PRIO_LEVELS 4
Or
NRFX_TWIM_DEFAULT_CONFIG_IRQ_PRIORITY 3
APP_BLE_OBSERVER_PRIO 6
NRF_SDH_BLE_OBSERVER_PRIO_LEVELS 7