Hi
I have a problem using TWI driver with my softdevice enabled.
The TWI is able to communicate successfully to the slave without the softdevice.
But the same code when merged with the softdevice and an character sent for Read/Write returns busy or the BLE chip restarts.
Below is the part of example code used for toggling led ON/OFF by sending an character from phone.
Find full code here = BLE_TWI.txt
Please tell me what changes I should make.