<?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: HC08 MCU based µC and linux in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/HC08-MCU-based-%C2%B5C-and-linux/m-p/152305#M8345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you could lend me that header, i'll get on it next week (i have a test today, and i want to take the weekend off &lt;IMG alt=":smileytongue:" class="emoticon emoticon-smileytongue" id="smileytongue" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-tongue.gif" title="Smiley Tongue" /&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll comment any progress as soon as i have something running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding CodeWarrior, i believe that a friend of mine tried it with WINE, on Linux. He told me that he had a problem with it, but i don't remember if it didn't run, or if the problem was when he tried to program the uC with the MON08.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Nov 2009 00:21:42 GMT</pubDate>
    <dc:creator>Ari</dc:creator>
    <dc:date>2009-11-28T00:21:42Z</dc:date>
    <item>
      <title>HC08 MCU based µC and linux</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/HC08-MCU-based-%C2%B5C-and-linux/m-p/152302#M8342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I create this topic just to share my work on&amp;nbsp; HC08 based mcu and linux.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Indeed, in the company I work, we are using linux and for this we cannot used codewarrior (because it only works on windows...) so we decided to used SDCC compiler which is free and works under linux.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SDCC generate .S19 file which is compliante with the cyclone pro for flashing the MCU.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But SDCC doesn't know the mc9s08awxx MCU family so I had to create the corresponding header file.&lt;/P&gt;&lt;P&gt;If someone is interested in this file, I will be happy to give it to him !!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The next step is to find, or create, an electronic board to flash the µC without using the cyclone pro device (because we need windows with it... via Virtualbox)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 16:55:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/HC08-MCU-based-%C2%B5C-and-linux/m-p/152302#M8342</guid>
      <dc:creator>vcz</dc:creator>
      <dc:date>2009-11-06T16:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: HC08 MCU based µC and linux</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/HC08-MCU-based-%C2%B5C-and-linux/m-p/152303#M8343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i'm new with freescale uCs. I'm a student, and i was interested in Freescales' uC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the schematics to build a OSBDM, and i am now a linux user. I read something about this SDCC, but haven't tried it yet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's my question: for what i've seen, the SDCC is made to support the HC08 core, but i haven't seen anything regardin S08 core. Did you compiled C-code for the S08 core on SDCC? Is it to difficult?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the other hand, is there any tool to flash the MCUs with the OSBDM under linux?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help you can provide.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S.: I'm sorry if there's a syntax or spelling mistake, i'm from Argentina and haven't written in english for quite a while now &lt;IMG alt=":smileytongue:" class="emoticon emoticon-smileytongue" id="smileytongue" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-tongue.gif" title="Smiley Tongue" /&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 20:10:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/HC08-MCU-based-%C2%B5C-and-linux/m-p/152303#M8343</guid>
      <dc:creator>Ari</dc:creator>
      <dc:date>2009-11-26T20:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: HC08 MCU based µC and linux</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/HC08-MCU-based-%C2%B5C-and-linux/m-p/152304#M8344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I used SDCC for my project without any problem !&lt;/P&gt;&lt;P&gt;HCS08 has the same core as HC08 (same opcode...),&amp;nbsp; nevertheless you will need an header file corresponding to YOUR MCU. I wrote the header file corresponding to the mc9s08aw16 MCU and if you want, I can give it to you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your OSBDM, I don't know because for the moment I use the "Image creator" tools provided by freescale to generate file for flashing my MCU, via the cyclone pro hardware tools.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Indeed, SDCC generate S19 file which are compliant with the freescale tools. But if you can make an OSBDM, I think that it will compliant with S19 file too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 20:25:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/HC08-MCU-based-%C2%B5C-and-linux/m-p/152304#M8344</guid>
      <dc:creator>vcz</dc:creator>
      <dc:date>2009-11-26T20:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: HC08 MCU based µC and linux</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/HC08-MCU-based-%C2%B5C-and-linux/m-p/152305#M8345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you could lend me that header, i'll get on it next week (i have a test today, and i want to take the weekend off &lt;IMG alt=":smileytongue:" class="emoticon emoticon-smileytongue" id="smileytongue" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-tongue.gif" title="Smiley Tongue" /&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll comment any progress as soon as i have something running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding CodeWarrior, i believe that a friend of mine tried it with WINE, on Linux. He told me that he had a problem with it, but i don't remember if it didn't run, or if the problem was when he tried to program the uC with the MON08.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Nov 2009 00:21:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/HC08-MCU-based-%C2%B5C-and-linux/m-p/152305#M8345</guid>
      <dc:creator>Ari</dc:creator>
      <dc:date>2009-11-28T00:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: HC08 MCU based µC and linux</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/HC08-MCU-based-%C2%B5C-and-linux/m-p/152306#M8346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ari,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Keep in mind that the HCS08 devices do have a few more instructions available, compared with the HC908.&amp;nbsp; This means that a compiler that handles HC908 devices only will not make use of the additional instructions.&amp;nbsp; This may result in less efficient code, i.e. greater code size and/or more execution cycles.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Nov 2009 00:56:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/HC08-MCU-based-%C2%B5C-and-linux/m-p/152306#M8346</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2009-11-28T00:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: HC08 MCU based µC and linux</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/HC08-MCU-based-%C2%B5C-and-linux/m-p/152307#M8347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No problem for the header. Give me your e-mail and I will send you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use virtualbox to enable windows on my linux and it works fine (code warriors and all the software given with the MCU).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe SDCC implements the HCS08 becaus eall the opcode work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Nov 2009 04:06:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/HC08-MCU-based-%C2%B5C-and-linux/m-p/152307#M8347</guid>
      <dc:creator>vcz</dc:creator>
      <dc:date>2009-11-28T04:06:50Z</dc:date>
    </item>
  </channel>
</rss>

