<?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>all SVCALLs spin after updating to SDK11</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13678/all-svcalls-spin-after-updating-to-sdk11</link><description>when upgrading from SDK8 to SDK11 every SVCALL to the softdevice now just jumps to the application&amp;#39;s weak SVC_handler and &amp;quot;B .&amp;quot; spins. 
 I can make a main.c file with only this in it and it still happens: 
 int main(void)
{
nrf_clock_lf_cfg_t clock_lf_cfg</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 06 May 2016 13:42:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13678/all-svcalls-spin-after-updating-to-sdk11" /><item><title>RE: all SVCALLs spin after updating to SDK11</title><link>https://devzone.nordicsemi.com/thread/52285?ContentTypeID=1</link><pubDate>Fri, 06 May 2016 13:42:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9d0963a-c898-4cc5-8fbe-09fe94286599</guid><dc:creator>Jim Dattolo</dc:creator><description>&lt;p&gt;doh!  I was cleaning up things and must have copied a non-SD linker file into my project from stack 11.  I used to be just using the one directly from the toolchain dir under the SD but now that I am getting my projects cleaner so I can update the stack quicker I made some rules to pull in different linker files based on project settings and made a baseline set of linker files in my app dirs.  I would have expected the tools to complain about the overwrite however looking back I do a --sectorerase on that so it just cleared it out as requested.  I knew it was something simple :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: all SVCALLs spin after updating to SDK11</title><link>https://devzone.nordicsemi.com/thread/52284?ContentTypeID=1</link><pubDate>Fri, 06 May 2016 06:41:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a8a2a28-a930-4287-9c67-ccd05803eb63</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Your RAM setting are OK but your FLASH settings are NOT OK. You are compiling your application to flash at address 0x0. So when you flash your application it is overriding the softdevice (normally i expected KEIL flash to fail if the application is trying to write to softdevice flash area)&lt;/p&gt;
&lt;p&gt;You have to change the FLASH settings depending on which softdevice (S110,S120 or S130) and whic version of softdevice you are using. If you are using the softdevice hex file from the SDK11 folders, then it must be version 2.0.0. Please look at &lt;a href="https://devzone.nordicsemi.com/blogs/723/rom-and-ram-management/"&gt;this&lt;/a&gt; blogpost to see the RAM and ROM(Flash) settings that you need to put for your application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>