<?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>Using Keil, how do I see if the application is throwing an ASSERT?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2929/using-keil-how-do-i-see-if-the-application-is-throwing-an-assert</link><description>In the Keil debug interface, how can I find if the application is throwing an ASSERT, and which it is? I&amp;#39;m using the S110 softdevice. (See other question for context devzone.nordicsemi.com/.../ )</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Jun 2014 21:51:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2929/using-keil-how-do-i-see-if-the-application-is-throwing-an-assert" /><item><title>RE: Using Keil, how do I see if the application is throwing an ASSERT?</title><link>https://devzone.nordicsemi.com/thread/11131?ContentTypeID=1</link><pubDate>Thu, 26 Jun 2014 21:51:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31040403-1600-4d96-ae90-f9139f7d95aa</guid><dc:creator>sd</dc:creator><description>&lt;p&gt;This solved my problem...  &lt;a href="https://devzone.nordicsemi.com/question/5292/problem-programming-custom-pcbs-on-nrf51822/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt; Thanks for the help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using Keil, how do I see if the application is throwing an ASSERT?</title><link>https://devzone.nordicsemi.com/thread/11130?ContentTypeID=1</link><pubDate>Thu, 26 Jun 2014 16:27:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60bafc5d-538c-4c0d-9ba8-152c4944a471</guid><dc:creator>sd</dc:creator><description>&lt;p&gt;By process of elimination it seems to fail with ble_stack_init(). The debugger&amp;#39;s blue arrow points to { after main() and stays there after I hit &amp;#39;run&amp;#39;. I&amp;#39;m not able to get any useful info from the debugger. I must be doing something wrong.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using Keil, how do I see if the application is throwing an ASSERT?</title><link>https://devzone.nordicsemi.com/thread/11129?ContentTypeID=1</link><pubDate>Thu, 26 Jun 2014 16:08:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f709e91f-2033-408f-8c27-1328a576d518</guid><dc:creator>sd</dc:creator><description>&lt;p&gt;I commented in ble_debug_assert_handler but the debugger still behaves very strangely. It complains that the line of code that I insert a breakpoint in doesn&amp;#39;t exist. I wish that there was a guide for doing this basic stuff... I&amp;#39;m a bit lost with this debugger.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using Keil, how do I see if the application is throwing an ASSERT?</title><link>https://devzone.nordicsemi.com/thread/11128?ContentTypeID=1</link><pubDate>Thu, 26 Jun 2014 15:10:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2c6dfa0-59cb-4e9b-b3fd-771e7cd760e5</guid><dc:creator>John</dc:creator><description>&lt;p&gt;You can add the ble_debug_assert_handler to your project and change the assert handler to call that rather than reset. You can then see if your code is in the ble_debug_assert_handler using the debugger and if it is you can see the file and line number that triggered the assert.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>