Hi:
I have a project which nrf51822 exchange some data with TI cc2541.There is a serious issue that the nrf51822 is occasionally reset by the watchdog when it communiates with Ti cc2541.I had traced error by using IO to send out pulse. I found out a case that it stop at sd_app_evt_wait() until the watchdog timout reset.I recently read the nrf52832 document and found out "the SoftDevice could get stuck in a deadlock where it would always NACK what the peer was sending".Does sdk v9.0.0 s110 have some problems like this.