<?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 - Transferring a project between cpuapp and cpunet</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125333/nrf5340---transferring-a-project-between-cpuapp-and-cpunet</link><description>Hello, 
 I am using Nordic nRF Connect SDK v3.1.1 and nRF5340DK board. My project is based on the project: GitHub - nordic-auko/nRF5-ble-timesync-demo: nRF52 clock synchronization demo code . Timesync project is intended to be built on cpunet, so also</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 05 Nov 2025 08:42:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125333/nrf5340---transferring-a-project-between-cpuapp-and-cpunet" /><item><title>RE: nRF5340 - Transferring a project between cpuapp and cpunet</title><link>https://devzone.nordicsemi.com/thread/553377?ContentTypeID=1</link><pubDate>Wed, 05 Nov 2025 08:42:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d89390ce-ea71-4017-8341-f3927a0eed55</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;I see. You will need to do more than just .overlay files, implementation work is needed. But there are samples for all the building blocks, which you need to combine and adapt to your needs yourself.&lt;/p&gt;
&lt;p&gt;You can use the &lt;a href="https://github.com/nordic-auko/nRF5-ble-timesync-demo"&gt;unofficial time sync&amp;nbsp;demo&lt;/a&gt;&amp;nbsp;you have found as a basis for the network core application. But you also need to implement the app core application performing ADC sampling (you can refer to the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/zephyr/samples/drivers/adc/index.html"&gt;ADC samples&lt;/a&gt;). Lastly, you need to somehow communicate between the app core ant the net core so that the net core can obtain the&amp;nbsp;ADC samples. I recommend you look at the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/nrf/samples/ipc/ipc_service/README.html"&gt;IPC service sample&lt;/a&gt;&amp;nbsp;for that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 - Transferring a project between cpuapp and cpunet</title><link>https://devzone.nordicsemi.com/thread/553346?ContentTypeID=1</link><pubDate>Tue, 04 Nov 2025 16:14:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cddd1ff6-3352-4736-9c42-d76666f48801</guid><dc:creator>.....</dc:creator><description>&lt;p&gt;I know, that&amp;nbsp;&lt;span&gt;time syncrhonization does not use BLE. I added&amp;nbsp;communication via BLE to timesync app and I built two separate applications based on timesync-demo sample.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I have 2 applications:&lt;br /&gt;- First is receiving BLE data and sending synchronization data -&amp;nbsp;which I will have on one device&lt;br /&gt;- Second is sending BLE data and receiving synchronization -&amp;nbsp;which I will have on two or three devices&lt;br /&gt;&lt;br /&gt;Now I am synchronizing all devices and sending dummy data via BLE, but I want to read data from ADC and send it via BLE.&lt;br /&gt;But app is build for cpunet.&lt;br /&gt;&lt;br /&gt;Can you describe what I should do to implement this ?&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Are only changes in the board files or&lt;strong&gt; .overlay&lt;/strong&gt; files are enough or do I also need to make changes to the application code?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 - Transferring a project between cpuapp and cpunet</title><link>https://devzone.nordicsemi.com/thread/553318?ContentTypeID=1</link><pubDate>Tue, 04 Nov 2025 13:44:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05c49d16-0b26-47ca-b2c8-21cd1305695c</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This is not trivial. Do you have a specific need for the nRF5340? If not, I would consider the nRF54L15 (or even the nRF52840) to avoid the complexities of multi core.&lt;/p&gt;
&lt;p&gt;Also, can you elaborate on the over all goal here? As mentionned, the time syncrhonization does not use Bluetooht so you will only be able to use this between nRF devices that you controll in both ends.&lt;/p&gt;
&lt;p&gt;Th network core has limited memory, and accessing application core resources is not straight-forward. So you will have to implement an network core application that handles the radio (Bluetooth and ESB),&amp;nbsp; and application core application that handles the peripherals and communicate between the cores.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 - Transferring a project between cpuapp and cpunet</title><link>https://devzone.nordicsemi.com/thread/553275?ContentTypeID=1</link><pubDate>Tue, 04 Nov 2025 10:05:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c74737ac-b21c-4f66-b40f-4f5f570ff7c0</guid><dc:creator>.....</dc:creator><description>&lt;p&gt;I want to know how to use peripherals from cpuapp in appliction, that is built on cpunet.&lt;br /&gt;&lt;br /&gt;I want to use ADC and send data from one device to another one (with time synchronization).&lt;br /&gt;&lt;br /&gt;But I don&amp;#39;t knot how to do it. I know, that there is forward mechanizm, but I want to know how to use it, and share peripherals between cpuapp and cpunet.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 - Transferring a project between cpuapp and cpunet</title><link>https://devzone.nordicsemi.com/thread/553047?ContentTypeID=1</link><pubDate>Fri, 31 Oct 2025 14:25:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef92575a-3520-441d-b1fc-d06daacbb90a</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This sample needs direct access to the radio for th etime syncronization code and so can only run on the network core. In principle you could expand it to handle inter process communication, and communciate with your app core application (the same as is use an empty app core image that just forwards a few GPIO ports and starts the network core, before the application core enters sleep.&lt;/p&gt;
&lt;p&gt;May I ask about the sue case? Note that the time syncrhonisation is done with propritary radio and not BLE, so it can only work between two nRF devices that you controll.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>