<?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>nrf5 Bootloader RAM consumption on nrf52810</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125617/nrf5-bootloader-ram-consumption-on-nrf52810</link><description>Hi Team, 
 
 I&amp;#39;m on nrf52810 MCU, and am using the BLE Peripheral use case and need the BLE DFU functionality. 
 I&amp;#39;ve build my application on top of ./nRF5_SDK_17.1.0_ddde560/examples/peripheral/uart and add the BLE DFU service. 
 I&amp;#39;ve build the bootloader</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 19 Nov 2025 13:04:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125617/nrf5-bootloader-ram-consumption-on-nrf52810" /><item><title>RE: nrf5 Bootloader RAM consumption on nrf52810</title><link>https://devzone.nordicsemi.com/thread/554791?ContentTypeID=1</link><pubDate>Wed, 19 Nov 2025 13:04:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00c18ff2-a8ed-4849-bbdc-981474922545</guid><dc:creator>SwRa</dc:creator><description>&lt;p&gt;Hi Ankur,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;On the nRF52810, SRAM is indeed a critical resource, especially when using both the SoftDevice and the Secure DFU bootloader. A few points that you can consider are:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;M&lt;/span&gt;ake sure that you are using release build of the bootloader. It is stated in documentation that&amp;nbsp;&lt;span&gt;the debug version of the Secure DFU bootloader cannot be used together with the example on nRF52810.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If the bootloader is large even after using the release build, optimize it further by d&lt;/span&gt;isabling unused features in&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code dir="ltr"&gt;sdk_config.h,&amp;nbsp;&lt;/code&gt;ensuring you are not including unnecessary modules or logging, removing debug code and assertions, etc.&lt;/p&gt;
&lt;p&gt;If you still cannot fit within the available RAM, you may have reached the practical limits of the nRF52810 for this use case and&amp;nbsp;you may need to consider a device with more RAM (like the nRF52832)&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Swathy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>