<?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 - increasing HCI RPMsg BLE transmit throughput</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/111762/nrf5340---increasing-hci-rpmsg-ble-transmit-throughput</link><description>Hi, I&amp;#39;m working on a ble peripheral that uses nRF5340, NCS recently upgraded to v2.6.1, Zephyr v3.4.99. The net core is running the HCI RPMsg controller sample as it is. In the app core I&amp;#39;ve defined a couple of characteristics implementing a UART-like</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Jun 2024 12:30:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/111762/nrf5340---increasing-hci-rpmsg-ble-transmit-throughput" /><item><title>RE: nrf5340 - increasing HCI RPMsg BLE transmit throughput</title><link>https://devzone.nordicsemi.com/thread/487320?ContentTypeID=1</link><pubDate>Tue, 04 Jun 2024 12:30:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c039f9d-37ed-4438-81bf-175b12e300a6</guid><dc:creator>Gabriele</dc:creator><description>&lt;p&gt;Thank you very much&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 - increasing HCI RPMsg BLE transmit throughput</title><link>https://devzone.nordicsemi.com/thread/487292?ContentTypeID=1</link><pubDate>Tue, 04 Jun 2024 11:25:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d4ef254-a53c-46f2-86f4-61a3bfcca94e</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hi Gabriele,&lt;/p&gt;
&lt;p&gt;So this is essentially solved then? Glad to hear it!&lt;/p&gt;
&lt;p&gt;Let us know if there is anything else &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 - increasing HCI RPMsg BLE transmit throughput</title><link>https://devzone.nordicsemi.com/thread/487266?ContentTypeID=1</link><pubDate>Tue, 04 Jun 2024 10:16:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd4bfcdd-4dc0-4474-99b8-8ff748890317</guid><dc:creator>Gabriele</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;I&amp;#39;ve found the problem is related to higher level flow.&lt;br /&gt;The thread in charge of communication peeks data messages out of a fifo.&lt;br /&gt;The critical code line is&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;while (true) {
struct comdrv_data_t *buf;
buf = k_fifo_get(&amp;amp;tx_queue, K_MSEC(5));&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Changing the timeout to 10 ms helps to fill the transmission packet with more bytes.&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>