<?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>nrf51822 interrupt resulting  ble advertising</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3900/nrf51822-interrupt-resulting-ble-advertising</link><description>I create an iterrupt when I push button
However, I could not manage to start advertising when the button is pushed
How can I achieve it?
Thank you</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 24 Oct 2014 07:16:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3900/nrf51822-interrupt-resulting-ble-advertising" /><item><title>RE: nrf51822 interrupt resulting  ble advertising</title><link>https://devzone.nordicsemi.com/thread/14032?ContentTypeID=1</link><pubDate>Fri, 24 Oct 2014 07:16:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4b39dd1-16ef-4e8a-ae93-a28e04b24a73</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;This is not an answer. See my comment and edit your question. If you can&amp;#39;t provide any more information, it is very difficult to help you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 interrupt resulting  ble advertising</title><link>https://devzone.nordicsemi.com/thread/14031?ContentTypeID=1</link><pubDate>Thu, 23 Oct 2014 19:16:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3382bdd-e75f-4b89-b598-ddfac2e5cc1f</guid><dc:creator>Ozgun</dc:creator><description>&lt;p&gt;I tried this way before. However it didnt work as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 interrupt resulting  ble advertising</title><link>https://devzone.nordicsemi.com/thread/14027?ContentTypeID=1</link><pubDate>Wed, 22 Oct 2014 13:07:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26dee885-c530-43ab-a1dd-d36d2a6c481f</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;What happends? Do you get an error? Have you tried to debug? Please edit your question and elaborate.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 interrupt resulting  ble advertising</title><link>https://devzone.nordicsemi.com/thread/14030?ContentTypeID=1</link><pubDate>Wed, 22 Oct 2014 13:07:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8c85a32-f848-4219-a0ad-6c7d4f3e56e6</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;It should be enough to call &lt;code&gt;advertising_start()&lt;/code&gt; inside the interrupt.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 interrupt resulting  ble advertising</title><link>https://devzone.nordicsemi.com/thread/14029?ContentTypeID=1</link><pubDate>Wed, 22 Oct 2014 13:02:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce02149c-b90f-45f5-a597-a9649e474c74</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;This is not an answer, add the information to your question by editing it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 interrupt resulting  ble advertising</title><link>https://devzone.nordicsemi.com/thread/14028?ContentTypeID=1</link><pubDate>Thu, 25 Sep 2014 08:55:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8076f31-b52c-42ca-ad04-1d3e4e17c274</guid><dc:creator>Ozgun</dc:creator><description>&lt;p&gt;if (event_pins_low_to_high &amp;amp; (1 &amp;lt;&amp;lt; BUTTON_0))
{
nrf_gpio_pin_clear(LED_1);
advertising_init();
advertising_start();&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;	}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 interrupt resulting  ble advertising</title><link>https://devzone.nordicsemi.com/thread/14026?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2014 20:40:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7a207b6-7b3e-4db7-99f6-ff7e62610a64</guid><dc:creator>scytulip</dc:creator><description>&lt;p&gt;Please show your code snippet. Are you using app_button API? Do you block CPU in the IRQ handler?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>