<?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>NRF52832 Maximum number of central links</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/32437/nrf52832-maximum-number-of-central-links</link><description>hi , endnode, I has changed app_util.h as this link 
 https://devzone.nordicsemi.com/f/nordic-q-a/26448/nrf52832-maximum-number-of-central-links/104059#104059 
 the max link count has changed from 15 to 16, how can i set 20? 
 error log: 
 
 
 sdk_config</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 06 Jun 2018 09:41:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/32437/nrf52832-maximum-number-of-central-links" /><item><title>RE: NRF52832 Maximum number of central links</title><link>https://devzone.nordicsemi.com/thread/134879?ContentTypeID=1</link><pubDate>Wed, 06 Jun 2018 09:41:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dcc9af43-0f5b-4626-8f5a-c08af5383a6d</guid><dc:creator>Jim_huan</dc:creator><description>&lt;p&gt;I had &amp;nbsp;change the memory size &amp;nbsp;just as &amp;nbsp;start:&amp;nbsp;0x20007D38 &amp;nbsp; &amp;nbsp;and &amp;nbsp; size:&amp;nbsp;0x82C8&lt;/p&gt;
&lt;p&gt;but my board is no work!&lt;/p&gt;
&lt;p&gt;the uart show error:&lt;/p&gt;
&lt;p&gt;&amp;lt;in?&amp;lt;info&amp;gt; app: Multilink example started.&lt;br /&gt;&amp;lt;info&amp;gt; app: Start scanning for device name Nor?&amp;lt;info&amp;gt; app: Multilink example started.&lt;br /&gt;&amp;lt;info&amp;gt; app: Start ?&amp;lt;info&amp;gt; app: Multilink example started.&lt;br /&gt;&amp;lt;info&amp;gt; app: Start scanning for device name Nordic_Blinky.&lt;br /&gt;&amp;lt;info&amp;gt; app: err is :0&lt;br /&gt;&amp;lt;info&amp;gt; app: Multilink example started.&lt;br /&gt;&amp;lt;info&amp;gt; app: Start scanning for device name N?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;can you help me ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 Maximum number of central links</title><link>https://devzone.nordicsemi.com/thread/125251?ContentTypeID=1</link><pubDate>Wed, 21 Mar 2018 02:51:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:829c839c-bda2-4b0c-9629-e3a4b00ac2c1</guid><dc:creator>Beike</dc:creator><description>&lt;p&gt;i has solved this problem, it need to adjust the memory address, you can get this message by the log output.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 Maximum number of central links</title><link>https://devzone.nordicsemi.com/thread/124849?ContentTypeID=1</link><pubDate>Sat, 17 Mar 2018 03:27:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:438f4490-f1e1-4f4d-bef8-244b83f283a6</guid><dc:creator>Beike</dc:creator><description>&lt;p&gt;oh, I find a new problem now.&lt;/p&gt;
&lt;p&gt;change the max link&amp;nbsp;count to 20&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&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 0
#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 20
#endif

// &amp;lt;o&amp;gt; NRF_SDH_BLE_TOTAL_LINK_COUNT - Maximum number of total concurrent connections using the default configuration. 
#ifndef NRF_SDH_BLE_TOTAL_LINK_COUNT
#define NRF_SDH_BLE_TOTAL_LINK_COUNT 20
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The project has Compiled succssfully and passed,but i download it in the board , the project is not run.if change the max link count from 20 to 8, that is ok.&lt;/p&gt;
&lt;p&gt;Are there any other places to be modified？&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 Maximum number of central links</title><link>https://devzone.nordicsemi.com/thread/124842?ContentTypeID=1</link><pubDate>Sat, 17 Mar 2018 00:42:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:36f12fc0-94be-449d-b9b9-35bbeaa3371a</guid><dc:creator>Beike</dc:creator><description>&lt;p&gt;oh, yes , it is ok now, thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 Maximum number of central links</title><link>https://devzone.nordicsemi.com/thread/124809?ContentTypeID=1</link><pubDate>Fri, 16 Mar 2018 16:37:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa92f432-9da6-4687-9b17-d6d231879ec7</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I got the exact same result here when trying to reproduce.&lt;/p&gt;
&lt;p&gt;It turns out, at least in SDK 14.2, you have to also change the line&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#define MACRO_MAP_FOR_N_LIST 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#define MACRO_MAP_FOR_N_LIST 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;in order for the REPEAT_FOR macro to work.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>