Adding Regions for Partition Manager

Is it possible to add custom regions for a project to be used by the Partition Manager? I see how and where regions are defined, as shown here, but I'd like to use multiple external flash chips and have dedicated regions for each one without altering or forking the SDK. Is there a way to do this? 

Thank you!

Parents Reply
  • Thank you for your response. I've already read through all of the Partition Manager documentation, and I understand how to place partitions into the external flash region. What I'd like to do is create additional regions. If creating additional regions is not an option, I'd like to know if there is a designated way to support multiple external flash devices?

    Referring to the Partition Manager cmake file in NCS 2.7 (the version I'm using), the external flash region is added based on the device assigned to the "nordic,pm-ext-flash" property in the device tree. If I have multiple external flash devices, is it possible to define multiple "nordic,pm-ext-flash" properties?

Children
Related