<?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 to jump to bootloader in s110 with softdevice 6.2.1</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6173/how-to-jump-to-bootloader-in-s110-with-softdevice-6-2-1</link><description>I wrote code to jump from application to bootloaer in softdevice 7.1.0.
It work allright,but other module of the whole program got a trouble like this 
 devzone.nordicsemi.com/.../ 
 got a 0x2A when using iPhone 5s and iPhone 6 
 So,I&amp;#39;m now trying</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Mar 2015 16:45:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6173/how-to-jump-to-bootloader-in-s110-with-softdevice-6-2-1" /><item><title>RE: how to jump to bootloader in s110 with softdevice 6.2.1</title><link>https://devzone.nordicsemi.com/thread/21626?ContentTypeID=1</link><pubDate>Mon, 23 Mar 2015 16:45:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:918782ce-e7b0-4487-b00a-b0cc50768a7d</guid><dc:creator>jasonbu</dc:creator><description>&lt;p&gt;the issue is the whole applicaion sometimes crashed, even i put a wdt in app_sched_execute().It confused me.. maybe it&amp;#39;s about the softdevice.I&amp;#39;ve no idea. s110 7.0.0 and sdk  6.1 ? I&amp;#39;m not so sure,keil seems updated something...and i tried uninstall sdk6.1 it work all right ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to jump to bootloader in s110 with softdevice 6.2.1</title><link>https://devzone.nordicsemi.com/thread/21625?ContentTypeID=1</link><pubDate>Mon, 23 Mar 2015 16:14:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d71305b8-0295-487a-b193-80bb9d6ca0b9</guid><dc:creator>jasonbu</dc:creator><description>&lt;p&gt;so,it means if i wanna to jump from applicaion to bootloader, because of no MBR support in S110 V6.2.1.I can only manually clear the register in 0x3FC00.Got it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to jump to bootloader in s110 with softdevice 6.2.1</title><link>https://devzone.nordicsemi.com/thread/21624?ContentTypeID=1</link><pubDate>Mon, 23 Mar 2015 15:02:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84f1b6fd-fc26-4843-a23e-8af9ba960756</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Jasonbu: What kind of issue have you got with S110 v7.1.0 ? Which SDK did you use ?
I would suggest you to try the bootloader comes with SDK v8.0 with S110 v8.0 (if you use chip v2, remember to disable CPU concurrency option). It fixed the issue with bonding and ATT table caching on the phones.&lt;/p&gt;
&lt;p&gt;On softdevice v6.x and earlier, we don&amp;#39;t have the MBR that support softdevice and bootloader update so the API is a little bit different.&lt;/p&gt;
&lt;p&gt;To be able to forward the interrupts to bootloader, you may need to do it manually inthe application. We have sd_softdevice_forward_to_application() to forward to application, but not from application to bootloader.
Usually on S110v6.x, if you want to jump to bootloader, you can simply set in retention register a flag then do a softreset to jump to bootloader. The vector table is forwarded to bootloader by default when softdevice booting.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to jump to bootloader in s110 with softdevice 6.2.1</title><link>https://devzone.nordicsemi.com/thread/21623?ContentTypeID=1</link><pubDate>Sat, 21 Mar 2015 19:46:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7248b98-6780-4d49-8936-840aac550161</guid><dc:creator>jasonbu</dc:creator><description>&lt;p&gt;I try to erase the lase 1K to force bootloader not jump to applicaion ,and it worked .. any other idea?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>