<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to include vector table data file in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/how-to-include-vector-table-data-file/m-p/1417791#M5016</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;Thanks for your reply and clarification.&lt;BR /&gt;According to your statement, it seems like you want to contain a customized file (.src data file) to the SDK library demo, in my opinion, it's unavailable to do it, moreover, the SDK library demo also has provided the vector table data, it's unnecessary to add a customize file to replace it.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
    <pubDate>Wed, 23 Feb 2022 01:47:34 GMT</pubDate>
    <dc:creator>jeremyzhou</dc:creator>
    <dc:date>2022-02-23T01:47:34Z</dc:date>
    <item>
      <title>how to include vector table data file</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/how-to-include-vector-table-data-file/m-p/1415763#M5004</link>
      <description>&lt;P&gt;In my project (MIMXRT1176) i have a file auto-generated ,&amp;nbsp;exported directly from the _lib.xls(Library Master Spreadsheet).&lt;BR /&gt;the file is .src data file. How can i include this file in compilation. Is it possible by enabling any gcc flag ? or the file require complete modification.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;My file looks like&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;AREA REL,PIC,READONLY,ALIGN=4&lt;/P&gt;&lt;P&gt;EXPORT text&lt;BR /&gt;EXPORT txttbl&lt;/P&gt;&lt;P&gt;a EQU 1&lt;BR /&gt;b EQU 2&lt;BR /&gt;c EQU 4&lt;BR /&gt;d EQU 8&lt;/P&gt;&lt;P&gt;;xy must always be the first element in this table&lt;/P&gt;&lt;P&gt;text&lt;BR /&gt;base&lt;/P&gt;&lt;P&gt;xy DCW 1&lt;BR /&gt;DCB 0&lt;BR /&gt;DCB "START",0&lt;BR /&gt;DCB "",0&lt;BR /&gt;ALIGN 1&lt;BR /&gt;zw DCW 2&lt;BR /&gt;DCB 0&lt;BR /&gt;DCB "** * processing&amp;nbsp; * **",0&lt;BR /&gt;DCB "",0&lt;BR /&gt;ALIGN 1&lt;BR /&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;ALIGN 2&lt;BR /&gt;txttbl&lt;BR /&gt;DCW xy-base,zw-base&lt;BR /&gt;DCW .-base,.-base&lt;BR /&gt;.&lt;BR /&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;END&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 05:22:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/how-to-include-vector-table-data-file/m-p/1415763#M5004</guid>
      <dc:creator>shilpa1</dc:creator>
      <dc:date>2022-02-18T05:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to include vector table data file</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/how-to-include-vector-table-data-file/m-p/1416641#M5013</link>
      <description>&lt;P&gt;Hi，&lt;BR /&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;Before answering your question, I was wondering if you can introduce your testing environment, such as IDE, source code, etc.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 09:19:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/how-to-include-vector-table-data-file/m-p/1416641#M5013</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-02-21T09:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to include vector table data file</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/how-to-include-vector-table-data-file/m-p/1417302#M5014</link>
      <description>&lt;P&gt;I use MCUXpresso IDE.&amp;nbsp;&lt;/P&gt;&lt;P&gt;MCUXPRESSO_SDK&lt;BR /&gt;CPU_MIMXRT1176DVMAA&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 08:06:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/how-to-include-vector-table-data-file/m-p/1417302#M5014</guid>
      <dc:creator>shilpa1</dc:creator>
      <dc:date>2022-02-22T08:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to include vector table data file</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/how-to-include-vector-table-data-file/m-p/1417791#M5016</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Thanks for your reply and clarification.&lt;BR /&gt;According to your statement, it seems like you want to contain a customized file (.src data file) to the SDK library demo, in my opinion, it's unavailable to do it, moreover, the SDK library demo also has provided the vector table data, it's unnecessary to add a customize file to replace it.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 01:47:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/how-to-include-vector-table-data-file/m-p/1417791#M5016</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-02-23T01:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to include look up table data file</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/how-to-include-vector-table-data-file/m-p/1417928#M5018</link>
      <description>&lt;P&gt;I could like the clarify my exact situation.&lt;BR /&gt;I have the armasm file, which holds the look up table for my implementation (something similar to the one i mentioned above). This file is not taken up in compilation even we force it to compiler its format is not supported. how can I include this in my c project.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 05:56:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/how-to-include-vector-table-data-file/m-p/1417928#M5018</guid>
      <dc:creator>shilpa1</dc:creator>
      <dc:date>2022-02-23T05:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to include look up table data file</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/how-to-include-vector-table-data-file/m-p/1418709#M5021</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Thanks for your reply and clarification.&lt;BR /&gt;The MCUXpresso IDE use the arm-none-eabi-gcc to compile the code project, I'd like to suggest you check the GCC compiler whether can support your file by referring to the &lt;A href="https://documentation-service.arm.com/static/5f04c4dcdbdee951c1cdcd41?token=" target="_self"&gt;guider&lt;/A&gt;.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 02:52:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/how-to-include-vector-table-data-file/m-p/1418709#M5021</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-02-24T02:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to include vector table data file</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/how-to-include-vector-table-data-file/m-p/1418778#M5023</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/194501"&gt;@shilpa1&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;see &lt;A href="https://mcuoneclipse.com/2022/02/18/using-custom-source-file-extensions-with-eclipse-cdt-gnu-make-builder-projects/" target="_blank"&gt;https://mcuoneclipse.com/2022/02/18/using-custom-source-file-extensions-with-eclipse-cdt-gnu-make-builder-projects/&lt;/A&gt; how you can include a file with a custom extension.&lt;/P&gt;&lt;P&gt;In your case, you need to assign the (GNU) ARM assembler. Keep in mind that in order to assemble your file by the assembler, it shall be written in the GNU assembly syntax. See &lt;A href="https://gcc.gnu.org/onlinedocs/gcc/Basic-Asm.html#Basic-Asm" target="_blank"&gt;https://gcc.gnu.org/onlinedocs/gcc/Basic-Asm.html#Basic-Asm&lt;/A&gt; for some details on this.&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 04:38:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/how-to-include-vector-table-data-file/m-p/1418778#M5023</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2022-02-24T04:38:12Z</dc:date>
    </item>
  </channel>
</rss>

