BLE_UART Example works on custom board only after a Reset

Hi,

I'am using the ble_uart example on a custom board, where I have the issue that the BLE advertising is only available after a reset OR when I comment out the uart_init() function in the main().

Softdevice is S112

DCDC is not in use an the registers shows it as disabled. On the custom Board ht Induktors are not available for the DCDC Pin.

After a Reset everything works well, but when I just power on the board it is not working and it ends in a Hard Fault. But as I wrote, not when the uart_init() is commented out.

I'am using the SDK 17.1

Any idea what could be the issue here?

Related