<?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>nrfjprog error for merged_domains.hex on nRF5340</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114461/nrfjprog-error-for-merged_domains-hex-on-nrf5340</link><description>nRF5340 NCS 2.6.1 nrfjprog 10.18.1 
 My project is based on coap_client and also uses MCUBOOT. 
 I can program both cores using VS Code, and I notice it splits merged_domains.hex into separate files for the application cpu and network core cpu. It programs</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 04 Sep 2024 11:31:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114461/nrfjprog-error-for-merged_domains-hex-on-nrf5340" /><item><title>RE: nrfjprog error for merged_domains.hex on nRF5340</title><link>https://devzone.nordicsemi.com/thread/501138?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2024 11:31:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b420c48-1191-45b6-8b2a-1d5fdfb8ebc7</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Mary,&lt;/p&gt;
&lt;p&gt;Older versions of nrfjprog do not support programming both cores simultaneously. You must use v10.21.0 or newer for this. You can download newer versions from here: &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nrf-command-line-tools/download"&gt;https://www.nordicsemi.com/Products/Development-tools/nrf-command-line-tools/download&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can also program the application and network core separately by using the firmware images for each core. Typically, these will be located in build/zephyr and build/&lt;em&gt;&amp;lt;netcore_image&amp;gt;&lt;/em&gt;/zephyr. For example, for Peripheral LBS:&lt;/p&gt;
&lt;p&gt;Network core:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;nrfjprog -f NRF53 --coprocessor CP_NETWORK --program build/hci_ipc/zephyr/merged_CPUNET.hex --chiperase&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Application core:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;nrfjprog -f NRF53 --program zephyr/merged.hex --chiperase&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Reset the device:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;nrfjprog --pinreset&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Make sure to program the network core before the application core if you program them separately.&lt;code&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfjprog error for merged_domains.hex on nRF5340</title><link>https://devzone.nordicsemi.com/thread/501059?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2024 04:19:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8b0774e5-0d62-4741-af61-552b97650145</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;That &lt;code&gt;nrfjprog &lt;/code&gt;command is missing its &lt;code&gt;--family nrf53 &lt;/code&gt;argument. That is why you get the address error.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>