<?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>MCUXpresso IDE中的主题 Re: MCUXpresso User Startup File</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/949988#M4563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks . Its helping me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Sep 2019 10:07:42 GMT</pubDate>
    <dc:creator>kaarthick</dc:creator>
    <dc:date>2019-09-04T10:07:42Z</dc:date>
    <item>
      <title>MCUXpresso User Startup File</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/949982#M4557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please tell me how to use own startup file instead of system generated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2019 09:23:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/949982#M4557</guid>
      <dc:creator>kaarthick</dc:creator>
      <dc:date>2019-08-21T09:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso User Startup File</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/949983#M4558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you could be more specific (device used, what is exactly what you want to accomplish)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the startup code with the SDK is not 'generated': it is added to the project at project creation time, and you are free to change it, delete and replace it or whatever you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2019 18:53:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/949983#M4558</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2019-08-21T18:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso User Startup File</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/949984#M4559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using MK10DN512VLQ controller with MCUXpresso. Using SDK Development tool I Generated SDK for the same. Every time i create new project i found startup file loaded from sdk. if i change anything in that startup file, the same will affect on another project also. If i delete startup file and add it into another folder with correction which i want, i am facing debug issue which points to sdk generated file is missing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need solution which eliminate sdk generated startup from compilation or linking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think Linking stage makes an error. Where i can change the startup path for linker.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2019 04:00:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/949984#M4559</guid>
      <dc:creator>kaarthick</dc:creator>
      <dc:date>2019-08-22T04:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso User Startup File</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/949985#M4560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Changing the startup file in one project does not affect there startup file of other projects.&amp;nbsp;What actually is the problem you think you are seeing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 19:56:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/949985#M4560</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2019-08-29T19:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso User Startup File</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/949986#M4561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using MCUXpresso IDE. Controller used MK10DN512VLQ. SDK downloaded from SDK Development tool Kit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Startup file added to project from that SDK. if i modify from startup file, this will affect another project also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I make duplicate of the same file , exclude original startup file from build then its working fine.Is this right way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Aug 2019 06:19:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/949986#M4561</guid>
      <dc:creator>kaarthick</dc:creator>
      <dc:date>2019-08-31T06:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso User Startup File</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/949987#M4562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;If I make duplicate of the same file , exclude original startup file from build then its working fine.Is this right way?&lt;/P&gt;&lt;P&gt;yes, but do this in the project, not in the SDK respository.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you modify the startup code in the SDK (from where the projects get created/copied), then of course this will affect all projects you will generate from that SDK. I recommend that you add the SDKs as ZIP files to the IDE, then the files will be copied and you keep the original SDK files intact.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/86772i723D4E98D3597CD5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2019 03:56:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/949987#M4562</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2019-09-02T03:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso User Startup File</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/949988#M4563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks . Its helping me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2019 10:07:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/949988#M4563</guid>
      <dc:creator>kaarthick</dc:creator>
      <dc:date>2019-09-04T10:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso User Startup File</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/1290576#M7044</link>
      <description>&lt;P&gt;Hi after a long time.&lt;/P&gt;&lt;P&gt;How can I create own startup file if I do not want to use a SDK project? So, how can I do that without manipulate existing one.&amp;nbsp; For example, in the IMXRT1024 model there is a startup file named "startup_mimxrt1024.c". What is the logic of behind the startup_mimxrt1024.c file. How compiler knows to go into it firstly before run "void main()" function?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 08:32:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/1290576#M7044</guid>
      <dc:creator>Lukas_Frank</dc:creator>
      <dc:date>2021-06-10T08:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso User Startup File</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/1290591#M7045</link>
      <description>&lt;P&gt;When the processor boots, it loads the stack pointer and PC from address 0x0 and 0x4 which are the first two entries of the vector table. By convention NXP &amp;nbsp;specify ResetISR as the PC (but it can be called anything). This function is the executed, which in the provided startup code, performs necessary processor initialisation, copies initialised vales from flash to RAM, sets up the C (or C++) libraries and then finally calls main(). It’s a complex process and needs to be done correctly, in the right order for your C code to run correctly.&lt;/P&gt;&lt;P&gt;why do you want to write this yourself, when the tools do this for you?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 08:52:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/1290591#M7045</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2021-06-10T08:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso User Startup File</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/1291195#M7047</link>
      <description>&lt;P&gt;Actually, I'm not focusing directly to do this. There is an obscurity around how processors knows startup_mimxrt1024.c file for entry file point. I'm new on NXP and I could not find a entry point input for determining file name on MCUxpresso IDE. I could not find any specifier related to the startup_mimxrt1024.c file. Could you explain where this information is in the processors and MCUxpresso IDE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 07:57:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/1291195#M7047</guid>
      <dc:creator>Lukas_Frank</dc:creator>
      <dc:date>2021-06-11T07:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso User Startup File</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/1291206#M7048</link>
      <description>&lt;P&gt;Suggest you read about Cortex-M processors from ARM about how the boot. But, briefly&lt;/P&gt;&lt;P&gt;Processor reads stack pointer from0x0 and PC from 0x4. These are the first two entries of the vector table.&lt;/P&gt;&lt;P&gt;the vector table is defined in the startup file&lt;/P&gt;&lt;P&gt;the rest boots from there.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 08:10:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-User-Startup-File/m-p/1291206#M7048</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2021-06-11T08:10:12Z</dc:date>
    </item>
  </channel>
</rss>

