<?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>How to flash code to application and network cores on nrf5340dk?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/86636/how-to-flash-code-to-application-and-network-cores-on-nrf5340dk</link><description>HI I&amp;#39;m using the nrf5340dk, and I&amp;#39;m able to flash the application core with code that toggles the LEDs. 
 But I&amp;#39;m not able to flash the network core. I&amp;#39;ve specified in the nrf5340dk_nrf5340_cpunet.overlay the flash start address as 0x0100 0000 which should</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 06 Apr 2022 11:48:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/86636/how-to-flash-code-to-application-and-network-cores-on-nrf5340dk" /><item><title>RE: How to flash code to application and network cores on nrf5340dk?</title><link>https://devzone.nordicsemi.com/thread/362068?ContentTypeID=1</link><pubDate>Wed, 06 Apr 2022 11:48:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c8d7404-a92a-43be-8cd7-fc33ce1bc46c</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, the application core starts up the network core and connects its GPIO pins. So even if you make firmware for the network core only you still need to program the application core. You can use the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/samples/nrf5340/empty_app_core/README.html#nrf5340-empty-app-core"&gt;Empty firmware for application core&lt;/a&gt; for this, for example by configuring this as a child image of your network core application. For more information on how to do this you can check out &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/ug_nrf5340.html#direct-use-of-the-radio-peripheral"&gt;Working with nRF5340 DK » Direct use of the radio peripheral&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to flash code to application and network cores on nrf5340dk?</title><link>https://devzone.nordicsemi.com/thread/361987?ContentTypeID=1</link><pubDate>Wed, 06 Apr 2022 08:31:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ede4dbc4-cc3c-4eae-a4bf-dc3aec83d585</guid><dc:creator>Pelle</dc:creator><description>&lt;p&gt;Ok thanks, it seems to work to flash both cores now!&lt;/p&gt;
&lt;p&gt;But do I need to start up the network core somehow? I read about a &amp;quot;force off&amp;quot; signal that should be released?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Because I try to toggle some LEDs on the nrf5340dk devboard from network core but nothing happens&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to flash code to application and network cores on nrf5340dk?</title><link>https://devzone.nordicsemi.com/thread/361958?ContentTypeID=1</link><pubDate>Wed, 06 Apr 2022 06:31:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41648dd2-0498-4ecc-bd18-2180ecb075fe</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You must specify&amp;nbsp; that you are programming the network core:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;nrfjprog -f NRF53 --coprocessor CP_NETWORK --program zephyr/zephyr.hex --chiperase&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>