<?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>Installing OTA Firmware in nRF52811</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55899/installing-ota-firmware-in-nrf52811</link><description>So we have been developing on the nRF52811 and realized we need OTA (Over the air Frimware) aswell and we have 30kB Flash and 8kB Ram remaining. Can this be done? 
 Also a procedure of how to add OTA would also be helpful. 
 Regards, 
 Ameer Usman</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Dec 2019 07:15:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55899/installing-ota-firmware-in-nrf52811" /><item><title>RE: Installing OTA Firmware in nRF52811</title><link>https://devzone.nordicsemi.com/thread/227032?ContentTypeID=1</link><pubDate>Mon, 30 Dec 2019 07:15:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b5a8a15-176c-487e-a3e2-10a3e529eb5c</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;You can change the memory layout&amp;nbsp;by adjusting linker settings. Exactly how you do that depends on the toolchain you use, see this blog post for more details:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/getting-started/posts/adjustment-of-ram-and-flash-memory"&gt;https://devzone.nordicsemi.com/nordic/short-range-guides/b/getting-started/posts/adjustment-of-ram-and-flash-memory&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Installing OTA Firmware in nRF52811</title><link>https://devzone.nordicsemi.com/thread/227005?ContentTypeID=1</link><pubDate>Sun, 29 Dec 2019 06:00:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67381ac5-506f-4c23-88a4-11bd55fcba92</guid><dc:creator>Usman Rahim</dc:creator><description>&lt;p&gt;How is he going to change the memory layout in example boot loader code?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Installing OTA Firmware in nRF52811</title><link>https://devzone.nordicsemi.com/thread/226752?ContentTypeID=1</link><pubDate>Mon, 23 Dec 2019 16:00:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08e7d7a5-89d9-4b9c-94e6-355e57c77ccc</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I think you should be OK with RAM. the bootloader&amp;nbsp;runs&amp;nbsp;as a standalone BLE&amp;nbsp; application so it does not share RAM with the main app. However, we allocate 32K with flash by default requiring either the app or bootloader to be shrunk a bit. Also, you need to consider if you need to store app data (required if you support BLE bonding - min. 2 Flash pages).&lt;/p&gt;
&lt;p&gt;Default bootloader memory layout:&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/lib_bootloader.html?cp=7_1_3_5_0_7#lib_bootloader_memory"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/lib_bootloader.html?cp=7_1_3_5_0_7#lib_bootloader_memory&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>