Porting project from NRF52833 to NRF52832

Hi All,

I am trying to port my current SES project (s140) from nrf52833 to nrf52832. My nrf52832 is spec'd at 512kb flash and 64kb RAM. Any help would be much appreciated.

Thanks

Regards

Parents
  • Hi

    The section placement macros does not look correct I'm afraid. When building a project with a SoftDevice, the RAM and FLASH start addresses will need to be set to the end of the SoftDevice region, and the RAM/Flash size needs to be set to RAM/Flash PH size - RAM/Flash start. It should look like this for an nRF52832 project with the S132 SoftDevice.

    We also have a guide explaining this in detail that you might find helpful here.

    Best regards,

    Simon

Reply
  • Hi

    The section placement macros does not look correct I'm afraid. When building a project with a SoftDevice, the RAM and FLASH start addresses will need to be set to the end of the SoftDevice region, and the RAM/Flash size needs to be set to RAM/Flash PH size - RAM/Flash start. It should look like this for an nRF52832 project with the S132 SoftDevice.

    We also have a guide explaining this in detail that you might find helpful here.

    Best regards,

    Simon

Children
No Data
Related