<?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 Thread NCP on nRF52840dongle</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/76778/unable-to-flash-thread-ncp-on-nrf52840dongle</link><description>Hi Support, 
 I have nRF52840 Dongle (PCA10059) on which i am trying to flash thread ncp example as explained here ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fstruct_sdk%2Fstruct%2Fsdk_thread_zigbee_latest.html --&amp;gt; 
 Option B: Flashing the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 08 Jul 2021 10:32:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/76778/unable-to-flash-thread-ncp-on-nrf52840dongle" /><item><title>RE: Unable to flash Thread NCP on nRF52840dongle</title><link>https://devzone.nordicsemi.com/thread/319119?ContentTypeID=1</link><pubDate>Thu, 08 Jul 2021 10:32:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be59dfd5-5b66-4903-9bb8-cc917eb68611</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Sorry for the late reply, I see you are still struggling with this.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s normal to get some error after sucessfully flashing the dongle, as the application will be running instead of the dongle going into &amp;quot;DFU mode/bootloader&amp;quot;. Only if you are using USB SDFU protocol you will able to connect to the dongle again. You may see this message right after programming:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1625740050908v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;And you will need to press the reset button in the dongle to go into bootloader mode again.&lt;/p&gt;
&lt;p&gt;Have you tried to test if the application is running as intended after the programming with the nRF Connect programmer app? Because it could looked as if it was successfully programmed.&lt;/p&gt;
&lt;p&gt;You can also double check that the NCP application is built with FLASH_START at 0x1000 so there is space for the dongle&amp;#39;s MBR.&lt;/p&gt;
&lt;p&gt;When using nrfutil, remember to set the dongle in bootloader mode before running it.&lt;/p&gt;
&lt;p&gt;You could also test using another PC, just to make sure this is not an USB transfer issue.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to flash Thread NCP on nRF52840dongle</title><link>https://devzone.nordicsemi.com/thread/317656?ContentTypeID=1</link><pubDate>Tue, 29 Jun 2021 09:56:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6b4e84b-331e-4c3d-accc-c00e84fb0527</guid><dc:creator>nagesh.shamnur</dc:creator><description>&lt;p&gt;i even tried flashing using nrf-utill but get the error. log as below:&lt;/p&gt;
&lt;p&gt;$ nrfutil pkg generate --hw-version 52 --sd-req=0x00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --application build/zephyr/zephyr.hex&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --application-version 1 ot-rcp.zip&lt;/p&gt;
&lt;p&gt;$ nrfutil dfu usb-serial -pkg ot-rcp.zip -p /dev/ttyACM0&lt;br /&gt;&lt;br /&gt;Traceback (most recent call last):&lt;br /&gt;&amp;nbsp; File &amp;quot;/usr/local/bin/nrfutil&amp;quot;, line 8, in &amp;lt;module&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sys.exit(cli())&lt;br /&gt;&amp;nbsp; File &amp;quot;/home/ohos-bld/.local/lib/python3.8/site-packages/click/core.py&amp;quot;, line 829, in __call__&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return self.main(*args, **kwargs)&lt;br /&gt;&amp;nbsp; File &amp;quot;/home/ohos-bld/.local/lib/python3.8/site-packages/click/core.py&amp;quot;, line 782, in main&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rv = self.invoke(ctx)&lt;br /&gt;&amp;nbsp; File &amp;quot;/home/ohos-bld/.local/lib/python3.8/site-packages/click/core.py&amp;quot;, line 1259, in invoke&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return _process_result(sub_ctx.command.invoke(sub_ctx))&lt;br /&gt;&amp;nbsp; File &amp;quot;/home/ohos-bld/.local/lib/python3.8/site-packages/click/core.py&amp;quot;, line 1259, in invoke&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return _process_result(sub_ctx.command.invoke(sub_ctx))&lt;br /&gt;&amp;nbsp; File &amp;quot;/home/ohos-bld/.local/lib/python3.8/site-packages/click/core.py&amp;quot;, line 1066, in invoke&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return ctx.invoke(self.callback, **ctx.params)&lt;br /&gt;&amp;nbsp; File &amp;quot;/home/ohos-bld/.local/lib/python3.8/site-packages/click/core.py&amp;quot;, line 610, in invoke&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return callback(*args, **kwargs)&lt;br /&gt;&amp;nbsp; File &amp;quot;/usr/local/lib/python3.8/dist-packages/nordicsemi/__main__.py&amp;quot;, line 1014, in usb_serial&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; do_serial(package, port, connect_delay, flow_control, packet_receipt_notification, baud_rate, serial_number, False,&lt;br /&gt;&amp;nbsp; File &amp;quot;/usr/local/lib/python3.8/dist-packages/nordicsemi/__main__.py&amp;quot;, line 970, in do_serial&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dfu.dfu_send_images()&lt;br /&gt;&amp;nbsp; File &amp;quot;/usr/local/lib/python3.8/dist-packages/nordicsemi/dfu/dfu.py&amp;quot;, line 127, in dfu_send_images&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self._dfu_send_image(self.manifest.application)&lt;br /&gt;&amp;nbsp; File &amp;quot;/usr/local/lib/python3.8/dist-packages/nordicsemi/dfu/dfu.py&amp;quot;, line 88, in _dfu_send_image&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.dfu_transport.open()&lt;br /&gt;&amp;nbsp; File &amp;quot;/usr/local/lib/python3.8/dist-packages/nordicsemi/dfu/dfu_transport_serial.py&amp;quot;, line 216, in open&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.__set_prn()&lt;br /&gt;&amp;nbsp; File &amp;quot;/usr/local/lib/python3.8/dist-packages/nordicsemi/dfu/dfu_transport_serial.py&amp;quot;, line 360, in __set_prn&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.__get_response(DfuTransportSerial.OP_CODE['SetPRN'])&lt;br /&gt;&amp;nbsp; File &amp;quot;/usr/local/lib/python3.8/dist-packages/nordicsemi/dfu/dfu_transport_serial.py&amp;quot;, line 491, in __get_response&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise NordicSemiException(&amp;#39;Unexpected Executed OP_CODE.\n&amp;#39; \&lt;br /&gt;pc_ble_driver_py.exceptions.NordicSemiException: Unexpected Executed OP_CODE.&lt;br /&gt;Expected: 0x02 Received: 0x7E&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to flash Thread NCP on nRF52840dongle</title><link>https://devzone.nordicsemi.com/thread/317655?ContentTypeID=1</link><pubDate>Tue, 29 Jun 2021 09:55:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ceba1ca1-0437-4218-a2b2-f149ed3d2ed1</guid><dc:creator>nagesh.shamnur</dc:creator><description>&lt;p&gt;any update on this issue? thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to flash Thread NCP on nRF52840dongle</title><link>https://devzone.nordicsemi.com/thread/317376?ContentTypeID=1</link><pubDate>Mon, 28 Jun 2021 06:18:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d805ec4a-8d0d-4abe-a8ff-2302d70bf387</guid><dc:creator>nagesh.shamnur</dc:creator><description>&lt;p&gt;I had raised similar issue in the past also, but it doesn&amp;#39;t seem to work. Can you please help me on this issue.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/75456/unable-to-run-ble-samle-on-my-nrf52840-dongle-using-nrf-connect-desktop-application"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/75456/unable-to-run-ble-samle-on-my-nrf52840-dongle-using-nrf-connect-desktop-application&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Due to this issue, i am unable to use both the nRF52840Dongles which i have purchase recently. I am facing same issue with both of them.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>