Getting HRS sample to work on NRF52833-DK

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?

Parents
  • Hi

    I would suggest to begin with moving the SDK v15 project to v17 by way of our migration guides from v15 to v16, and then v16 to v17

    After you have it running for the nRF52832 on SDK v17.0.2 (or newer) I would suggest checking out this post where my colleague Marte explains how to move a project from nRF52832 to nRF52833. One additional note is to check whether your linker placement section and flash_placement.xml file both uses FLASH or FLASH1. There were some issues moving to nRF52833 projects where the MDK would only change the name of one of these, so make sure that they use the same name.

    Best regards,

    Simon

Reply
  • Hi

    I would suggest to begin with moving the SDK v15 project to v17 by way of our migration guides from v15 to v16, and then v16 to v17

    After you have it running for the nRF52832 on SDK v17.0.2 (or newer) I would suggest checking out this post where my colleague Marte explains how to move a project from nRF52832 to nRF52833. One additional note is to check whether your linker placement section and flash_placement.xml file both uses FLASH or FLASH1. There were some issues moving to nRF52833 projects where the MDK would only change the name of one of these, so make sure that they use the same name.

    Best regards,

    Simon

Children
No Data
Related