This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

firmware changes when moving from nRF52832 to nRF52833

Should a firmware written for nRF 52832 run smoothly on a nRF52833 if no changes in functionality are desired?

If changes to the firmware are needed, which layers must be addressed?

  • Hi,

    The code itself should be very similar, but there are some changes and configurations.

    You should make sure that the pins used in the nRF52832 project can be used in an nRF52833 project as well. See the pin assignment om the product specification for more details. 

    In addition to this, there are some changes necessary to make the project work on the different hardware. For this you can follow this guide. This is for transferring a nRF52840 project to nRF52811, but the process will be similar. Just replace the mentions of 52811 with 52833 and change the maximum RAM and flash size to correspond to that of the nRF52833. You will also have to use another SoftDevice. See the compatibility matrix for information about which SoftDevices and SDKs are supported on the nRF52833.

    Best regards,

    Marte

Related