<?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>Bootloader, Application, Softdevice 8.0 mergehex problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8097/bootloader-application-softdevice-8-0-mergehex-problem</link><description>When trying to merge the Bootloader, Application, Softdevice 8.0 together I keep getting the error
&amp;quot;ERROR: The hex files cannot be merged since there are conflicts&amp;quot;
(happens between the application and bootloader hex files) 
 As far as I can tell from</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Aug 2015 08:41:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8097/bootloader-application-softdevice-8-0-mergehex-problem" /><item><title>RE: Bootloader, Application, Softdevice 8.0 mergehex problem</title><link>https://devzone.nordicsemi.com/thread/29055?ContentTypeID=1</link><pubDate>Mon, 03 Aug 2015 08:41:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9839033-4d9d-44e0-85a4-e55a617eaf67</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Which tool did you use to merge? Use mergehex tool
I used this tool with files having different values loaded with 05 record types and it just ignored it as it is not used in our chip.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bootloader, Application, Softdevice 8.0 mergehex problem</title><link>https://devzone.nordicsemi.com/thread/29056?ContentTypeID=1</link><pubDate>Fri, 31 Jul 2015 14:43:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef20eda9-1737-43b4-b27b-441bb01faf13</guid><dc:creator>Nate</dc:creator><description>&lt;p&gt;I did, basically the last lines of the app and bootloader where trying to write the same thing to the same place. So manually removing it from one of the files and then merging them worked. I wish I knew why it is doing that though. I have to do it every time I regenerate the files. See my first comment for how i did it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bootloader, Application, Softdevice 8.0 mergehex problem</title><link>https://devzone.nordicsemi.com/thread/29054?ContentTypeID=1</link><pubDate>Fri, 31 Jul 2015 09:53:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7dd2544b-f2ce-483e-ac9a-567032d4b94d</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;didi you manage to solve this Nate?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bootloader, Application, Softdevice 8.0 mergehex problem</title><link>https://devzone.nordicsemi.com/thread/29057?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2015 17:09:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc6f2893-41a6-4a17-896e-b886543b8549</guid><dc:creator>Nate</dc:creator><description>&lt;p&gt;Ok an update
Going through the hex files generated by Keil, the last few lines are the only ones that seem to overlap.&lt;/p&gt;
&lt;p&gt;Application last 4 lines
:020000041000EA
:0410140000C0030015
:04000005000180C1B5
:00000001FF&lt;/p&gt;
&lt;p&gt;Bootloader last 4 lines
:020000041000EA
:0410140000C0030015
:040000050003C0C173
:00000001FF&lt;/p&gt;
&lt;p&gt;As far as I can tell it is setting the EIP register to set where to start running after uploading. If I manualy go and remove the lines
:020000041000EA
:0410140000C0030015
:04000005000180C1B5
from the application hex file it then merges just fine. Is there a setting in keil so that i dont have to do it manualy.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>