<?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>Using Segger Embedded Studios -- How to Build Project with SDK v16.0.0 and Soft device S113</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56942/using-segger-embedded-studios----how-to-build-project-with-sdk-v16-0-0-and-soft-device-s113</link><description>Hello, 
 
 I am starting a new project and we are using the following: 
 -NRF52840 
 -SDK v16.0.0 
 -pca10056 (NRF52849 DK) 
 After downloading the SDK, I was able to build the project &amp;quot;ble_app_hrs_freertos&amp;quot; successfully and get it to run with soft device</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 08 Mar 2021 12:19:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56942/using-segger-embedded-studios----how-to-build-project-with-sdk-v16-0-0-and-soft-device-s113" /><item><title>RE: Using Segger Embedded Studios -- How to Build Project with SDK v16.0.0 and Soft device S113</title><link>https://devzone.nordicsemi.com/thread/298353?ContentTypeID=1</link><pubDate>Mon, 08 Mar 2021 12:19:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44cf72b7-6f34-4742-9d72-4d496a2f0bfc</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Good to know that it was caused by the debugger settings. Thank you for the update.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using Segger Embedded Studios -- How to Build Project with SDK v16.0.0 and Soft device S113</title><link>https://devzone.nordicsemi.com/thread/298190?ContentTypeID=1</link><pubDate>Fri, 05 Mar 2021 20:59:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2ed913d-cf13-40cc-9988-5e4dfb265d49</guid><dc:creator>Sami</dc:creator><description>&lt;p&gt;Actually, the same approach works. I had a case of mixed of J-link connection downloading to the incorrect target.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using Segger Embedded Studios -- How to Build Project with SDK v16.0.0 and Soft device S113</title><link>https://devzone.nordicsemi.com/thread/298020?ContentTypeID=1</link><pubDate>Fri, 05 Mar 2021 10:57:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ccc8286d-dfa6-4ff3-beb2-2d820bae4a5c</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The same approach should work with SDK 17, so not sure what is triggering the vector catch (fault exception). Could it be the RAM configuration maybe? I would suggest that you try to compare your linker settings with those that are used for the ble_app_uart s113 project here nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_uart\pca10056\s113\&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using Segger Embedded Studios -- How to Build Project with SDK v16.0.0 and Soft device S113</title><link>https://devzone.nordicsemi.com/thread/297913?ContentTypeID=1</link><pubDate>Thu, 04 Mar 2021 20:50:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a9c2a35-7e98-4864-ba20-5f0f0ad7c1b2</guid><dc:creator>Sami</dc:creator><description>&lt;p&gt;Hello, I&amp;#39;m now using S113, but v7.2.0. I modified the .emProject file to replace all S140 and s140 with &amp;quot;S113&amp;quot; and &amp;quot;s113&amp;quot; respectively. I changed the Start Address in Flash to be 0x1C000 bytes as well. I&amp;#39;m getting a &lt;strong&gt;vector catch&amp;nbsp;&lt;/strong&gt;. I&amp;#39;m using SES 4.42a with NRF52840 devKit (PCA10056, 2.0.1, 2020.43, 683307444). I&amp;#39;m using SDK 17.0.2 for the ble_peripheral HRS example project. Anything new that I have to modify in order to migrate from S140 to S113?&lt;/p&gt;
&lt;pre&gt;&lt;br /&gt;&lt;br /&gt;Preparing target for download
Executing Reset script TargetInterface.resetAndStop()
Reset: Halt core after reset via DEMCR.VC_CORERESET.
Reset: Reset device via AIRCR.SYSRESETREQ.
Downloading ?s113_nrf52_7.2.0_softdevice.hex? to J-Link
Programming 2.7 KB of addresses 00000000 ? 00000aff
Programming 105.1 KB of addresses 00001000 ? 0001b4ab
J-Link: Flash download: Bank 0 @ 0x00000000: Skipped. Contents already match
Download successful
Downloading ?ble_app_hrs_pca10056_s113.elf? to J-Link
Programming 73.4 KB of addresses 0001c000 ? 0002e5fb
Programming 0.0 KB of addresses 0002e5fc ? 0002e60f
Programming 21.0 KB of .rodata addresses 0002e610 ? 00033a6b
Programming 0.1 KB of addresses 00033a6c ? 00033ad3
J-Link: Flash download: Bank 0 @ 0x00000000: Skipped. Contents already match
Download successful
&lt;strong&gt;Stopped by vector catch&lt;/strong&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using Segger Embedded Studios -- How to Build Project with SDK v16.0.0 and Soft device S113</title><link>https://devzone.nordicsemi.com/thread/231271?ContentTypeID=1</link><pubDate>Mon, 27 Jan 2020 22:48:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3315c730-172d-40fe-9c77-9543bf7bf04d</guid><dc:creator>Sami</dc:creator><description>&lt;p&gt;This response was perfect and now my project is running with S113 seamlessly.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using Segger Embedded Studios -- How to Build Project with SDK v16.0.0 and Soft device S113</title><link>https://devzone.nordicsemi.com/thread/230930?ContentTypeID=1</link><pubDate>Fri, 24 Jan 2020 16:46:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12f47e51-ecb3-4fe9-a8b9-51bac9903a66</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The easiest approach&amp;nbsp;is probably to open the *.emProject file in a text editor, do a &amp;quot;search and replace&amp;quot; for all occurrences of S140 and s140 (case sensitive).&amp;nbsp; Then in the same file, update the application start address in flash, so it corresponds with the size of the new Softdevice&amp;nbsp;(s113 v7.x is 0x1C000 bytes - &lt;a href="https://infocenter.nordicsemi.com/topic/sds_s113/SDS/s1xx/mem_usage/mem_resource_map_usage.html"&gt;Memory resource map and usage&lt;/a&gt;).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;span&gt;ble_app_hrs_freertos s113 port:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-8cac6de985494dda9d4ac23f0a45303e/s113.zip"&gt;devzone.nordicsemi.com/.../s113.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>