<?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>nrf54l15 - no partition for fcb when using sysbuild</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127036/nrf54l15---no-partition-for-fcb-when-using-sysbuild</link><description>I am developing a FW for the nrf54l15 which should log sensor data into its internal flash (RRAM) and make it read able later from a Smartphone via BLE. 
 
 For this scenario the FCB looks like a perfect match, so i tried to set up a partition for it</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Feb 2026 17:07:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127036/nrf54l15---no-partition-for-fcb-when-using-sysbuild" /><item><title>RE: nrf54l15 - no partition for fcb when using sysbuild</title><link>https://devzone.nordicsemi.com/thread/561393?ContentTypeID=1</link><pubDate>Tue, 17 Feb 2026 17:07:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:535963aa-de6b-414d-beb2-f3f958fb7824</guid><dc:creator>Amanda Hsieh</dc:creator><description>[quote user="MichaelGK"] if i just want any kind of data partition i need to activate the nvs option?[/quote]
&lt;p&gt;No.&lt;/p&gt;
[quote user="MichaelGK"]Is there no more better way to do that?[/quote]
&lt;p&gt;You can use a static partition file (pm_static.yml) to create a custom partition and set the size.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;fcb_storage:
  address: 0x15f000
  end_address: 0x165000
  region: flash_primary
  size: 0x6000&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf54l15 - no partition for fcb when using sysbuild</title><link>https://devzone.nordicsemi.com/thread/561311?ContentTypeID=1</link><pubDate>Tue, 17 Feb 2026 06:40:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f569c38e-e137-4468-80d3-517fd401cfad</guid><dc:creator>MichaelGK</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;the special reason is that we want to keep the overhead as small as possible because our log entries them self have only 10 to 20 bytes.&lt;/p&gt;
&lt;p&gt;we even think of writing our own management to even get rid of the overhead of the fcb.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So i understand it correctly, if i just want any kind of data partition i need to activate the nvs option? Is there no more better way to do that?&lt;/p&gt;
&lt;p&gt;and how can i define the size of this partition?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;best regards&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Michael&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf54l15 - no partition for fcb when using sysbuild</title><link>https://devzone.nordicsemi.com/thread/561299?ContentTypeID=1</link><pubDate>Mon, 16 Feb 2026 20:09:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1bd31f52-9f97-4c54-9bd5-ee880a53cad7</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any special reason to use FBC instead of ZMS?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For &lt;span&gt;nRF54L Series devices&lt;/span&gt;, it is recommended to use&amp;nbsp;ZMS. See the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/data_storage.html"&gt;Data storage in the nRF Connect SDK&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It will not automatically generate the partition for&amp;nbsp;CONFIG_FCB as&amp;nbsp;CONFIG_NVS.&amp;nbsp;&lt;/span&gt;See the code&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v3.2.2/include/flash_map_pm.h#L32-L45"&gt;https://github.com/nrfconnect/sdk-nrf/blob/v3.2.2/include/flash_map_pm.h#L32-L45&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If needed, you can refer to the nvs_storage partition generated for NVS to create the static partition for the custom partition.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;br /&gt;Amanda H.&amp;nbsp;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>