<?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>nRF Connect: Partition Manager - adding additional partition</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123799/nrf-connect-partition-manager---adding-additional-partition</link><description>Hi, 
 I am trying to add an additional storage partition in flash to my project, however, to some reason, pm.yml file is not getting picked up during the build and I am not able to see my partition in partitions.yml, once it gets generated. 
 This is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 20 Aug 2025 06:04:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123799/nrf-connect-partition-manager---adding-additional-partition" /><item><title>RE: nRF Connect: Partition Manager - adding additional partition</title><link>https://devzone.nordicsemi.com/thread/546119?ContentTypeID=1</link><pubDate>Wed, 20 Aug 2025 06:04:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c04248b6-6432-41fd-a115-480c321dcccf</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;It must be added as static partition in your&amp;nbsp;&lt;span&gt;pm_static.yml file. For example:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;# Place storage partition at the end of cpuapp RRAM. Note: actual end
# address is 0x175000 (1524kB) if all RRAM is allocated to the application core.
# https://github.com/nrfconnect/sdk-find-my/blob/950dfd9d69443bc1eb5b098c08522e7c7c7b06f1/samples/locator_tag/boards/nrf54l15dk_nrf54l15_cpuapp.overlay#L7
storage:
  size: 0x1000
  address: 0x164000
  end_address: 0x165000
  region: flash_primary&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Vidar&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>