<?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>Data transfer between APP core and Net core.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62876/data-transfer-between-app-core-and-net-core</link><description>The NRF5340 has a split architecture: with an Application Core and a Network Core. 
 Can we get a sample application for NRF5340 where App core and Net core exchanges data with each other ? 
 Basically, for example App core receives a set of inputs from</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 10 Nov 2023 13:38:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62876/data-transfer-between-app-core-and-net-core" /><item><title>RE: Data transfer between APP core and Net core.</title><link>https://devzone.nordicsemi.com/thread/455133?ContentTypeID=1</link><pubDate>Fri, 10 Nov 2023 13:38:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25d57377-abae-4fbf-9269-c4617688e01c</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Yes, it is possible (see the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/esb.html"&gt;ESB samples&lt;/a&gt;), but it only runs on the network core.&lt;/p&gt;
&lt;p&gt;That it is not directly relevant for this thread, though. Pleas make a new case if you have further questions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data transfer between APP core and Net core.</title><link>https://devzone.nordicsemi.com/thread/455128?ContentTypeID=1</link><pubDate>Fri, 10 Nov 2023 13:30:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7add6805-1cd2-46ac-9b4f-68bb01e494fa</guid><dc:creator>Avgerinos89</dc:creator><description>&lt;p&gt;Is it possible to use ESB on nrf5340?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data transfer between APP core and Net core.</title><link>https://devzone.nordicsemi.com/thread/295422?ContentTypeID=1</link><pubDate>Fri, 19 Feb 2021 20:04:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16b24c30-358b-4fa6-8cf5-7d7da0a746d4</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If you want something simpler then you can refer to the example included in &lt;a href="https://devzone.nordicsemi.com/support-private/support/258940#permalink=637887"&gt;this post&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data transfer between APP core and Net core.</title><link>https://devzone.nordicsemi.com/thread/295200?ContentTypeID=1</link><pubDate>Thu, 18 Feb 2021 17:38:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:118bda54-1a85-4165-9074-0260d97cea24</guid><dc:creator>jakkra</dc:creator><description>&lt;p&gt;Did you get something up and running? I cannot get OpenAMP to work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data transfer between APP core and Net core.</title><link>https://devzone.nordicsemi.com/thread/263661?ContentTypeID=1</link><pubDate>Fri, 07 Aug 2020 14:59:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ace042d-15b0-4e71-b0d4-950b1ff7b011</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;No, it is not necessary to use OpenAMP. That is just a library that implements a form of interprocess communication using shared memory. You could do it yourself if you like. The advantage of using a library is that you get a robust system ready to use, though.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data transfer between APP core and Net core.</title><link>https://devzone.nordicsemi.com/thread/263578?ContentTypeID=1</link><pubDate>Fri, 07 Aug 2020 10:59:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06a51d4f-790c-40a2-9957-9501151a4053</guid><dc:creator>Christian Wagner</dc:creator><description>&lt;p&gt;Is it necessary to use OpenAMP for inter-core communication? I have an appilcation where the App core is responsible for sampling 8 sensors and doing some digital filtering. As a simple test, I&amp;#39;ll just send out the data with a basic protocol like ESB to another nRF5340. So I don&amp;#39;t have many fanctions accessing the same variables. I just want the App core to signal that the sampling and filtering has finished. Then the Net core should take that data and send it out.&lt;/p&gt;
&lt;p&gt;I already have the IPC working, so I can signal events between cores, but I can&amp;#39;t figure out how to share the data. I guess that I&amp;#39;d pass a pointer to the data from the App core to the Net core. This would only have to be done once. I just don&amp;#39;t know how. Through a shared register?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data transfer between APP core and Net core.</title><link>https://devzone.nordicsemi.com/thread/256182?ContentTypeID=1</link><pubDate>Mon, 22 Jun 2020 12:40:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ebf901c-f860-48cb-afd3-2c830594aca4</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]Can we get a sample application for NRF5340 where App core and Net core exchanges data with each other ?[/quote]
&lt;p&gt;The BLE examples use HCI over OpenAMP, so that is a reference of how this is done. There is no simple example demonstrating this on the nRF53, but you can refer to the implementation of &lt;a href="https://docs.zephyrproject.org/2.3.0/samples/bluetooth/hci_rpmsg/README.html"&gt;Bluetooth: HCI RPMsg&lt;/a&gt;. You can also look at the &lt;a href="https://devzone.nordicsemi.com/support-private/support/251788/OpenAMP%20Sample%20Application"&gt;OpenAMP Sample Application&lt;/a&gt;, though it does not support the nRF53 out of the box.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>