<?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>Openthread RCP NoBufs</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/86548/openthread-rcp-nobufs</link><description>Hi, 
 I&amp;#39;m upgrading our RCP firmware that runs on a custom nrf52840 dongle. It was using openthread bare metal on an old version (clone of openthread repo and run make -f examples/Makefile-nrf52840 USB=1) and I&amp;#39;m trying to use NCS v1.8.0 samples/openthread</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 28 Apr 2022 13:12:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/86548/openthread-rcp-nobufs" /><item><title>RE: Openthread RCP NoBufs</title><link>https://devzone.nordicsemi.com/thread/365441?ContentTypeID=1</link><pubDate>Thu, 28 Apr 2022 13:12:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aca7d747-7d56-4f39-9716-36bc433437a2</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Sorry for the slow response. I received some suggestions from our Thread team:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Firstly, we would recommend you to build the RCP from latest release of nRF Connect SDK (v1.9.1).&lt;/li&gt;
&lt;li&gt;The NoBuf error is most likely coming from too few buffers (configured by&amp;nbsp;&lt;span&gt;CONFIG_NRF_802154_RX_BUFFERS).&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;We recommend you to not use the overlay-minimal_rcp.conf, as this is not working optimal. Use the overlay-rcp.conf instead.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;You should not pass the overlay.conf file to the &amp;quot;-DCONF_FILE&amp;quot; argument, as this will replace the default prj.conf file. The overlay.conf fils are intended to overlay the relevant configs, not replace all. You should not need to&amp;nbsp;set&amp;nbsp;symbols like &amp;quot;NRF_802154_ENCRYPTION&amp;quot;, etc, as these are defined in the default config.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;If you want to enable Thread 1.2 support, you should set the Kconfig &amp;quot;CONFIG_OPENTHREAD_THREAD_VERSION_1_2=y&amp;quot;.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Recommended command to build the RCP:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;west build -b nrf52840dk_nrf52840 nrf/samples/openthread/coprocessor -p -- -DOVERLAY_CONFIG=&amp;#39;overlay-logging.conf overlay-usb.conf overlay-rcp.conf&amp;#39; -DDTC_OVERLAY_FILE=usb.overlay -DCONFIG_OPENTHREAD_THREAD_VERSION_1_2=y&lt;/pre&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Let me know if this helps resolve the issue, or if we need to do some further investigations or debugging of the problem.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;br /&gt;Jørgen&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Openthread RCP NoBufs</title><link>https://devzone.nordicsemi.com/thread/363058?ContentTypeID=1</link><pubDate>Tue, 12 Apr 2022 14:10:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:974f7b87-0f57-4124-824e-fa2b61c5fcc5</guid><dc:creator>Rodrigo Brochado</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;J&amp;oslash;rgen,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Did you get any suggestions from the Thread team?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Openthread RCP NoBufs</title><link>https://devzone.nordicsemi.com/thread/362452?ContentTypeID=1</link><pubDate>Thu, 07 Apr 2022 19:16:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d18bee57-fe36-4021-9824-12455e2f1851</guid><dc:creator>Rodrigo Brochado</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.8.0/kconfig/CONFIG_OPENTHREAD_NUM_MESSAGE_BUFFERS.html#std-kconfig-CONFIG_OPENTHREAD_NUM_MESSAGE_BUFFERS"&gt;CONFIG_OPENTHREAD_NUM_MESSAGE_BUFFERS&lt;/a&gt;&lt;span&gt;&amp;nbsp;was already increased to 4096 on border router. At the RCP side, I understand that the RCP stack doesn&amp;#39;t use the Openthread message buffers right? &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I increased it anyway to 4096 on RCP and it didn&amp;#39;t work either. I&amp;#39;m suspecting the problem is on the RCP because the border router logs the error as [WARN]-PLAT---- and plat would&amp;nbsp;mean platform.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Besides, the RCP seems to be crashing some times.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;In&amp;nbsp;overlay-minimal_rcp.conf I did &lt;strong&gt;not set&lt;/strong&gt; the sl opensource and mbedtls kconfig flags, so it could use NCS proprietary ones (CONFIG_NRF_802154_SL_OPENSOURCE and&amp;nbsp;CONFIG_OPENTHREAD_MBEDTLS_CHOICE lines deleted). I suppose it should work, right?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Openthread RCP NoBufs</title><link>https://devzone.nordicsemi.com/thread/361867?ContentTypeID=1</link><pubDate>Tue, 05 Apr 2022 13:27:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2cd12b9-4d09-4618-a267-f27782f7f7af</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have you tried increasing the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.8.0/kconfig/CONFIG_OPENTHREAD_NUM_MESSAGE_BUFFERS.html#std-kconfig-CONFIG_OPENTHREAD_NUM_MESSAGE_BUFFERS"&gt;CONFIG_OPENTHREAD_NUM_MESSAGE_BUFFERS&lt;/a&gt;&amp;nbsp;config? If this does not help, I will check with our Thread team if they have some suggestions what could be causing the error, and how to fix it.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>