<?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>CodeWarrior for MCUのトピックstart08.c</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/start08-c/m-p/176433#M5729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone explain the purpose of the file start08.c in Code Warrior? and why is it that when I debug my code&amp;nbsp; the source window uses the start08.c instead of my program?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2008 05:28:02 GMT</pubDate>
    <dc:creator>admin</dc:creator>
    <dc:date>2008-01-04T05:28:02Z</dc:date>
    <item>
      <title>start08.c</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/start08-c/m-p/176433#M5729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone explain the purpose of the file start08.c in Code Warrior? and why is it that when I debug my code&amp;nbsp; the source window uses the start08.c instead of my program?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 05:28:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/start08-c/m-p/176433#M5729</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2008-01-04T05:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: start08.c</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/start08-c/m-p/176434#M5730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The purpose of start08.c is to initialize the stack pointer, all global variables and once this is done, to call main.&lt;BR /&gt;So the reset vector points to _Startup in start08.c and once all those things did happen, main, say your code, gets started. One of the questions when creating a new project is also to skip most of the code in start08.c (the variable initialization).&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 05:50:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/start08-c/m-p/176434#M5730</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2008-01-04T05:50:22Z</dc:date>
    </item>
  </channel>
</rss>

