<?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>8-bit MicrocontrollersのトピックMotorola chips and floating point registers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Motorola-chips-and-floating-point-registers/m-p/142552#M6274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 2;"&gt;Hi,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 2;"&gt;I am just getting into the freescale world and am enjoying learning about the HC908GP32 chip. The CWX IDE is great and I am using the full chip simulation currently.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 2;"&gt;Are there any of the 8bit micro family&amp;nbsp;that would encorporate a floating point register(s) ?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 2;"&gt;I ask because when I try and get some math based processing, it would seem I will blow away all code size limits really quickly using the 908GP32. This is only a subset of the programming I was hoping to do.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 2;"&gt;If the 8bit micro world is not compatible, which micro family should I be looking at ?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 2;"&gt;Cheers&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 2;"&gt;Martin&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jul 2006 14:13:26 GMT</pubDate>
    <dc:creator>Martin_BF</dc:creator>
    <dc:date>2006-07-10T14:13:26Z</dc:date>
    <item>
      <title>Motorola chips and floating point registers</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Motorola-chips-and-floating-point-registers/m-p/142552#M6274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 2;"&gt;Hi,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 2;"&gt;I am just getting into the freescale world and am enjoying learning about the HC908GP32 chip. The CWX IDE is great and I am using the full chip simulation currently.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 2;"&gt;Are there any of the 8bit micro family&amp;nbsp;that would encorporate a floating point register(s) ?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 2;"&gt;I ask because when I try and get some math based processing, it would seem I will blow away all code size limits really quickly using the 908GP32. This is only a subset of the programming I was hoping to do.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 2;"&gt;If the 8bit micro world is not compatible, which micro family should I be looking at ?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 2;"&gt;Cheers&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 2;"&gt;Martin&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 14:13:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Motorola-chips-and-floating-point-registers/m-p/142552#M6274</guid>
      <dc:creator>Martin_BF</dc:creator>
      <dc:date>2006-07-10T14:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Motorola chips and floating point registers</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Motorola-chips-and-floating-point-registers/m-p/142553#M6275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi, Martin:&lt;BR /&gt;&lt;BR /&gt;In my humble (but often overbearing) opinion, The 8 and 16 bit micros are not suited for floating point. But I feel floating point is not suited for almost all embedded applications. You rarely need the dynamic range of floating-point.&lt;BR /&gt;&lt;BR /&gt;I use the GP32 a lot with 16, 24 and 32 bit fixed-point math. My experience is that there are few embedded applications where the decimal point really has to float. I have to do some awfully precise FFTs in a DSP56303, and it's all fixed-point, down to eight decimal places. Even the trig.&lt;BR /&gt;&lt;BR /&gt;I find that the integer math capabilities of the HC08s are pretty darn efficient for doing fixed-point math.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 14:29:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Motorola-chips-and-floating-point-registers/m-p/142553#M6275</guid>
      <dc:creator>rocco</dc:creator>
      <dc:date>2006-07-10T14:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Motorola chips and floating point registers</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Motorola-chips-and-floating-point-registers/m-p/142554#M6276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Rocco,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for the response. I had forgotten that option.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I will give it a go and so you may hear from me later.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Martin&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 08:02:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Motorola-chips-and-floating-point-registers/m-p/142554#M6276</guid>
      <dc:creator>Martin_BF</dc:creator>
      <dc:date>2006-07-11T08:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Motorola chips and floating point registers</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Motorola-chips-and-floating-point-registers/m-p/142555#M6277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I haven't tried doing any floating point on an 08 part, but I use it on the 12 all the time. Motorola used to have a floating point math package on their web site for the 6811 in assembly. It wasn't hard to convert that into the assembler in CodeWarrior to run on the 12.&lt;BR /&gt;&lt;BR /&gt;Mike&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 21:03:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Motorola-chips-and-floating-point-registers/m-p/142555#M6277</guid>
      <dc:creator>mke_et</dc:creator>
      <dc:date>2006-07-11T21:03:21Z</dc:date>
    </item>
  </channel>
</rss>

