<?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>Example nAN-36 problem, not compiling</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1177/example-nan-36-problem-not-compiling</link><description>Hi developers, 
 I&amp;#39;ve found the nAN-36 file and tried to follow the steps in it. That was impossible for me, I got lost bigtime.
Then I found the folly completed project and copied the ble_lbs.c, ble_lbs.h and main.c tot the folder I was working in</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 18 Apr 2014 18:16:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1177/example-nan-36-problem-not-compiling" /><item><title>RE: Example nAN-36 problem, not compiling</title><link>https://devzone.nordicsemi.com/thread/5513?ContentTypeID=1</link><pubDate>Fri, 18 Apr 2014 18:16:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8fe05a49-cea8-473d-a1d2-6b99661a5e78</guid><dc:creator>julian</dc:creator><description>&lt;p&gt;ok, found, using nrf_gpio_cfg_sense_input&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example nAN-36 problem, not compiling</title><link>https://devzone.nordicsemi.com/thread/5512?ContentTypeID=1</link><pubDate>Fri, 18 Apr 2014 18:13:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e99a7e1-2e3a-4575-adc5-abcc2a5d75d1</guid><dc:creator>julian</dc:creator><description>&lt;p&gt;there is one difference between them,
nrf_gpio_cfg_input use GPIO_PIN_CNF_SENSE_Disabled
but  GPIO_WAKEUP_BUTTON_CONFIG use GPIO_PIN_CNF_SENSE_Low&lt;/p&gt;
&lt;p&gt;is it still ok to replace?&lt;/p&gt;
&lt;p&gt;static __INLINE void nrf_gpio_cfg_input(uint32_t pin_number, nrf_gpio_pin_pull_t pull_config)
{
/*lint -e{845} // A zero has been given as right argument to operator &amp;#39;|&amp;#39;&amp;quot; */
NRF_GPIO-&amp;gt;PIN_CNF[pin_number] = (GPIO_PIN_CNF_SENSE_Disabled &amp;lt;&amp;lt; GPIO_PIN_CNF_SENSE_Pos)
| (GPIO_PIN_CNF_DRIVE_S0S1 &amp;lt;&amp;lt; GPIO_PIN_CNF_DRIVE_Pos)
| (pull_config &amp;lt;&amp;lt; GPIO_PIN_CNF_PULL_Pos)
| (GPIO_PIN_CNF_INPUT_Connect &amp;lt;&amp;lt; GPIO_PIN_CNF_INPUT_Pos)
| (GPIO_PIN_CNF_DIR_Input &amp;lt;&amp;lt; GPIO_PIN_CNF_DIR_Pos);
}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example nAN-36 problem, not compiling</title><link>https://devzone.nordicsemi.com/thread/5511?ContentTypeID=1</link><pubDate>Sun, 13 Apr 2014 08:16:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e583bcb5-6996-4ae5-995a-f0b4d678053e</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;GPIO_LED_CONFIG() is used in leds_init().  replace it with nrf_gpio_cfg_output().
replace GPIO_WAKEUP_BUTTON_CONFIG with n/f_gpio_cfg_input
comment out the line #include &amp;quot;ble_stack_handler.h&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example nAN-36 problem, not compiling</title><link>https://devzone.nordicsemi.com/thread/5510?ContentTypeID=1</link><pubDate>Fri, 11 Apr 2014 21:17:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2e46728-a262-436e-993e-50adc5371d12</guid><dc:creator>Mark</dc:creator><description>&lt;p&gt;I am new to this and was trying to get the temp app working as well.  I cannot even download the older version of SDK v4.4.2.  Please help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example nAN-36 problem, not compiling</title><link>https://devzone.nordicsemi.com/thread/5506?ContentTypeID=1</link><pubDate>Sun, 29 Dec 2013 05:01:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d97c35c-22f3-463a-9424-c9312b649cd1</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;Hi Roy,
I wanted to know if you found an answer for theese errors, because I just had the same...&lt;/p&gt;
&lt;p&gt;linking...
._build\ble_app_template.axf: Error: L6218E: Undefined symbol GPIO_LED_CONFIG (referred from main.o).
._build\ble_app_template.axf: Error: L6218E: Undefined symbol GPIO_WAKEUP_BUTTON_CONFIG (referred from main.o).
._build\ble_app_template.axf: Error: L6218E: Undefined symbol sd_app_event_wait (referred from main.o).
Not enough information to list image symbols.
Finished: 1 information, 0 warning and 3 error messages.
&amp;quot;._build\ble_app_template.axf&amp;quot; - 3 Error(s), 7 Warning(s).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example nAN-36 problem, not compiling</title><link>https://devzone.nordicsemi.com/thread/5509?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2013 16:18:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21f2e797-ba56-422a-96a1-e4906cd2284d</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I am afraid we will not have an update for the app note soon. Furthermore your chip is an older version (version one) and is not officially supported by the SDK v5.x and S110 v6.x. Please refer to the nWP18 migration note :
&lt;a target="_blank" href="https://www.nordicsemi.com/eng/nordic/download_resource/24719/2/62759321" rel="nofollow"&gt;https://www.nordicsemi.com/eng/nordic/download_resource/24719/2/62759321&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;My suggestion for you is to first get started with SDK v4.x, S110 v5.x and the nAN36.
However, for further development, it is strongly recommended to move to the new SDK and S110 softdevice.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example nAN-36 problem, not compiling</title><link>https://devzone.nordicsemi.com/thread/5508?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2013 15:42:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0dc3d42-d7ac-42db-bee6-2e69e327f860</guid><dc:creator>Roy</dc:creator><description>&lt;p&gt;I am currently using SDK V5.0.0 and Softdevice 6.0.0.5, that&amp;#39;s not quite compatible :D&lt;/p&gt;
&lt;p&gt;The chip im using is an QFAACA, a relative older chip. Does that matter?&lt;/p&gt;
&lt;p&gt;Is Nordic Semiconductors making an update to the nAN-36 for this set-up or should I just downgrade?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example nAN-36 problem, not compiling</title><link>https://devzone.nordicsemi.com/thread/5507?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2013 13:21:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98731965-b41a-4604-a247-07034fce8191</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Roy,&lt;/p&gt;
&lt;p&gt;Could you check which SDK and S110 version you used with the ble_app_lbs ?&lt;/p&gt;
&lt;p&gt;The nAN36 application note was written for SDK v4.x.x and Softdevice S110 v5.x.x.&lt;/p&gt;
&lt;p&gt;To use the example with SDK v5.x there are some modification needed since it will not work out of the box.&lt;/p&gt;
&lt;p&gt;I would suggest you to get started by using SDK v4.4.2 and Softdevice v5.2.1. You can download this older version by clicking on the version number on the download tab.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>