<?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のトピックRe: Help needed with a missing header file 6812dp256b.h</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Help-needed-with-a-missing-header-file-6812dp256b-h/m-p/146098#M3963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;CodeWarrior header files for each processor usually have take this form:&lt;BR /&gt;mc9s12c32.h&lt;BR /&gt;&lt;BR /&gt;I poked around with Google, and dredged up some information in a code file that indicates its a very old header, that might be found in some demo files somewhere:&lt;BR /&gt;&lt;BR /&gt;/&lt;BR /&gt;/* Output compare program toggles the port T pin and demonstrates precision timing of task */&lt;BR /&gt;/* Allows a scope to be connected to PT0 to observe the time slice of 1 msec */&lt;BR /&gt;/* In main bits 6 and 7 alternated on. When program returns to main () from interrupt&lt;BR /&gt;, code in main doesn't alter LED status established in interrupt */&lt;BR /&gt;#include &amp;lt;hidef.h&amp;gt; /* common defines and macros */&lt;BR /&gt;&lt;B&gt;/* Please note that the port addresses you have been defining in previous labs are defined in the&lt;BR /&gt;include file 6812dp256b.h */&lt;/B&gt;&lt;BR /&gt;#include &amp;lt;mc9s12c32.h&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* derivative information */&lt;BR /&gt;#pragma LINK_INFO DERIVATIVE "mc9s12c32"&lt;BR /&gt;&lt;BR /&gt;However, I don't have any more information than this. Sorry.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Jan 2009 00:56:17 GMT</pubDate>
    <dc:creator>J2MEJediMaster</dc:creator>
    <dc:date>2009-01-24T00:56:17Z</dc:date>
    <item>
      <title>Help needed with a missing header file 6812dp256b.h</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Help-needed-with-a-missing-header-file-6812dp256b-h/m-p/146097#M3962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;I was recently assigned with a&amp;nbsp;task that involves recovering an existing project that uses a microprocessor from FreeScale, the MC9S12A128BCFU.&amp;nbsp;The problem is that this&amp;nbsp;was a third part project and the guys that first developed the firmware are no longer available (at all). I tried to dig in what they left&amp;nbsp;but I could not even compile the source&amp;nbsp;code they left behind (yes, I am using the correct CodeWarrior version for this part). Apparently the missing link is that their code is calling for a header named &lt;STRONG&gt;&lt;SPAN&gt;6812dp256b.h&lt;/SPAN&gt;&lt;/STRONG&gt; that I do not have available&amp;nbsp;and I was wondering if this is a standard header that is available from an evaluation board or something else (I could not find it on FreeScale site, but perhaps I am looking for in the wrong places). I strongly believe that if I&amp;nbsp;get this file, I will be able to fully compile the code I have here and&amp;nbsp;understand what it does.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;So I would really appreciate if somebody could give me some light regarding this particular file, what is the contents of it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;Rgds,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;Hagar&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 23:19:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Help-needed-with-a-missing-header-file-6812dp256b-h/m-p/146097#M3962</guid>
      <dc:creator>Hagar</dc:creator>
      <dc:date>2009-01-23T23:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with a missing header file 6812dp256b.h</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Help-needed-with-a-missing-header-file-6812dp256b-h/m-p/146098#M3963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;CodeWarrior header files for each processor usually have take this form:&lt;BR /&gt;mc9s12c32.h&lt;BR /&gt;&lt;BR /&gt;I poked around with Google, and dredged up some information in a code file that indicates its a very old header, that might be found in some demo files somewhere:&lt;BR /&gt;&lt;BR /&gt;/&lt;BR /&gt;/* Output compare program toggles the port T pin and demonstrates precision timing of task */&lt;BR /&gt;/* Allows a scope to be connected to PT0 to observe the time slice of 1 msec */&lt;BR /&gt;/* In main bits 6 and 7 alternated on. When program returns to main () from interrupt&lt;BR /&gt;, code in main doesn't alter LED status established in interrupt */&lt;BR /&gt;#include &amp;lt;hidef.h&amp;gt; /* common defines and macros */&lt;BR /&gt;&lt;B&gt;/* Please note that the port addresses you have been defining in previous labs are defined in the&lt;BR /&gt;include file 6812dp256b.h */&lt;/B&gt;&lt;BR /&gt;#include &amp;lt;mc9s12c32.h&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* derivative information */&lt;BR /&gt;#pragma LINK_INFO DERIVATIVE "mc9s12c32"&lt;BR /&gt;&lt;BR /&gt;However, I don't have any more information than this. Sorry.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2009 00:56:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Help-needed-with-a-missing-header-file-6812dp256b-h/m-p/146098#M3963</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2009-01-24T00:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with a missing header file 6812dp256b.h</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Help-needed-with-a-missing-header-file-6812dp256b-h/m-p/146099#M3964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I see this file in the HC12 V4.7 installation:&lt;BR /&gt;&lt;BR /&gt;C:\Program Files\Freescale\CodeWarrior for HCS12 V4.7\lib\hc12c\old\v2.0\6812dp256.h&lt;BR /&gt;(there is also an accompanying cpp file).&lt;BR /&gt;&lt;BR /&gt;Which version of the tools do you have?&lt;BR /&gt;Can you search your CW lib folder for it?&lt;BR /&gt;In case you do not find this header, HC12 V4.7 special edition can be downloaded for free from the freescale.com web site.&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2009 02:41:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Help-needed-with-a-missing-header-file-6812dp256b-h/m-p/146099#M3964</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2009-01-24T02:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with a missing header file 6812dp256b.h</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Help-needed-with-a-missing-header-file-6812dp256b-h/m-p/146100#M3965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Bingo!&lt;/DIV&gt;&lt;DIV&gt;It is there!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CompilerGuru, thank you very much for solving my problem.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Rgds,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Hagar&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2009 03:13:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Help-needed-with-a-missing-header-file-6812dp256b-h/m-p/146100#M3965</guid>
      <dc:creator>Hagar</dc:creator>
      <dc:date>2009-01-24T03:13:37Z</dc:date>
    </item>
  </channel>
</rss>

