<?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>Gazell callbacks not working</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/7275/gazell-callbacks-not-working</link><description>I have the following code, it&amp;#39;s pretty bare in terms of its functionality: 
 #include &amp;lt;stdint.h&amp;gt;

extern &amp;quot;C&amp;quot;
{
 #include &amp;quot;nrf_delay.h&amp;quot;
}

#include &amp;quot;gazell.h&amp;quot;
#include &amp;quot;tools.h&amp;quot;
#include &amp;quot;uart.h&amp;quot;
#include &amp;quot;core.h&amp;quot;

extern uint8_t nodeMode;</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 27 May 2015 09:44:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/7275/gazell-callbacks-not-working" /><item><title>RE: Gazell callbacks not working</title><link>https://devzone.nordicsemi.com/thread/25719?ContentTypeID=1</link><pubDate>Wed, 27 May 2015 09:44:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05c29c0c-444a-417e-b2d4-c321def9ce80</guid><dc:creator>ImQ009</dc:creator><description>&lt;p&gt;Turns out they are being called just fine, it&amp;#39;s just that I have my UART print functions wait for an interrupt indicating that the transmission is over. Seems like Gazell&amp;#39;s interrupts are higher priority so the UART interrupt isn&amp;#39;t called when I need it to.
Is there any way around that? I just need to check whether UART tx fifo is empty.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>