<?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 Hello World APP+NET Core</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/107246/nrf5340-hello-world-app-net-core</link><description>Hi, 
 I just started with working on the Zephyr and nrf5340. I am trying to build an application where the app core prints (&amp;quot;Hello World from APP core&amp;quot;) and the net core prints (&amp;quot;Hello World from NET core&amp;quot;). I was also able to go through the multicore</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 Jan 2024 13:50:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/107246/nrf5340-hello-world-app-net-core" /><item><title>RE: NRF5340 Hello World APP+NET Core</title><link>https://devzone.nordicsemi.com/thread/463568?ContentTypeID=1</link><pubDate>Wed, 10 Jan 2024 13:50:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29d1819b-4f00-4ae6-8f2d-5cda7d9924ce</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The most common architecture for using BLE on the nRF5340&amp;nbsp;is to run the Bluetooth controller on the network core, and the Bluetooth host on the application core along with the other application code.&amp;nbsp;Please refer to the&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/device_guides/working_with_nrf/nrf53/nrf5340.html#protocols-and-use-cases"&gt;Split Controller and Host&amp;#39;&lt;/a&gt;&amp;nbsp;section of the SDK documentation for more details.&lt;/p&gt;
[quote user=""]In future I&amp;#39;d be making application where the I2C part will be taken care by the app core and the BLE part would be taken care by the net core. For now I just want to have two images which prints hello world from their respective cores. Is there any sample application someone can share? There seems to be no application or sample where there is segregation between source code for both the cores.[/quote]
&lt;p&gt;The Bluetooth controller&amp;nbsp;&lt;span&gt;(&lt;/span&gt;&lt;a title="(in Zephyr Project v3.4.99)" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/bluetooth/hci_rpmsg/README.html#bluetooth-hci-rpmsg-sample"&gt;&lt;span&gt;Bluetooth: HCI RPMsg&lt;/span&gt;&lt;/a&gt;&lt;span&gt;)&amp;nbsp;&lt;/span&gt; is automatically included as a child image when you build a Bluetooth example for the &amp;#39;nrf5340dk_nrf5340_cpuapp&amp;#39; board using the SDK&amp;#39;s support for &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/config_and_build/multi_image.html"&gt;Multi-image builds&lt;/a&gt;. You can browse the source code for this child-image by selecting it here in the UI:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1704894473278v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>