<?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 start up code in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/start-up-code/m-p/145598#M3301</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm beginning freescale with flexis mc9s08qe128.i want to know what the start-up code contains in code warrior.do i have to set anything in that or code warrior generate itself. please reply with good answer for the beginner and what i have to know about the code warrior&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance &lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jan 2009 22:27:59 GMT</pubDate>
    <dc:creator>Vijays</dc:creator>
    <dc:date>2009-01-22T22:27:59Z</dc:date>
    <item>
      <title>start up code</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/start-up-code/m-p/145598#M3301</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm beginning freescale with flexis mc9s08qe128.i want to know what the start-up code contains in code warrior.do i have to set anything in that or code warrior generate itself. please reply with good answer for the beginner and what i have to know about the code warrior&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance &lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 22:27:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/start-up-code/m-p/145598#M3301</guid>
      <dc:creator>Vijays</dc:creator>
      <dc:date>2009-01-22T22:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: start up code</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/start-up-code/m-p/145599#M3302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Vijay s,&lt;BR /&gt;&lt;BR /&gt;The default C project startup code is mainly responsible for :&lt;BR /&gt;&lt;BR /&gt;* Stack Pointer initialization&lt;BR /&gt;* zero out RAM areas where data is allocated&lt;BR /&gt;* copy initialization data from ROM to RAM (e.g. Initialization of global and static variables)&lt;BR /&gt;* jump to the main() function&lt;BR /&gt;&lt;BR /&gt;CodeWarrior generates entire project including startup code, selected MCU's header files, ANSI C library,... if you create new project by default.&lt;BR /&gt;&lt;BR /&gt;There is the options "minimal startup code" vs. "ANSI startup code"&amp;nbsp; available that influence startup code when new C project is created. The "ANSI startup code" is the default option and causes that all the actions above are executed during startup whereas "minimal startup code" initializes just Stack Pointer and calls main().&lt;BR /&gt;&lt;BR /&gt;Stanish&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 22:57:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/start-up-code/m-p/145599#M3302</guid>
      <dc:creator>stanish</dc:creator>
      <dc:date>2009-01-22T22:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: start up code</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/start-up-code/m-p/145600#M3303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thanks for your reply stanish.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 22:04:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/start-up-code/m-p/145600#M3303</guid>
      <dc:creator>Vijays</dc:creator>
      <dc:date>2009-01-23T22:04:17Z</dc:date>
    </item>
  </channel>
</rss>

