<?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>S12 / MagniV MicrocontrollersのトピックS12 Bootloader example for Cosmic Compiler</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12-Bootloader-example-for-Cosmic-Compiler/m-p/2059894#M20382</link>
    <description>&lt;P&gt;Hello all.&lt;/P&gt;&lt;P&gt;I'm looking for bootloader example for cosmic compiler.&lt;/P&gt;&lt;P&gt;I've found example "AN5389SW", but it looks like just for a Code warrior.&lt;/P&gt;&lt;P&gt;I tried convert that example, but there are some difference from&amp;nbsp;grammar such like below.&lt;/P&gt;&lt;P&gt;#pragma CODE_SEG DEFAULT_RAM&lt;/P&gt;&lt;P&gt;void PFLASH_Send_Command(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;asm PSH CCL; // 0x10 command&lt;/P&gt;&lt;P&gt;DisableInterrupts;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FSTAT_CCIF = 1; //launch command&lt;/P&gt;&lt;P&gt;while(FSTAT_CCIF == 0){}; //wait for done&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;asm PUL CCL; // 0x90 command&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have documents or example for what help to me make a bootloader for Cosmic compiler?&lt;/P&gt;</description>
    <pubDate>Wed, 12 Mar 2025 01:20:02 GMT</pubDate>
    <dc:creator>Gildarai</dc:creator>
    <dc:date>2025-03-12T01:20:02Z</dc:date>
    <item>
      <title>S12 Bootloader example for Cosmic Compiler</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12-Bootloader-example-for-Cosmic-Compiler/m-p/2059894#M20382</link>
      <description>&lt;P&gt;Hello all.&lt;/P&gt;&lt;P&gt;I'm looking for bootloader example for cosmic compiler.&lt;/P&gt;&lt;P&gt;I've found example "AN5389SW", but it looks like just for a Code warrior.&lt;/P&gt;&lt;P&gt;I tried convert that example, but there are some difference from&amp;nbsp;grammar such like below.&lt;/P&gt;&lt;P&gt;#pragma CODE_SEG DEFAULT_RAM&lt;/P&gt;&lt;P&gt;void PFLASH_Send_Command(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;asm PSH CCL; // 0x10 command&lt;/P&gt;&lt;P&gt;DisableInterrupts;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FSTAT_CCIF = 1; //launch command&lt;/P&gt;&lt;P&gt;while(FSTAT_CCIF == 0){}; //wait for done&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;asm PUL CCL; // 0x90 command&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have documents or example for what help to me make a bootloader for Cosmic compiler?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 01:20:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12-Bootloader-example-for-Cosmic-Compiler/m-p/2059894#M20382</guid>
      <dc:creator>Gildarai</dc:creator>
      <dc:date>2025-03-12T01:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: S12 Bootloader example for Cosmic Compiler</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12-Bootloader-example-for-Cosmic-Compiler/m-p/2059900#M20383</link>
      <description>&lt;P&gt;Additionally,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to apply and work that Bootloader made by CW, Application made by Cosmic?&lt;/P&gt;&lt;P&gt;I have both Code warrior and Cosmic compiler, so if possible that, I can try it.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 01:24:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12-Bootloader-example-for-Cosmic-Compiler/m-p/2059900#M20383</guid>
      <dc:creator>Gildarai</dc:creator>
      <dc:date>2025-03-12T01:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: S12 Bootloader example for Cosmic Compiler</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12-Bootloader-example-for-Cosmic-Compiler/m-p/2062078#M20393</link>
      <description>&lt;P&gt;Hi Gildarai,&lt;/P&gt;
&lt;P&gt;You can definitely try to adjust the code using vendor specfic options.&lt;/P&gt;
&lt;P&gt;I'd recommend you to check the attached Technical note for more details about differences between CodeWarrior and Cosmic:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;Stan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 12:40:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12-Bootloader-example-for-Cosmic-Compiler/m-p/2062078#M20393</guid>
      <dc:creator>stanish</dc:creator>
      <dc:date>2025-03-14T12:40:37Z</dc:date>
    </item>
  </channel>
</rss>

