<?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>GPIOTE and Template Project</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37009/gpiote-and-template-project</link><description>Hello, 
 I studied the &amp;quot;gpiote&amp;quot; example in the SDK. In order to fully understand how it works, I attempted to modify the &amp;quot;template_project&amp;quot; example and follow the process of &amp;quot;gpiote&amp;quot; example. 
 I am pretty much convinced that what I have done in the </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Aug 2018 12:31:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37009/gpiote-and-template-project" /><item><title>RE: GPIOTE and Template Project</title><link>https://devzone.nordicsemi.com/thread/142610?ContentTypeID=1</link><pubDate>Thu, 02 Aug 2018 12:31:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ade4224f-d33c-427c-bc1f-fd2bc7e4c9ca</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;The reason for this problem is the frequency set for the timer in sdk_config.h: In the gpiote example, it is set to 1 MHz, while in template_project, it is set to 16MHz. So in template_project, the LED is blinking, but&amp;nbsp; too fast for us to see it. Changing the frequency to 1 MHz solves the problem.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-efa235b3d4f7455e80937dbc4e1d0a62/freq.PNG" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIOTE and Template Project</title><link>https://devzone.nordicsemi.com/thread/142515?ContentTypeID=1</link><pubDate>Thu, 02 Aug 2018 07:22:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14d75a75-40e4-40b9-8542-d7daf6847c1c</guid><dc:creator>jdelapena</dc:creator><description>&lt;p&gt;Thank you for the response. However, I am not using the &amp;quot;ble_app_template&amp;quot; project. I am using purely the &amp;quot;template_project&amp;quot; project (SDK-examples-peripheral-template_project).&lt;br /&gt;&lt;br /&gt;Logging is disabled in &amp;quot;template_project&amp;quot; sdk_config.h&amp;nbsp;&lt;span&gt;(NRF_LOG_ENABLED 0).&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIOTE and Template Project</title><link>https://devzone.nordicsemi.com/thread/142402?ContentTypeID=1</link><pubDate>Wed, 01 Aug 2018 12:37:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08ff7c9f-998c-4689-81ee-31ad03ac5311</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;The problem is that the nRF_Log module is enabled in ble_app_template (sdk_config.h),&amp;nbsp; not initialized in the GPIOTE example code. Therefore, when encountering a NRFX_LOG_XXX() statement, the chip will hang (nrfx_ppi.c, line 263). To solve the problem either disable logging in sdk_config.h (NRF_LOG_ENABLED 0) or initialize logging in main().&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>