<?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>BLE tutorial for SDK 14.0.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25529/ble-tutorial-for-sdk-14-0-0</link><description>Hi, 
 Is there any tutorial already for the version 14.0.0 of the SDK (nRF52, more specifically I am using nRF52832)? I would like to know how to configure Advertising, and create Services and Characteristics. The tutorials on the Tutorials page here</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 29 Sep 2017 07:25:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25529/ble-tutorial-for-sdk-14-0-0" /><item><title>RE: BLE tutorial for SDK 14.0.0</title><link>https://devzone.nordicsemi.com/thread/100644?ContentTypeID=1</link><pubDate>Fri, 29 Sep 2017 07:25:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1cb06478-7fb5-4311-96e0-8e526b1a759c</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;You should be able to compile the example with out any linker errors if you pull the latest version from the repo, see the edited answer above. In order to modify the memory settings you need to modify the
memory section in the linker script(ble_app_template_gcc_nrf52.ld) found in pca10040\s132\armgcc, i.e.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;MEMORY
{
  FLASH (rx) : ORIGIN = 0x23000, LENGTH = 0x5d000
  RAM (rwx) :  ORIGIN = 0x200020F0, LENGTH = 0xdf10
}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE tutorial for SDK 14.0.0</title><link>https://devzone.nordicsemi.com/thread/100645?ContentTypeID=1</link><pubDate>Thu, 28 Sep 2017 17:55:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30055923-d815-46cf-9fed-f31ea76e71f7</guid><dc:creator>Ilidio</dc:creator><description>&lt;p&gt;Thank you Bjørn!
Yes, I am using gcc+make. Your new Makefile compiles all sources, but when linking, it returns some errors (undefined references to ble_cus_custom_value_update, ble_cus_init and ble_cus_on_ble_evt).
Another question I have: since I am not using Keil, where should I go about changing the memory parameters (IRAM1 in &amp;quot;Options for Target&amp;quot;)?
Thanks a lot,
Ilidio.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE tutorial for SDK 14.0.0</title><link>https://devzone.nordicsemi.com/thread/100643?ContentTypeID=1</link><pubDate>Thu, 28 Sep 2017 14:28:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0d4c7f3-efa9-421b-9e74-a7dc3bacecfb</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Ilidio,&lt;/p&gt;
&lt;p&gt;I have updated the tutorial in the GitHub repo to be compatible with SDK v14.0.0. Could you see if you get it to compile now?&lt;/p&gt;
&lt;p&gt;Note: I&amp;#39;ve only tested it with Keil. Let me know if you need to compile it with Make and gcc.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Edit (29.09.17):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The example should now compile with make and gcc. I commited and pushed the following changes to the repo&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Added missing references to the ble_cus.c file in the Makefile&lt;/li&gt;
&lt;li&gt;Added missing include path for ble_cus.h in the Makefile&lt;/li&gt;
&lt;li&gt;Modified the linker script RAM according to step 3 in the tutorial.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>