<?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>Unable to flash hex file on nRF52840 USB Dongle using nRF Programmer tool</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/98689/unable-to-flash-hex-file-on-nrf52840-usb-dongle-using-nrf-programmer-tool</link><description>Hello Team, 
 
 
 
 I have started studying OpenThread. To test an OpenThread application, I bought an nRF52840 USB dongle. 
 I have built the FTD example using the following steps: 
 
 Reference: https://openthread.io/codelabs/openthread-hardware#4 </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 26 Apr 2023 06:41:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/98689/unable-to-flash-hex-file-on-nrf52840-usb-dongle-using-nrf-programmer-tool" /><item><title>RE: Unable to flash hex file on nRF52840 USB Dongle using nRF Programmer tool</title><link>https://devzone.nordicsemi.com/thread/422424?ContentTypeID=1</link><pubDate>Wed, 26 Apr 2023 06:41:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6daf622b-92ae-4fbf-9f17-68b7713a2427</guid><dc:creator>beparas</dc:creator><description>&lt;p&gt;Thanks for your help,&lt;br /&gt;&lt;br /&gt;The following set of command works for me&lt;br /&gt;&lt;br /&gt;$ cd ~/src/ot-nrf528xx&lt;br /&gt;$ rm -rf build&lt;br /&gt;$ script/build nrf52840 USB_trans -DOT_BOOTLOADER=USB -DOT_JOINER=ON -DOT_COMMISSIONER=ON&lt;br /&gt;$ cd ~/src/ot-nrf528xx/build/bin&lt;br /&gt;$ arm-none-eabi-objcopy -O ihex ot-cli-ftd ot-cli-ftd.hex&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to flash hex file on nRF52840 USB Dongle using nRF Programmer tool</title><link>https://devzone.nordicsemi.com/thread/420201?ContentTypeID=1</link><pubDate>Thu, 13 Apr 2023 11:10:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4bfdde8b-e28d-400b-9580-4aa65521e6a1</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please use the Thread samples in nRF Connect SDK instead. You can find the documentation for the samples here: &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.3.0/nrf/samples/thread.html"&gt;nRF Connect SDK - Thread samples&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The write button is disabled because the firmware you are trying to upload to the dongle overlaps with the MBR (Master Boot Record) on the dongle. You can see this by hovering over the regions in the Programmer app. The MBR occupies 0 - 0xFFF, so applications must start at 0x1000. This is handled automatically in nRF Connect SDK when you build for the nRF52840 Dongle.&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></channel></rss>