<?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>Ant Acknowledge message send resets the device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38011/ant-acknowledge-message-send-resets-the-device</link><description>Hi, 
 I am using a NRF52832 with S212 in a custom board with a host processor. The host processor configures the NRF52 through UART. 
 
 The custom board is configured as slave.The master is an application in a PC with an ANT receiver. The slave and the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Sep 2018 07:58:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38011/ant-acknowledge-message-send-resets-the-device" /><item><title>RE: Ant Acknowledge message send resets the device</title><link>https://devzone.nordicsemi.com/thread/146902?ContentTypeID=1</link><pubDate>Mon, 03 Sep 2018 07:58:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99eabe88-df02-4b12-adf1-bbcaecb1ab12</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Sounds to me like you are asserting on an error returned from&amp;nbsp;sd_ant_broadcast_message_tx() or&amp;nbsp;sd_ant_acknowledge_message_tx().&amp;nbsp;&lt;/p&gt;
&lt;p&gt;By default when there is an assert the application will reset, this is default behavior done in&amp;nbsp;app_error_fault_handler(). You can define DEBUG (in Preprocessor Symbols) and thereby set a breakpoint in&amp;nbsp;app_error_fault_handler() to find the exact error code, file name, and line number. Likely you&amp;nbsp;can ignore the error code in &lt;span&gt;ant_message_send() instead of calling&amp;nbsp;APP_ERROR_CHECK(err_code);&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>