I am running the BLE_APP_UART example on a custom board. When I get to nrf_sdh_enable_request() in ble_stack_init(), I get the error code of Invalid state, meaning the sdh is already enabled. I'm not sure how that is since it's a fresh build and run on segger, but whatever. I decided to work around this by DISABLING the sdh right before this with nrh_sdh_disable_request(). When I did this, it ALSO returns Invalid state, meaning the sdh is disabled already. So the functions are in complete disagreement with each other. What am I doing wrong here in my setup of the softdevice to cause such an issue?