<?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 Network core and application core communication</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/108876/nrf5340-network-core-and-application-core-communication</link><description>Hi support team 
 I&amp;#39;m newbie to Nordic platform. I&amp;#39;m currently working with nRF53 DK multicore on windows 10 using nRF connect SDK on VS Code. I want to make use of the multicore of nRF53 to run BLE on the network core that handle BLE advertising and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 Mar 2024 16:47:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/108876/nrf5340-network-core-and-application-core-communication" /><item><title>RE: nRF5340 Network core and application core communication</title><link>https://devzone.nordicsemi.com/thread/472800?ContentTypeID=1</link><pubDate>Thu, 07 Mar 2024 16:47:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af41cea0-50fe-43ab-bbcb-6da435b28dad</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Did you also flash it using command line?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;west flash&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;If you build it from command line and then flash it from VS Code, VS Code will rebuild with the set build configuration before flashing.&lt;/p&gt;
&lt;p&gt;To make sure, please try specifying a different build folder:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;west build -p -b nrf5340dk_nrf5340_cpuapp -d build_rpc -- -DCONFIG_BT_RPC_STACK=y
west flash --recover -d build_rpc&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 Network core and application core communication</title><link>https://devzone.nordicsemi.com/thread/472483?ContentTypeID=1</link><pubDate>Wed, 06 Mar 2024 13:30:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d91e8e2-2295-433f-b492-cbc5d753efae</guid><dc:creator>geek</dc:creator><description>&lt;p&gt;sorry i closed ticket by mistake !&lt;/p&gt;
[quote userid="14926" url="~/f/nordic-q-a/108876/nrf5340-network-core-and-application-core-communication/472468"]Have you tried building and flashing directly using west from command line?[/quote]
&lt;p&gt;i already built and flashed the code from west using this command&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;span class="go"&gt;west build -b nrf5340dk_nrf5340_cpuapp -- -DCONFIG_BT_RPC_STACK=y&lt;/span&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;as provided in the link&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/0676.Screenshot-_2800_66_2900_.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 Network core and application core communication</title><link>https://devzone.nordicsemi.com/thread/472468?ContentTypeID=1</link><pubDate>Wed, 06 Mar 2024 13:12:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd2d2ba6-d325-442d-8852-262d32ded4ad</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Your image shows hci_rpmsg, which is not the RPC host image.&lt;/p&gt;
&lt;p&gt;How did you add the&amp;nbsp;&lt;span&gt;CONFIG_BT_RPC_STACK=y symbol to VS Code?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Have you tried building and flashing directly using west from command line?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I tested it with nRF Connect SDK v2.5.0, and it runs correctly on my DK when built from command line.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 Network core and application core communication</title><link>https://devzone.nordicsemi.com/thread/472449?ContentTypeID=1</link><pubDate>Wed, 06 Mar 2024 11:57:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c824fcb6-ecd1-4e62-bc73-ea7c328ddf8c</guid><dc:creator>geek</dc:creator><description>&lt;p&gt;I managed to build the Peripheral UART example using the provided command&lt;/p&gt;
&lt;p&gt;&amp;quot; &lt;span class="go"&gt;west build -b nrf5340dk_nrf5340_cpuapp -- -DCONFIG_BT_RPC_STACK=y &lt;/span&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;but all i can see at the terminal as provided here and it can tells that the system reset and i can see any logs at the both cores also the BLE not advertising so i can discover it using the nRF connect mobile APP&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/3187.Screenshot-_2800_65_2900_.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 Network core and application core communication</title><link>https://devzone.nordicsemi.com/thread/472405?ContentTypeID=1</link><pubDate>Wed, 06 Mar 2024 09:54:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8aec49c-97dc-4318-9a36-2cddc39dfbe7</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;See &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.2/nrf/samples/bluetooth/rpc_host/README.html#example-build"&gt;example build&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;span&gt;The recommended way of building the nRF RPC Host sample is to use the multi-image feature of the build system, building the sample with the same Bluetooth configuration as the application core sample. In this way, the sample is built automatically as a child image when the&amp;nbsp;&lt;/span&gt;&lt;a title="(in Kconfig reference v&amp;amp;nbsp;)" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.2/kconfig/index.html#CONFIG_BT_RPC_STACK"&gt;&lt;code&gt;&lt;span&gt;CONFIG_BT_RPC_STACK&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;option is enabled.&lt;/span&gt;&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 Network core and application core communication</title><link>https://devzone.nordicsemi.com/thread/472287?ContentTypeID=1</link><pubDate>Tue, 05 Mar 2024 15:54:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71e06a40-b0e7-4881-b728-feec387f1a68</guid><dc:creator>geek</dc:creator><description>&lt;p&gt;Thank you for the guidance&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I followed the sample &lt;br /&gt;I have some questions&lt;/p&gt;
&lt;p&gt;1- I only managed to flash the sample to the cpunet core and can&amp;#39;t use multi image build ,but all i can see it this output &amp;ldquo;Starting nRF RPC bluetooth host&amp;rdquo; and the main function of sample is empty so i can&amp;#39;t debug the code to understand its functionality how the sample is supposed to behave ? and how to perform the multi-image build ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 Network core and application core communication</title><link>https://devzone.nordicsemi.com/thread/472087?ContentTypeID=1</link><pubDate>Mon, 04 Mar 2024 16:09:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71d167a6-d681-4f0b-82e6-d5d925ead425</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;See example in &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.2/nrf/device_guides/working_with_nrf/nrf53/nrf5340.html#full-bluetooth-le-stack"&gt;Full Bluetooth LE stack&lt;/a&gt;.&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><item><title>RE: nRF5340 Network core and application core communication</title><link>https://devzone.nordicsemi.com/thread/471985?ContentTypeID=1</link><pubDate>Mon, 04 Mar 2024 11:10:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2fae61aa-261a-4f80-b4f3-e78737ac143d</guid><dc:creator>geek</dc:creator><description>&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/amanda"&gt;Amanda Hsieh&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;could you help please&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>