<?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 internal assert</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/4939/gazell-internal-assert</link><description>Hello, 
 i&amp;#39;m using nrf51422 with gazell protocol.
Here is my interrupt on success code 
 void nrf_gzll_device_tx_success(uint32_t pipe, nrf_gzll_device_tx_info_t tx_info)
{
	uint32_t uiTmp;
	//reload gazell watchdog timer
	NRF_WDT-&amp;gt;RR[WDT_GZLL_RELOAD</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 21 Jan 2015 15:34:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/4939/gazell-internal-assert" /><item><title>RE: gazell internal assert</title><link>https://devzone.nordicsemi.com/thread/17424?ContentTypeID=1</link><pubDate>Wed, 21 Jan 2015 15:34:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31623dd1-2fbe-4b19-99c2-9dcfe37e817b</guid><dc:creator>Asbj&amp;#248;rn</dc:creator><description>&lt;p&gt;Why are you ignoring the interrupts? The error code you refer to is most likely related to receiver buffer overflow based on the fact that you are not handling or flush the RX FIFO. So the receive buffer (RX FIFO) might go full and give you an assert. If you flush the RX FIFO after every interrupt, does the same thing still happen?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>