<?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>about timer event</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13792/about-timer-event</link><description>Hi. I&amp;#39;m using PCA10028, SDK10.0.0, S130. 
 I made timer(repeated) as below. 
 void init_timer(void)
{
uint32_t err_code;
err_code = app_timer_create(&amp;amp;m_timer_id,
APP_TIMER_MODE_REPEATED,
one_msecond_timer_callback);
APP_ERROR_CHECK(err_code);</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 May 2016 07:44:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13792/about-timer-event" /><item><title>RE: about timer event</title><link>https://devzone.nordicsemi.com/thread/52707?ContentTypeID=1</link><pubDate>Thu, 12 May 2016 07:44:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc6cf579-9e94-4fd6-ab79-9d0d9a6b520e</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;That is strange.. it was not supposed to wakeup , what is the interval for the toggle? are you sure that there is nothing else in your application code that has wakeup capabilities? you are using just the timers in your app code and nothing else ?(apart from BLE activity)&lt;/p&gt;
&lt;p&gt;Which version of S130 are you using? v2.0.1?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>