<?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/"><channel><title>Flashing SoftDevice directly from ARM Keil uVision and Makefile (nRF51 SDK 8.0.0)</title><link>/nordic/nordic-blog/b/blog/posts/flashing-softdevice-directly-from-arm-keil-uvision</link><description>Since nRF51 SDK version 8.0.0 SoftDevices binary files have become a part of the release. In order to make it easier to flash proper type and version of SoftDevice a new feature was added: each project that is using SoftDevice contains additional tar</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><item><title>RE: Flashing SoftDevice directly from ARM Keil uVision and Makefile (nRF51 SDK 8.0.0)</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/flashing-softdevice-directly-from-arm-keil-uvision</link><pubDate>Tue, 07 Apr 2015 19:36:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1e69e56-ef69-49b5-8c5d-0a291034fc91</guid><dc:creator>michael.crapse</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;GCC on *nix systems use the following code in the makefile&lt;/p&gt;
&lt;pre&gt;.PHONY: flash
flash: release flash.jlink
	$(JLINK) flash.jlink
flash.jlink:
	printf &amp;quot;r\nloadbin $(OUTPUT_BINARY_DIRECTORY)/$(OUTPUT_FILENAME).bin $(FLASH_START_ADDRESS)\nsleep 500\nr\ng\nexit\n&amp;quot; &amp;gt; flash.jlink

.PHONY: flash_softdevice
flash_softdevice:	 
	rm flash_softdevice.jlink
	printf &amp;quot;r \nw4 4001e504 1\nloadbin  $(SOFT_DEVICE_PATH)/$(SOFTDEVICE_NAME)&amp;quot; &amp;gt; flash_softdevice.jlink
	$(JLINK) flash_softdevice.jlink
&lt;/pre&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=795&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Flashing SoftDevice directly from ARM Keil uVision and Makefile (nRF51 SDK 8.0.0)</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/flashing-softdevice-directly-from-arm-keil-uvision</link><pubDate>Fri, 27 Mar 2015 20:29:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1e69e56-ef69-49b5-8c5d-0a291034fc91</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Yes it is possible to flash using CMSIS-DAP.   See here &lt;a rel="nofollow" target="_blank" href="http://embeddedsoftdev.blogspot.ca/p/ehal-nrf51.html"&gt;embeddedsoftdev.blogspot.ca/.../ehal-nrf51.html&lt;/a&gt;&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=795&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Flashing SoftDevice directly from ARM Keil uVision and Makefile (nRF51 SDK 8.0.0)</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/flashing-softdevice-directly-from-arm-keil-uvision</link><pubDate>Thu, 19 Mar 2015 12:04:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1e69e56-ef69-49b5-8c5d-0a291034fc91</guid><dc:creator>westhouse</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;If it&amp;#39;s possible to flash nrf51822 softdevice 8 or 7 with CMSIS-DAP compatible programmer?
And the same question for bootloader flashing?
Thanks&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=795&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>