<?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 do I program a nRF52840 Dongle with the thread CoAP example?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38413/how-do-i-program-a-nrf52840-dongle-with-the-thread-coap-example</link><description>Hello, 
 
 I&amp;#39;m trying to program a nRF52840 Dongle with the thread MTD client example by using nRF Connect but I get an error saying I need to add a SoftDevice. I thought the thread examples didn&amp;#39;t need a SoftDevice and when I try to add one it just overlaps</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 22 Jun 2020 06:36:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38413/how-do-i-program-a-nrf52840-dongle-with-the-thread-coap-example" /><item><title>RE: How do I program a nRF52840 Dongle with the thread CoAP example?</title><link>https://devzone.nordicsemi.com/thread/256092?ContentTypeID=1</link><pubDate>Mon, 22 Jun 2020 06:36:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bcdc990c-dc1f-4c9e-8fe8-4bd3c36d430b</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/f.-camplani"&gt;Francesca&lt;/a&gt;, several things may have changed since this question was posted 2 years ago, so I suggest you make a new one. You can of course link to this thread in your question. When you post the question, remember to include details about your setup (SDK version, if you use Segger Embedded studio,etc) and a bit about what you have tried thus far.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I program a nRF52840 Dongle with the thread CoAP example?</title><link>https://devzone.nordicsemi.com/thread/255997?ContentTypeID=1</link><pubDate>Fri, 19 Jun 2020 14:58:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:265c097b-2c4d-40d9-806b-49a60c9c5e52</guid><dc:creator>Francesca</dc:creator><description>&lt;p&gt;Hi, i&amp;#39;ve the same trouble.&lt;/p&gt;
&lt;p&gt;How&amp;#39;d you solve it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I program a nRF52840 Dongle with the thread CoAP example?</title><link>https://devzone.nordicsemi.com/thread/159203?ContentTypeID=1</link><pubDate>Tue, 27 Nov 2018 11:21:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8b527b8-8ca6-4128-a4a2-11d7627f3547</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Please try the&amp;nbsp;\nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\examples\thread\cli\&lt;strong&gt;usb_bootloade&lt;/strong&gt;r example without modifying anything (ie you can change the board define but is not necessary) . The usb_bootloader variant&amp;nbsp;is configured to run with the pre-programmed bootloader. I was not aware of this when I wrote the previous reply.&amp;nbsp;&lt;/p&gt;
[quote user="mrc74"]I checked the flash layout for both files and I saw that for the App section, yours goes from 0x1000 to 0x47598 and the one I got goes from 0x1000 to 0x475B0[/quote]
&lt;p&gt;&amp;nbsp;We are probably using&amp;nbsp; different version compiler versions, or optimization settings. I don&amp;#39;t think the minor size difference is related to the issue.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I program a nRF52840 Dongle with the thread CoAP example?</title><link>https://devzone.nordicsemi.com/thread/158892?ContentTypeID=1</link><pubDate>Fri, 23 Nov 2018 17:50:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab11899b-753c-415c-ac8d-feea6d343dc3</guid><dc:creator>mrc74</dc:creator><description>&lt;p&gt;I made the changes to the files in the project you mentioned, changed the preprocessor definition from&amp;nbsp;BOARD_PCA10056 to BOARD_PCA10059 rebuilt the project and then flashed it to the dongle. For some reason it does not work. I tried the hex file you included and it works fine. Is there any other change to the project I missed? I checked the flash layout for both files and I saw that for the App section, yours goes from 0x1000 to 0x47598 and the one I got goes from 0x1000 to 0x475B0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I program a nRF52840 Dongle with the thread CoAP example?</title><link>https://devzone.nordicsemi.com/thread/150945?ContentTypeID=1</link><pubDate>Mon, 01 Oct 2018 11:50:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02d55b3e-a107-472f-bc01-2baebcd30ec0</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The dongles do not have an OB segger so needs to be programmed through USB DFU using nrfutil or the programmer app in nrfconnect.&lt;/p&gt;
&lt;p&gt;I did a quick test with the cli example (nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\examples\thread\cli\usb\). Below are the changes I made. Same approach should work for the other examples as well.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-cb66d1ac0a96443bae8a890b063e4297/flash_5F00_placement.diff"&gt;devzone.nordicsemi.com/.../flash_5F00_placement.diff&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-cb66d1ac0a96443bae8a890b063e4297/emproject.diff"&gt;devzone.nordicsemi.com/.../emproject.diff&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;CLI example with modified linker settings:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-cb66d1ac0a96443bae8a890b063e4297/thread_5F00_cli_5F00_usb_5F00_pca10056.hex"&gt;devzone.nordicsemi.com/.../thread_5F00_cli_5F00_usb_5F00_pca10056.hex&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I program a nRF52840 Dongle with the thread CoAP example?</title><link>https://devzone.nordicsemi.com/thread/150742?ContentTypeID=1</link><pubDate>Thu, 27 Sep 2018 14:48:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b59da1e-dc74-4ea8-b7c8-60233cbba58a</guid><dc:creator>Aalm</dc:creator><description>&lt;p&gt;Hello! Vidar, Berg i would love instructions.&lt;/p&gt;
&lt;p&gt;I have the latest version of nRF Connect and Segger with Thread&amp;amp;ZigBee 2.0 library and J-link.. The example for thread works just fine on 10056, but with 100059 i get the same error message and Timo Jansen on nRF Connect.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I can compile the thread example for nRF DK with segger too, but for the dongle Segger gives &amp;quot;No j-link support&amp;quot; error&amp;quot;.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I program a nRF52840 Dongle with the thread CoAP example?</title><link>https://devzone.nordicsemi.com/thread/148405?ContentTypeID=1</link><pubDate>Wed, 12 Sep 2018 12:16:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5167b3a6-e75e-43ef-80aa-ff99a2ec738a</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello Timo,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You need to update the linker configuration so that the application does not overlap with the pre-programmed bootloader and MBR. If you are unsure how to do this, let me know what toolchain you use and I&amp;#39;ll update the answer with instructions.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-cb66d1ac0a96443bae8a890b063e4297/memory-layout.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>