<?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>Button event is not being generated with example project</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1286/button-event-is-not-being-generated-with-example-project</link><description>Hello, I am working with both QFABA0 devices as well as a QFAAC0. Because of the outdated silicon I am constrained to SDK V4.x and SD V5.x 
 My current test setup is 
 I am using custom circuit boards that have worked previously. The software modification</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 09 Jan 2014 10:44:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1286/button-event-is-not-being-generated-with-example-project" /><item><title>RE: Button event is not being generated with example project</title><link>https://devzone.nordicsemi.com/thread/5923?ContentTypeID=1</link><pubDate>Thu, 09 Jan 2014 10:44:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc687971-fc97-43bb-b3fd-e846c5e546ad</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;As far as I can see, your code works perfectly fine, even without changing IO, when I connect a button on the nRFgo Starter Kit to pin 30 on the nRF51822.&lt;/p&gt;
&lt;p&gt;Are you absolutely sure that you don&amp;#39;t have a hardware error of some kind? Have you tried setting this pin as output to see if you actually have contact with the pad?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Button event is not being generated with example project</title><link>https://devzone.nordicsemi.com/thread/5922?ContentTypeID=1</link><pubDate>Wed, 08 Jan 2014 16:01:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:518878d2-e77c-4961-8073-d6a04eedd6a5</guid><dc:creator>syntroniks</dc:creator><description>&lt;p&gt;The nrf6310/ble/ble_app_proximity project is normal so my main function is int main(void)
{
// Initialize
leds_init();
timers_init();
gpiote_init();
buttons_init();
ble_stack_init();
scheduler_init();
gap_params_init();
advertising_init();
services_init();
conn_params_init();
sec_params_init();&lt;/p&gt;
&lt;p&gt;// Start execution
timers_start();
app_button_enable(); // added just in case
advertising_start();
// Enter main loop
for (;;)
{
app_sched_execute();
power_manage();
}
}
It does not assert any errors during startup either (advertises correctly and everything). Please find attached project and all relevant files (I have moved to ble_app_template since it is smaller and doesn&amp;#39;t have any ble services)&lt;/p&gt;
&lt;p&gt;To test yourself, you need to change the IO pin. I removed all object and binaries, I can supply them if you would like.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ble_5F00_app_5F00_template_5F00_testbutton.zip"&gt;ble_app_template_testbutton.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Button event is not being generated with example project</title><link>https://devzone.nordicsemi.com/thread/5921?ContentTypeID=1</link><pubDate>Wed, 08 Jan 2014 08:55:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:361939cf-9851-4085-a444-292e92a207f3</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;This isn&amp;#39;t very obvious, but is this in an application which does not use the softdevice? If so, you&amp;#39;ll have to manually start the LFCLK, and also make sure to initialize the app_timer module, since app_button depends on it.&lt;/p&gt;
&lt;p&gt;For an example of how to start the LFCLK manually, you can refer to the rtc_example. If this does not solve your problem, can you please supply your full project, so that I can test it here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Button event is not being generated with example project</title><link>https://devzone.nordicsemi.com/thread/5920?ContentTypeID=1</link><pubDate>Tue, 07 Jan 2014 22:00:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:798b5087-1615-48fa-889e-7cec517b45eb</guid><dc:creator>syntroniks</dc:creator><description>&lt;p&gt;I have tried adding app_button_enable but the interrupt is still not called&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>