<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Partition Manager static and RAM configurations</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/101075/partition-manager-static-and-ram-configurations</link><description>Hello everyone, 
 
 We currently have our application using dynamic partitions using the Partition Manager. we want to start to use static partition, as we need to include external flash partitions. 
 We have copied build/partitions.yml as pm_static.yml</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 30 Jun 2023 10:41:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/101075/partition-manager-static-and-ram-configurations" /><item><title>RE: Partition Manager static and RAM configurations</title><link>https://devzone.nordicsemi.com/thread/433905?ContentTypeID=1</link><pubDate>Fri, 30 Jun 2023 10:41:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e4954e3a-ad1b-4c0f-99a1-0f6a88655435</guid><dc:creator>jfpastrana</dc:creator><description>&lt;p&gt;I could solve the problem.&lt;/p&gt;
&lt;p&gt;There was an error in the board configuration. I reviewed our custom board files, and now it is fine.&lt;/p&gt;
&lt;p&gt;Thanks&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Partition Manager static and RAM configurations</title><link>https://devzone.nordicsemi.com/thread/432501?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2023 11:24:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:692e9e13-9773-4343-bbcc-91ef4dc5c067</guid><dc:creator>jfpastrana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;partitions.yml is the same as the one that I uploaded previously. I copied pm_static.yml from partitions.yml. Anyway, you can download them from zip file.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/6648.partitions.zip"&gt;devzone.nordicsemi.com/.../6648.partitions.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;regions.yml:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;external_flash:
  base_address: 0x0
  default_driver_kconfig: CONFIG_PM_EXTERNAL_FLASH_HAS_DRIVER
  device: DT_CHOSEN(nordic_pm_ext_flash)
  dynamic_partition: null
  name: external_flash
  placement_strategy: start_to_end
  size: 0x800000
flash_primary:
  base_address: 0x0
  default_driver_kconfig: CONFIG_SOC_FLASH_NRF
  device: flash_controller
  dynamic_partition: null
  name: flash_primary
  placement_strategy: complex
  size: 0x100000
otp:
  base_address: 0xff8100
  default_driver_kconfig: &amp;#39;&amp;#39;
  device: &amp;#39;&amp;#39;
  dynamic_partition: null
  name: otp
  placement_strategy: start_to_end
  size: 0x2fc
ram_flash:
  base_address: 0x0
  default_driver_kconfig: CONFIG_FLASH_SIMULATOR
  device: nordic_ram_flash_controller
  dynamic_partition: null
  name: ram_flash
  placement_strategy: start_to_end
  size: 0x40000
sram_primary:
  base_address: 0x20000000
  default_driver_kconfig: &amp;#39;&amp;#39;
  device: &amp;#39;&amp;#39;
  dynamic_partition: sram_primary
  name: sram_primary
  placement_strategy: complex
  size: 0x80000&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Javi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Partition Manager static and RAM configurations</title><link>https://devzone.nordicsemi.com/thread/432498?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2023 11:14:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bbae50b7-737e-403f-bfaa-fc70655818a4</guid><dc:creator>&amp;#216;ivind</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Could I see the build/partitions.yml and build/regions.yml files?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>