<?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>nrf52 ble-app-uart-c-multilink  Connection issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64984/nrf52-ble-app-uart-c-multilink-connection-issue</link><description>Hi, 
 I have three nRF52840 DKs 
 I am trying to connect two of them as peripheral devices( that implement the ble_app_uart example) 
 to the third nRF52840 central device (that implements the ble_app_uart_c multilink example) 
 The multilink example</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 26 Jul 2021 12:05:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64984/nrf52-ble-app-uart-c-multilink-connection-issue" /><item><title>RE: nrf52 ble-app-uart-c-multilink  Connection issue</title><link>https://devzone.nordicsemi.com/thread/321804?ContentTypeID=1</link><pubDate>Mon, 26 Jul 2021 12:05:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37711cff-68ea-4ea2-9318-688e302cb00a</guid><dc:creator>NTT</dc:creator><description>&lt;p&gt;hi, Amanda, you&amp;#39;re well. But i have problem, I run this example on SDK17 and also got this error (that MasterLee has described), I did your guide but it still not work: &amp;quot;00&amp;gt; &amp;lt;warning&amp;gt; ble_nus_c: Connection handle invalid&amp;quot;&lt;/p&gt;
&lt;p&gt;If i change:&amp;nbsp; #define ECHOBACK_BLE_UART_DATA&amp;nbsp; 1&amp;nbsp; &amp;nbsp;to&amp;nbsp; 0 (in main.c) --&amp;gt; it work. But i think it is not great solution, please help me.&lt;/p&gt;
&lt;p&gt;Thank you so much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 ble-app-uart-c-multilink  Connection issue</title><link>https://devzone.nordicsemi.com/thread/265552?ContentTypeID=1</link><pubDate>Thu, 20 Aug 2020 12:17:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:999f7307-cbf8-4fa5-b78b-f341bad52761</guid><dc:creator>masterLee</dc:creator><description>&lt;p&gt;It worked! Thank you very much Amanda and thank you for your time!&lt;/p&gt;
&lt;p&gt;One last question why do we have to modify the RAM ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 ble-app-uart-c-multilink  Connection issue</title><link>https://devzone.nordicsemi.com/thread/265548?ContentTypeID=1</link><pubDate>Thu, 20 Aug 2020 12:06:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a257c3c-58fb-4ecd-915e-546df99bdf42</guid><dc:creator>masterLee</dc:creator><description>&lt;p&gt;I will make the changes and I will inform you. Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 ble-app-uart-c-multilink  Connection issue</title><link>https://devzone.nordicsemi.com/thread/265547?ContentTypeID=1</link><pubDate>Thu, 20 Aug 2020 12:04:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93689818-e18f-4e7f-ac06-702cc88a72ae</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please modify NRF_SDH_BLE_PERIPHERAL_LINK_COUNT and NRF_SDH_BLE_CENTRAL_LINK_COUNT number in sdk_config.h of&amp;nbsp;&lt;a href="https://github.com/NordicPlayground/nrf52-ble-app-uart-c-multilink"&gt;nrf52-ble-app-uart-c-multilink&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// &amp;lt;o&amp;gt; NRF_SDH_BLE_PERIPHERAL_LINK_COUNT - Maximum number of peripheral links. 
#ifndef NRF_SDH_BLE_PERIPHERAL_LINK_COUNT
#define NRF_SDH_BLE_PERIPHERAL_LINK_COUNT 2
#endif

// &amp;lt;o&amp;gt; NRF_SDH_BLE_CENTRAL_LINK_COUNT - Maximum number of central links. 
#ifndef NRF_SDH_BLE_CENTRAL_LINK_COUNT
#define NRF_SDH_BLE_CENTRAL_LINK_COUNT 2
#endif

// &amp;lt;o&amp;gt; NRF_SDH_BLE_TOTAL_LINK_COUNT - Total link count. 
// &amp;lt;i&amp;gt; Maximum number of total concurrent connections using the default configuration.

#ifndef NRF_SDH_BLE_TOTAL_LINK_COUNT
#define NRF_SDH_BLE_TOTAL_LINK_COUNT 4
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Modify the&amp;nbsp;&lt;span&gt;RAM_START to 0x200056C0 and&amp;nbsp;RAM_SIZE to&amp;nbsp;0x3A940 via right click on the porject_name -&amp;gt; option -&amp;gt; Common -&amp;gt; Linker -&amp;gt; Section Placement Macros as the following figure.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-8a7cf0db69a84def80199d534762876f/254975.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>