<?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>How to get stack trace without an IDE?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/103898/how-to-get-stack-trace-without-an-ide</link><description>Hi, 
 I am trying to debug the cause for NRF_FAULT_ID_APP_MEMACC in my project. the info varialbe is 0 and pc is 3B132. I need find the location in my code that is causing this hardfault. But, I use command line and Make utility to build my project and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 20 Sep 2023 06:23:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/103898/how-to-get-stack-trace-without-an-ide" /><item><title>RE: How to get stack trace without an IDE?</title><link>https://devzone.nordicsemi.com/thread/446762?ContentTypeID=1</link><pubDate>Wed, 20 Sep 2023 06:23:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a38077e-7dc1-40ac-983b-437c1b1ff8d9</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Glad you found the link useful. The SDK Makefile outputs executables with the *.out extension instead of the *.elf extension. However, the two are functionally the same and can both be used with GDB.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get stack trace without an IDE?</title><link>https://devzone.nordicsemi.com/thread/446757?ContentTypeID=1</link><pubDate>Wed, 20 Sep 2023 05:51:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd309186-5ebb-4607-bee5-21962cea2a06</guid><dc:creator>addngkr</dc:creator><description>&lt;p&gt;Thank you! That link is helpful.&lt;/p&gt;
&lt;p&gt;I am trying to create the debugger setup on a linux machine. I use gcc toolchain and Make utility to build my project through command line. However, I noticed that my project does not generate .axf or .elf files. I can see the .map file getting generated. Is there a way to enable generation of .axf/.elf? I use SDK 16.0.0.&lt;/p&gt;
&lt;p&gt;[Please let me know if the above question needs to be asked as a separate thread.]&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get stack trace without an IDE?</title><link>https://devzone.nordicsemi.com/thread/446555?ContentTypeID=1</link><pubDate>Tue, 19 Sep 2023 05:58:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:660e9bf3-c38a-4054-b5b1-8bbae6b0bfc6</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can use GDB from the command line as explained in this guide&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting-started/posts/using-gdb-with-nordic-devices"&gt;Using GDB with Nordic devices&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>