<?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>Central and Peripheral at the same time on the nrf52820</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68291/central-and-peripheral-at-the-same-time-on-the-nrf52820</link><description>Hello, 
 
 we think about using an nrf52820 for a multi role solution. I know from the Compatibility Matrix that the S140 is supported and qualified for the nrf52820. What I would like to know is if there is enough RAM availabe on the Chip in order run</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 28 Nov 2020 21:08:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68291/central-and-peripheral-at-the-same-time-on-the-nrf52820" /><item><title>RE: Central and Peripheral at the same time on the nrf52820</title><link>https://devzone.nordicsemi.com/thread/282348?ContentTypeID=1</link><pubDate>Sat, 28 Nov 2020 21:08:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b2f7d09-2224-4f62-953f-b96b58736854</guid><dc:creator>Christian22</dc:creator><description>&lt;p&gt;Hi Torbj&amp;oslash;rn,&lt;/p&gt;
&lt;p&gt;Thank you very much. This helped me a lot.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Christian&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Central and Peripheral at the same time on the nrf52820</title><link>https://devzone.nordicsemi.com/thread/281279?ContentTypeID=1</link><pubDate>Mon, 23 Nov 2020 10:13:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:94798dd9-b8ac-4d06-b7bf-224b1cdb9ae5</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Christian&lt;/p&gt;
&lt;p&gt;The SoftDevice RAM consumption doesn&amp;#39;t change from one chip to another. It will be the same on both the nRF52833 and the nRF52820.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is no dedicated DK for the nRF52820 device, so you should be able to use the nRF52833 board that you have for development.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the SDK there will be some projects that support a board called &amp;quot;pca10100e&amp;quot;, which means they are intended to emulate the nRF52820 device while running on an nRF52833DK, and if you use one of these projects you can check the RAM consumption, and how much RAM is left over, if you were using a real nRF52820 device.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Central and Peripheral at the same time on the nrf52820</title><link>https://devzone.nordicsemi.com/thread/281207?ContentTypeID=1</link><pubDate>Sun, 22 Nov 2020 01:35:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a39d546-cd54-4404-b407-f27d23644c94</guid><dc:creator>Christian22</dc:creator><description>&lt;p&gt;Hi Torbj&amp;oslash;rn,&lt;/p&gt;
&lt;p&gt;Thanks for the fast response. Unfortunately , my problem is that I only have a nrf52833 board. Therefore I need a solution to be able to estimate the RAM usage of the nrf52820 on the nrf52833. Is this possible?&lt;/p&gt;
&lt;p&gt;Based on your sugestion I created a test project in the Keil IDE and used the value from &amp;quot;Total RW size&amp;quot; in the map-File to get an indication of the RAM usage.Does &amp;quot;total RW size&amp;quot; provide a value that can be used to estimate the RAM usage?&lt;/p&gt;
&lt;p&gt;By the way I configured the test project for the nrf52833 in order to be able to test it on the device. Does it make any difference in RAM usage if I configure a project for the nrf52820 or for the nrf52833?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Christian&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Central and Peripheral at the same time on the nrf52820</title><link>https://devzone.nordicsemi.com/thread/279901?ContentTypeID=1</link><pubDate>Fri, 13 Nov 2020 12:35:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b406a7b7-a7da-4cf3-b997-3b846321ff30</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Christian&lt;/p&gt;
&lt;p&gt;The minimum RAM requirement for the S140 v7.2.0 is 5.6kB, as mentioned in the release notes:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2627.s140_5F00_nrf52_5F00_7.2.0_5F00_release_2D00_notes.pdf"&gt;devzone.nordicsemi.com/.../2627.s140_5F00_nrf52_5F00_7.2.0_5F00_release_2D00_notes.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As you enable more features, such as support for multiple links, larger MTU, larger attribute table etc this number will increase, but based on your description I don&amp;#39;t think it will get larger than 10kB.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For an accurate number I suggest you set up a test project and configure the stack as you want. Once you run the example you will get a warning message in the log console stating how much RAM the SoftDevice requires for your particular configuration.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>