This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF52805 project in SDK15.3

Hello,

I have nRF52811 project which I would like to  transfer to nRF52805. It is using SDK 15.3.

I saw this tutorial: https://devzone.nordicsemi.com/guides/short-range-guides/b/getting-started/posts/developing-for-the-nrf52805-with-nrf5-sdk

It is great but for SDK 17.

Where can I find patch files for SDK 15.3 ? Do I need to change anything else in SDK 15.3 ?

Thanks,

Miloslav

  • Hi Miloslav

    I would recommend going the other way around in order to do this, as SDK v15.3 doesn't support the nRF52805 by default. I would recommend migrating your application to SDK v17 instead, following the migration guides for SDKs 16 and 17 before transferring your project to match nRF52805.

    Is there a specific reason you don't want to move to SDK v17? To patch the files to make this work in SDK v15.3, you'll also need to add board support for the nRF52805, but this has not been tested at all, and we would not be able to guarantee that it will work, even though I don't see a reason why it shouldn't.

    Best regards,

    Simon

Related