<?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>GATT Services and Characteristics with NRF52810</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/57768/gatt-services-and-characteristics-with-nrf52810</link><description>Hi, 
 I tried to add 3 characteristics and 1 gatt service to my NRF52810 using with development board with 10040e (I am using gcc compiler). Then I got a error which is saying ram is not enough when gatt service initializing. 
 Later I researched and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 05 Mar 2020 10:14:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/57768/gatt-services-and-characteristics-with-nrf52810" /><item><title>RE: GATT Services and Characteristics with NRF52810</title><link>https://devzone.nordicsemi.com/thread/238225?ContentTypeID=1</link><pubDate>Thu, 05 Mar 2020 10:14:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef3ed2c1-41b2-4892-a8d0-c1d5cf2405bb</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I think you can use the&amp;nbsp;&lt;a href="https://mcuoneclipse.com/2013/04/14/text-data-and-bss-code-and-data-size-explained/"&gt;&lt;em&gt;size&lt;/em&gt; utility for GCC&lt;/a&gt;. data + bss should be the total RAM usage.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ size file.out

   text       data        bss        dec        hex    filename
 0x1408       0x18      0x81c       7228       1c3c    file.out&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GATT Services and Characteristics with NRF52810</title><link>https://devzone.nordicsemi.com/thread/238175?ContentTypeID=1</link><pubDate>Thu, 05 Mar 2020 07:48:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e6fbce5-c293-476f-8737-07d9565cff43</guid><dc:creator>srac</dc:creator><description>&lt;p&gt;Okay, is there anyway to understand how much ram&amp;nbsp;i am using, on the gcc compiler? Or bss+data from .out file can show me how much ram i am using.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you Simon.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GATT Services and Characteristics with NRF52810</title><link>https://devzone.nordicsemi.com/thread/235618?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2020 07:12:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d29356e-47f0-4122-b88a-e2fc66253187</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;We have examples for adding services and characteristics, please see&lt;a href="https://github.com/bjornspock/custom_ble_service_example"&gt; this tutorial &lt;/a&gt;for example, but we do not have any specifically for the nRF52810. You&amp;#39;ll have to keep in mind that the RAM is only 24kB on the nRF52810, so the total RAM usage of your application needs to be lower than this. I assume that changing&amp;nbsp;&lt;span&gt;NRF_SDH_BLE_GATTS_ATTR_TAB_SIZE was changed to value(s) greater than 24kB, which causes it to work on the PCA10040 DK, which has an nRF52832 with more RAM on it, and not the actual nRF52810 chip.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GATT Services and Characteristics with NRF52810</title><link>https://devzone.nordicsemi.com/thread/235496?ContentTypeID=1</link><pubDate>Thu, 20 Feb 2020 14:23:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3265f007-ffa0-4adf-8172-8718022cba84</guid><dc:creator>srac</dc:creator><description>&lt;p&gt;I already did all of these. I wanna know is it possible add 3 characteristics and 1 gatt service to my NRF52810 and are there any example for this.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you Simon.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GATT Services and Characteristics with NRF52810</title><link>https://devzone.nordicsemi.com/thread/234334?ContentTypeID=1</link><pubDate>Fri, 14 Feb 2020 08:48:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7189e88-168e-4750-8982-0e0a69c84156</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re using a 10040e project on an nRF52810 chip, please make sure that you&amp;#39;ve made the necessary steps to &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Fnrf52810_user_guide.html&amp;amp;&amp;amp;anchor=ug_52810_emulated_project"&gt;transfer an emulated project to nRF52810 hardware&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>