<?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>Trouble setting timer interrupts</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43340/trouble-setting-timer-interrupts</link><description>Following my last post a few days ago, I was finally able to communicate with a slave via the TWI interface, thank you very much for your help! This time, I have a problem concerning timer interrupts. Basically, I can&amp;#39;t get one : the program seems to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 03 Mar 2019 21:30:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43340/trouble-setting-timer-interrupts" /><item><title>RE: Trouble setting timer interrupts</title><link>https://devzone.nordicsemi.com/thread/173849?ContentTypeID=1</link><pubDate>Sun, 03 Mar 2019 21:30:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24e676ad-609a-432e-a4b1-a53d736f86ee</guid><dc:creator>Laurent Bourassa</dc:creator><description>&lt;p&gt;Hello, that was just a copy-paste error when transfering the code here. I have decided to start from an example in the SDK instead and got it working.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trouble setting timer interrupts</title><link>https://devzone.nordicsemi.com/thread/169673?ContentTypeID=1</link><pubDate>Wed, 06 Feb 2019 09:42:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee8f6a77-95b9-4d18-a31f-0903ab0253dd</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Why is timer_handler() decleared inside timer_init()? timer_handler() will be out of scope after timer_init() is done, so that might be the reason why it isn&amp;#39;t called. Try to declare it before timer_init() instead.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>