<?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>Nordic Gazell resources timer</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8201/nordic-gazell-resources-timer</link><description>Hi every one, 
 I&amp;#39;m working on a custom broad and I&amp;#39;m trying to setup a gazell based protocol.
I had a solution using soft device and BLE which worked fine but we want to skip connection step and get more data efficiency. 
 On device part, I want to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 21 May 2016 00:04:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8201/nordic-gazell-resources-timer" /><item><title>RE: Nordic Gazell resources timer</title><link>https://devzone.nordicsemi.com/thread/29512?ContentTypeID=1</link><pubDate>Sat, 21 May 2016 00:04:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f48b8ee8-7c95-4396-b6eb-94b0edad5949</guid><dc:creator>kmoto</dc:creator><description>&lt;p&gt;Has this issue been fixed? If so, which SDK version has the fix?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic Gazell resources timer</title><link>https://devzone.nordicsemi.com/thread/29511?ContentTypeID=1</link><pubDate>Fri, 17 Jul 2015 14:19:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4656dab9-8ce5-4fc0-8498-212f2e9bcf78</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@A_Caron: I&amp;#39;m trying here (with KEIL) and added timer 1 to the SDK 9.0 example and it seems to work fine. I attached the example in the answer above.&lt;br /&gt;
What do you do with the timer ? If you only blink an LED would the issue remain ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic Gazell resources timer</title><link>https://devzone.nordicsemi.com/thread/29510?ContentTypeID=1</link><pubDate>Fri, 17 Jul 2015 07:14:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc17c49e-c3f3-4dee-8d49-262dc1e4fd4f</guid><dc:creator>A_Caron</dc:creator><description>&lt;p&gt;Great !
I&amp;#39;ll wait for news about it.&lt;/p&gt;
&lt;p&gt;What about my other problem ?
Every things works perfectly fine, I&amp;#39;m able to send packet to host and it respond to device.&lt;/p&gt;
&lt;p&gt;But when I start TIMER1 to access smart card, I&amp;#39;m not longer able to send new packet.
They are no error raised by Gazell, nrf_gzll_add_to_tx_fifo() return success but host never receive anything and nrf_gzll_device_tx_success() or nrf_gzll_device_tx_failed() are never call either.&lt;/p&gt;
&lt;p&gt;Thank you for your time and interest !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic Gazell resources timer</title><link>https://devzone.nordicsemi.com/thread/29508?ContentTypeID=1</link><pubDate>Thu, 16 Jul 2015 13:56:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2987c898-b545-4294-8900-63b8363bce2f</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@A_Caron: I just updated my answer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic Gazell resources timer</title><link>https://devzone.nordicsemi.com/thread/29507?ContentTypeID=1</link><pubDate>Thu, 16 Jul 2015 13:15:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ba41e4c-8340-4826-b4ca-9a3615236f0b</guid><dc:creator>A_Caron</dc:creator><description>&lt;p&gt;Yes I have the same error&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;/home/[.....]/NordicSDK/nrf51822/Lib/gzll/gcc/&lt;strong&gt;libgzll_sd_resources_gcc.a&lt;/strong&gt;(nrf_notification_manager.o):
In function &lt;code&gt;SWI0_IRQHandler&amp;#39;: nrf_notification_manager.c:(.text+0xac): multiple definition of&lt;/code&gt;SWI0_IRQHandler&amp;#39;
./Librairies/app_timer.o:
/home/[.....]/NordicSDK/nrf51822/Source/app_common/app_timer.c:925:
first defined here&lt;/p&gt;
&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic Gazell resources timer</title><link>https://devzone.nordicsemi.com/thread/29509?ContentTypeID=1</link><pubDate>Thu, 16 Jul 2015 10:51:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed3fbcdd-3dc5-4923-a879-cea1d8ec09e1</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@A_Caron: I just tested here again with gzll_sd_resources_gcc.a in gcc and reproduced the issue.&lt;/p&gt;
&lt;p&gt;Last time I was tested with Keil (the .lib file). That&amp;#39;s why it worked for me.&lt;/p&gt;
&lt;p&gt;I just check and gzll_gcc.a and gzll_sd_resources_gcc.a, they seem to be identical !&lt;/p&gt;
&lt;p&gt;I will report it as a bug and will get back to you when we have the correct library out. Thanks for pointing out.&lt;/p&gt;
&lt;p&gt;In the mean time I guess you can modify the app_timer to use SWI1 (or use app_timer_ble_gzll.c).&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/gzll_5F00_ack_5F00_payload-_2D00_-TIMER1.zip"&gt;gzll_ack_payload - TIMER1.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>