<?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>Segger SES and nRF5 SDK setting, building and executing examples</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/98855/segger-ses-and-nrf5-sdk-setting-building-and-executing-examples</link><description>Hello, I&amp;#39;m super beginner for ble. 
 I have a DK board, nRF51-DK, and trying to learn how to use DK board, Segger SES and nRF5 SDK. 
 
 board : nRF51-DK 
 SES : version 7.12a 
 SDK : 12.3.0 
 
 experience : connecting nRF51-DK and PC through USB cable</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 23 Apr 2023 20:06:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/98855/segger-ses-and-nrf5-sdk-setting-building-and-executing-examples" /><item><title>RE: Segger SES and nRF5 SDK setting, building and executing examples</title><link>https://devzone.nordicsemi.com/thread/421901?ContentTypeID=1</link><pubDate>Sun, 23 Apr 2023 20:06:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd2b9a71-a7ed-434d-beac-480f1dd7252e</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;You are using an older SDK without support for SES.&lt;/p&gt;
&lt;p&gt;Please take a look at the documentation on how this can be solved: &lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/ug_gsg_ses/UG/gsg/import_ses.html"&gt;https://infocenter.nordicsemi.com/topic/ug_gsg_ses/UG/gsg/import_ses.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Br, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger SES and nRF5 SDK setting, building and executing examples</title><link>https://devzone.nordicsemi.com/thread/421152?ContentTypeID=1</link><pubDate>Wed, 19 Apr 2023 06:51:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4650f61b-2612-4e35-8c16-1c8f01cdd5d2</guid><dc:creator>escape_earth</dc:creator><description>&lt;p&gt;I have read the example document in infocenter.&lt;/p&gt;
&lt;p&gt;It doesn&amp;#39;t help anything for me. I know how this example works and checked with the pre-compiled hex file. The pre-compiled hex works well and DK-board returns letters I sent in PC terminal.&lt;/p&gt;
&lt;p&gt;So I want to build, download and check again with the example project in SES.&lt;/p&gt;
&lt;p&gt;Is the example built by SES well ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Same operation with the pre-compiled hex ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;SES works well with debug and download ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I want to know above.&lt;/p&gt;
&lt;p&gt;Like I said, I tried to import the example, build and download in SES.&lt;/p&gt;
&lt;p&gt;build - good, download -good, but DK board doesn&amp;#39;t work like the pre-compiled hex file.&lt;/p&gt;
&lt;p&gt;I mean I can&amp;#39;t understand why DK board doesn&amp;#39;t work with my hex file built in SES.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger SES and nRF5 SDK setting, building and executing examples</title><link>https://devzone.nordicsemi.com/thread/421148?ContentTypeID=1</link><pubDate>Wed, 19 Apr 2023 06:16:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6163d4b3-4999-468a-aed8-72271ddbb330</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Correct. You don&amp;#39;t need the SD for the peripheral UART example.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But you could still test the pre-compiled hex file for the UART example. Just to see that it works.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can find the example documentation here:&amp;nbsp;&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.3.0/uart_example.html"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.3.0/uart_example.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is a section describing how to test the UART example.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Br,&amp;nbsp;&lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger SES and nRF5 SDK setting, building and executing examples</title><link>https://devzone.nordicsemi.com/thread/421126?ContentTypeID=1</link><pubDate>Tue, 18 Apr 2023 23:50:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f84dfde6-978a-4b79-b8ed-0eee5be12322</guid><dc:creator>escape_earth</dc:creator><description>&lt;p&gt;Hello Joakim,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you for your kind reply.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Um.. I tried just a &amp;quot;peripheral&amp;quot;, not ble,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1681861589281v1.png" alt=" " /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1681861613073v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;It also need the softdevice with peripheral example ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It doesn&amp;#39;t need the softdevice when I tried the example - peripheral - blinky.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger SES and nRF5 SDK setting, building and executing examples</title><link>https://devzone.nordicsemi.com/thread/421003?ContentTypeID=1</link><pubDate>Tue, 18 Apr 2023 11:31:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8433a97a-2dd6-4acb-9ca7-5a5f0ad26039</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I assume that you are using the ble_app_uart example?&lt;/p&gt;
&lt;p&gt;I suspect that this is happening because you haven&amp;#39;t uploaded the softdevice to your DK.&amp;nbsp;The BLE examples require the softdevice to be present.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So when you are flashing your device (I suggest using the nRF Programmer application which is part of nRF Connect for desktop) you also need to flash the appropriate SD hex file.&amp;nbsp;&lt;br /&gt;There is also a pre-compiled hex file with the SD included available in the SDK. You can find that in the nrf5_sdk/example/ble_peripheral/x_sample/hex. You would have to choose the hex file for PCA10028 (which is the nRF51-DK) and softdevice S130.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you have any further questions, please let me know.&lt;/p&gt;
&lt;p&gt;Br,&amp;nbsp;&lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>