I'm trying to port a project from nRF52832 SDK15 to nRF52833 SDK17.
As a first step, I'm trying to get the HRS sample to work, as my other project was based on it. So far, I'm failing to run the HRS sample on the nRF52833. The call to nrf_sdh_enable_request never returns. I'm using the settings for the nRF52840.
Just to be sure, I've tried all the possible softDevice clock sources, as outlined here: https://devzone.nordicsemi.com/f/nordic-q-a/42477/doesn-t-return-from-sd_softdevice_enable
But that makes no difference.
Is there anything else I'm missing?