<?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>Hi , is the gpiote interrupt disable the softdevice s132..??</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22013/hi-is-the-gpiote-interrupt-disable-the-softdevice-s132</link><description>I have developed the code to send the data of mpu6050 from ble peripheral to ble central. i can able to receive the accelerometer values at ble central.It works fine.
Now i want to send some data from ble peripheral to ble central , when the mpu6050</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 May 2017 05:35:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22013/hi-is-the-gpiote-interrupt-disable-the-softdevice-s132" /><item><title>RE: Hi , is the gpiote interrupt disable the softdevice s132..??</title><link>https://devzone.nordicsemi.com/thread/86383?ContentTypeID=1</link><pubDate>Thu, 18 May 2017 05:35:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b16507e7-40cd-43ff-b26f-44f13538377a</guid><dc:creator>KrishNa</dc:creator><description>&lt;p&gt;@Reeshma Thanks for the timely help... Really Appreciate it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi , is the gpiote interrupt disable the softdevice s132..??</title><link>https://devzone.nordicsemi.com/thread/86382?ContentTypeID=1</link><pubDate>Thu, 18 May 2017 03:47:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:582cd7f5-cfa1-4dd3-a4c3-5438ac41f45f</guid><dc:creator>Reeshma</dc:creator><description>&lt;p&gt;i have commented the
err_code = nrf_drv_gpiote_init();
APP_ERROR_CHECK(err_code);
because it is already initialized , now it fine works well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi , is the gpiote interrupt disable the softdevice s132..??</title><link>https://devzone.nordicsemi.com/thread/86378?ContentTypeID=1</link><pubDate>Wed, 17 May 2017 13:14:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b80d5e01-8794-41e7-be22-de8cfa68222e</guid><dc:creator>KrishNa</dc:creator><description>&lt;p&gt;Hi Reeshma,
Were you able to resolve the FATAL ERROR issue? if yes, please help me with the work around. I am also facing exactly the same issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi , is the gpiote interrupt disable the softdevice s132..??</title><link>https://devzone.nordicsemi.com/thread/86377?ContentTypeID=1</link><pubDate>Fri, 12 May 2017 15:30:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3857d070-6035-4edb-a2f6-d6b4b93a7981</guid><dc:creator>Reeshma</dc:creator><description>&lt;p&gt;Thank you sir ...I will correct that one&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi , is the gpiote interrupt disable the softdevice s132..??</title><link>https://devzone.nordicsemi.com/thread/86376?ContentTypeID=1</link><pubDate>Fri, 12 May 2017 14:58:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d27783e-9cf3-44b6-b590-91f48a74ccfd</guid><dc:creator>sijohans</dc:creator><description>&lt;p&gt;the bsp_init() initiates the gpiote.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi , is the gpiote interrupt disable the softdevice s132..??</title><link>https://devzone.nordicsemi.com/thread/86375?ContentTypeID=1</link><pubDate>Fri, 12 May 2017 13:35:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b664cff1-c7d4-43f0-b625-8cd2214306fa</guid><dc:creator>Reeshma</dc:creator><description>&lt;p&gt;oh sorry , am calling that function ,only once in the program
am a beginner, here am attaching the code.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/5226.main.c"&gt;main.c&lt;/a&gt;
&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/4885.ble_5F00_mpiu.c"&gt;ble_mpiu.c&lt;/a&gt;
&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2350.ble_5F00_mpiu.h"&gt;ble_mpiu.h&lt;/a&gt;
makefile : &lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/5670.Makefile"&gt;Makefile&lt;/a&gt;
sdk config file : &lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/5126.sdk_5F00_config.h"&gt;sdk_config.h&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;can you please say , where am made wrong..??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi , is the gpiote interrupt disable the softdevice s132..??</title><link>https://devzone.nordicsemi.com/thread/86381?ContentTypeID=1</link><pubDate>Fri, 12 May 2017 13:12:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:474c5421-618c-44e1-b76d-b2c097333d27</guid><dc:creator>sijohans</dc:creator><description>&lt;p&gt;According to the API documentation the nrf_drv_gpiote_init() will only return fail if the gpiote was already initiated. Do you have the possibility to debug your code?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi , is the gpiote interrupt disable the softdevice s132..??</title><link>https://devzone.nordicsemi.com/thread/86380?ContentTypeID=1</link><pubDate>Fri, 12 May 2017 12:59:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d796c28f-b219-4418-8117-e2be30e1d62a</guid><dc:creator>Reeshma</dc:creator><description>&lt;p&gt;err_code = nrf_drv_gpiote_init();
APP_ERROR_CHECK(err_code);
this function fails..when am comment this function, it works fine , but i cannot able to generate the interrupt without this function.
Yes , i have enable the gpiote in sdkconfig file
what modification will i need to do..??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi , is the gpiote interrupt disable the softdevice s132..??</title><link>https://devzone.nordicsemi.com/thread/86379?ContentTypeID=1</link><pubDate>Fri, 12 May 2017 12:49:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a4c5759-111e-4d5f-9575-fdf7b3d20df1</guid><dc:creator>sijohans</dc:creator><description>&lt;p&gt;Do you know which of the checks that fails? Have you enabled gpiote (GPIOTE_ENABLED) in your configuration file?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>