<?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 generate .axf file for nRF SDK 16.0.0 for a nrf52833 chip?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/91141/how-to-generate-axf-file-for-nrf-sdk-16-0-0-for-a-nrf52833-chip</link><description>I am working on a nRF52833 chip and using nRF SDK 16.0.0 version. I need to analyse the memory footprint of my project for which I would need access to .map and .axf files. Upon searching in my repo, I could locate the .map file in build directory but</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 19 Aug 2022 12:27:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/91141/how-to-generate-axf-file-for-nrf-sdk-16-0-0-for-a-nrf52833-chip" /><item><title>RE: How to generate .axf file for nRF SDK 16.0.0 for a nrf52833 chip?</title><link>https://devzone.nordicsemi.com/thread/382454?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2022 12:27:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:377e2285-a893-4e35-932c-09f89a485677</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Can you check what is used to generate .axf file in your other project? I have not seen any version of objcopy that supports this file extension, and I have only seen it used with arm toolchains.&lt;/p&gt;
&lt;p&gt;The SDK makefiles will only output a *.out file. To get an elf file, you will have to modify makefile.common to generate it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate .axf file for nRF SDK 16.0.0 for a nrf52833 chip?</title><link>https://devzone.nordicsemi.com/thread/382451?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2022 12:12:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:887bcc2d-01d7-448d-bab4-7a52a1d62a95</guid><dc:creator>addngkr</dc:creator><description>&lt;p&gt;Hi, I don&amp;#39;t think that&amp;#39;s true. gcc also also generates .axf file on linux as I have used it to do so for another project. I think .elf format is used in windows based compilers. Anyways, I also could not locate .elf in the repo after build.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate .axf file for nRF SDK 16.0.0 for a nrf52833 chip?</title><link>https://devzone.nordicsemi.com/thread/382441?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2022 11:40:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:626dd144-3e8d-463f-a0eb-459f1ba89ab9</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;.axf is a file format used by Keil uVision. The equivalent file for this in GCC is *.out and *.elf.&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>