We are developing with the nRF52840, in this instance present in a Laird BL654 module carried by their DVK-BL654 dev board.
After trying three separate examples that attempt to use SoftDevice, they all seem to lock up in the SoftDevice code, waiting for the LFCLOCK to start.
The dev board doesn't enable the 32.768Xtal by default, so I've attempted to work around this by selecting the other LF sources, however in each instance I get the same behaviour.
I'm not aware of a specific BSP for Laird's module or board, however it seems to strongly resemble the PCA10056, but with a built in segger.
I've tried non SoftDevice example code with the same board, so far without problems.