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

    Okay, by how much do the "UNPLACED_SECTIONS" overflow by after setting these settings now, the same number? Since the issue is seen in the compiler phase there must be something wrong in your projects flash_placement.xml file. Can you open it and check that the Flash and RAM sizes match the nRF52832, and check that the FLASH name matches what is set in your Memory segments. If not, make sure they are both called either FLASH or FLASH1.

    Best regards,
    Simon

Reply
  • Hi

    Okay, by how much do the "UNPLACED_SECTIONS" overflow by after setting these settings now, the same number? Since the issue is seen in the compiler phase there must be something wrong in your projects flash_placement.xml file. Can you open it and check that the Flash and RAM sizes match the nRF52832, and check that the FLASH name matches what is set in your Memory segments. If not, make sure they are both called either FLASH or FLASH1.

    Best regards,
    Simon

Children
No Data
Related