<?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>nRF5340 errors in multi-NUS central</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/102150/nrf5340-errors-in-multi-nus-central</link><description>Hello, 
 I am developing a gateway to manage 10 peripherals which are vibration sensors. The exchange protocol is a NUS service. 
 In fact I adapted the multi-NUS example for the nRF Connect SDK v2.4.0 based on the central_uart sample : everything works</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Jul 2023 13:14:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/102150/nrf5340-errors-in-multi-nus-central" /><item><title>RE: nRF5340 errors in multi-NUS central</title><link>https://devzone.nordicsemi.com/thread/437887?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2023 13:14:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa493d28-2da2-45ae-b8f2-ae8a27cc31e9</guid><dc:creator>JPhilippe</dc:creator><description>&lt;p&gt;Thank&amp;#39;s a lot Hung.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 errors in multi-NUS central</title><link>https://devzone.nordicsemi.com/thread/437851?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2023 11:41:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:464ab5bd-5b04-4724-a730-106cee40a39b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;br /&gt;I think most likely it&amp;#39;s&amp;nbsp;&lt;span&gt;CONFIG_BT_MAX_CONN=4 needed.&amp;nbsp;&lt;br /&gt;It&amp;#39;s because you need to configure the&amp;nbsp;hci_rpmsg child image so that it will be flashed on the netcore of the NRF53 (the BLE controller).&amp;nbsp;&lt;br /&gt;On the nRF52 there is no netcore and the configuration is automatically added to the BLE controller when you configure the application.&amp;nbsp;&lt;br /&gt;opcode 0x200d =&amp;nbsp;LE Create Connection&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 errors in multi-NUS central</title><link>https://devzone.nordicsemi.com/thread/437793?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2023 07:55:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b81c178c-c750-4632-b048-8889cb855f0c</guid><dc:creator>JPhilippe</dc:creator><description>&lt;p&gt;Hello again,&lt;/p&gt;
&lt;p&gt;I found a solution that works!&lt;/p&gt;
&lt;p&gt;taking Laird CP&amp;#39;s BLE_gateway_Firmware application as an example, I modified the child_image/hci_rpmsg.conf file like this:&lt;/p&gt;
&lt;p&gt;#&lt;br /&gt;# Copyright (c) 2021 Nordic Semiconductor&lt;br /&gt;#&lt;br /&gt;# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause&lt;br /&gt;#&lt;/p&gt;
&lt;p&gt;CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT=4000000&lt;/p&gt;
&lt;p&gt;CONFIG_BT_CTLR_DATA_LENGTH_MAX=251&lt;br /&gt;CONFIG_BT_BUF_ACL_RX_SIZE=502&lt;br /&gt;CONFIG_BT_BUF_ACL_TX_SIZE=502&lt;/p&gt;
&lt;p&gt;CONFIG_BT_MAX_CONN=10&lt;/p&gt;
&lt;p&gt;#-------------------------------------&lt;/p&gt;
&lt;p&gt;CONFIG_RPMSG_SERVICE=y&lt;br /&gt;CONFIG_RPMSG_SERVICE_MODE_REMOTE=y&lt;/p&gt;
&lt;p&gt;CONFIG_HEAP_MEM_POOL_SIZE=8192&lt;/p&gt;
&lt;p&gt;CONFIG_MAIN_STACK_SIZE=512&lt;br /&gt;CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512&lt;br /&gt;CONFIG_BT=y&lt;br /&gt;CONFIG_BT_HCI_RAW=y&lt;br /&gt;CONFIG_BT_MAX_CONN=4&lt;br /&gt;CONFIG_BT_CTLR_ASSERT_HANDLER=y&lt;br /&gt;CONFIG_BT_HCI_RAW_RESERVE=1&lt;/p&gt;
&lt;p&gt;CONFIG_ASSERT=y&lt;br /&gt;CONFIG_DEBUG_INFO=y&lt;br /&gt;CONFIG_EXCEPTION_STACK_TRACE=y&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know which CONF_... are really essential but it works.&lt;/p&gt;
&lt;p&gt;Good luck from France to all developers ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>