<?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>How to edit Ram &amp;amp; flash placement in nRF Connect sdk</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92353/how-to-edit-ram-flash-placement-in-nrf-connect-sdk</link><description>Hi, 
 Iam getting this error when i declare the following: 
 uint8_t tx_buffer[0x2000] _attribute_((section(&amp;quot;.spim3_tx_buffer&amp;quot;))); 
 When using nRF5 SDK i could able to edit the flash_placement.xml as : 
 &amp;lt;ProgramSection alignment=&amp;quot;4&amp;quot; load=&amp;quot;No&amp;quot; size=</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 30 Sep 2022 19:23:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92353/how-to-edit-ram-flash-placement-in-nrf-connect-sdk" /><item><title>RE: How to edit Ram &amp; flash placement in nRF Connect sdk</title><link>https://devzone.nordicsemi.com/thread/388834?ContentTypeID=1</link><pubDate>Fri, 30 Sep 2022 19:23:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dcc1bacc-d78b-4801-815a-f5ebbfa24796</guid><dc:creator>Raoul</dc:creator><description>&lt;p&gt;Hi Vignesh,&lt;/p&gt;
&lt;p&gt;Please take a look at &lt;a href="https://devzone.nordicsemi.com/support-private/support/269376#permalink=659441"&gt;this answer&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In short:&lt;/p&gt;
&lt;p&gt;In the nRF Connect SDK, flash partitions are by default defined in the devicetree. However, if you are working on a &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_multi_image.html"&gt;multi-image&lt;/a&gt; application (which will always be the case when using MCUboot), the DTS is ignored and partitions are instead set through the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/scripts/partition_manager/partition_manager.html"&gt;Partition Manager&lt;/a&gt;, based on pm.yml files that you edit and put in your application folder.&lt;/p&gt;
&lt;p&gt;Hope that helps!&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Raoul&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>