I'm using the nRF52832 SoC through Rigado's BMD 350. For initializing BLE, I'm using the Thingy52 firmware code as the hardware mostly reflects that of the Thingy52. My hardware doesn't use an external oscillator for the low frequency clock. Instead, it uses the internal oscillator, as described in this post. There seems to be an issue when executing app_beacon_start; specifically, the software seems to hang up in sd_radio_session_open. It never returns from this function call. What would cause it to hang up and not return? Does it have anything to do with the internal oscillator?
Thanks!