<?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>Blinky doesn&amp;#39;t work on nRF52840-dongle via J-Link</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115863/blinky-doesn-t-work-on-nrf52840-dongle-via-j-link</link><description>Hi there, 
 The blinky sample worked fine on the nRF52840-dongle when programmed via the stock bootloader, but I need to flash it via J-Link to reproduce an issue. 
 When flashing blinky via J-Link, the LED doesn&amp;#39;t blink. 
 I guess I have to tweak the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 28 Oct 2024 12:30:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115863/blinky-doesn-t-work-on-nrf52840-dongle-via-j-link" /><item><title>RE: Blinky doesn't work on nRF52840-dongle via J-Link</title><link>https://devzone.nordicsemi.com/thread/508143?ContentTypeID=1</link><pubDate>Mon, 28 Oct 2024 12:30:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e50b9e9-f0fc-49b7-9b87-52a349c76034</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;You should always do a reset either soft or hard after flashing new firmware on the device.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Not sure what is the reason why, but doing a reset will make sure that the device is out of debug mode and might also related to some security thing.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;So always good to do a reset to make sure the applications starts correctly.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blinky doesn't work on nRF52840-dongle via J-Link</title><link>https://devzone.nordicsemi.com/thread/508080?ContentTypeID=1</link><pubDate>Mon, 28 Oct 2024 08:06:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4960f766-7150-49f2-a45c-cad47e886504</guid><dc:creator>mlac</dc:creator><description>&lt;p&gt;It turns out the LED started to blink after I rebooted the board with its reset button.&lt;/p&gt;
&lt;p&gt;Why do I have to reset it after flashing it?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/0882.zephyr.hex"&gt;devzone.nordicsemi.com/.../0882.zephyr.hex&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blinky doesn't work on nRF52840-dongle via J-Link</title><link>https://devzone.nordicsemi.com/thread/508073?ContentTypeID=1</link><pubDate>Mon, 28 Oct 2024 07:46:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8019f980-28cc-441a-9ca0-1f90b70eb67d</guid><dc:creator>Felix Shih</dc:creator><description>&lt;p&gt;You should check zephyr.hex, zephyr.dts mcuboot address won&amp;#39;t change.&lt;/p&gt;
&lt;p&gt;The .hex file first line should be&lt;/p&gt;
&lt;p&gt;:10&lt;span style="color:#ff0000;"&gt;0000&lt;/span&gt;00009B00204D57010053E8020039570100C2&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blinky doesn't work on nRF52840-dongle via J-Link</title><link>https://devzone.nordicsemi.com/thread/508069?ContentTypeID=1</link><pubDate>Mon, 28 Oct 2024 07:31:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:caf1213c-1c94-4486-938d-a96dce8829e6</guid><dc:creator>mlac</dc:creator><description>&lt;p&gt;I&amp;#39;ve added the suggested Kconfig options to prj.conf which now contains:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_FLASH_LOAD_OFFSET=0x0
CONFIG_BOARD_HAS_NRF5_BOOTLOADER=n&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Then, I did a pristine build, and the boot partition has not changed in build/zephyr/zephyr.dts:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;					boot_partition: partition@0 {
						label = &amp;quot;mcuboot&amp;quot;;
						reg = &amp;lt; 0x0 0x10000 &amp;gt;;
					};
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The issue persists.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blinky doesn't work on nRF52840-dongle via J-Link</title><link>https://devzone.nordicsemi.com/thread/508058?ContentTypeID=1</link><pubDate>Mon, 28 Oct 2024 06:56:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab3bdeb8-1750-47d0-b9b9-74abcd1aa67d</guid><dc:creator>Felix Shih</dc:creator><description>&lt;p&gt;try this&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/115691/how-to-generate-nrf52840-dongle-hex-file-with-using-external-j-link-to-program-and-run-directly"&gt;devzone.nordicsemi.com/.../how-to-generate-nrf52840-dongle-hex-file-with-using-external-j-link-to-program-and-run-directly&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>