<?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: OSBDM firmware error in OSBDM and TBDML</title>
    <link>https://community.nxp.com/t5/OSBDM-and-TBDML/OSBDM-firmware-error/m-p/143281#M456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;The firmware uses older mc68hc908jb16.c and .h files which have been depreciated in the newer 5.0+ versions.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I know 5.0 still had the files, but they were not in the default directory, so you will get errors generated by using the newer version of files.&amp;nbsp; CW08 V5.0\lib\hc08c\include&amp;nbsp;and CW08 V5.0\lib\hc08c\src&amp;nbsp;is where they kept them.&amp;nbsp; The new versions of Codewarrior now use the CW08 V5.0\lib\hc08c\device directory.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You can use the older version of files and it will work, but you'll get warnings about the files being depreciated.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;uCTechnoGeek&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jan 2007 02:29:05 GMT</pubDate>
    <dc:creator>UcTechnoGeek</dc:creator>
    <dc:date>2007-01-23T02:29:05Z</dc:date>
    <item>
      <title>OSBDM firmware error</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/OSBDM-firmware-error/m-p/143278#M453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi all,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;I have downloaded OSBDM firmware project.When i try to make compile this project under CW5.1(OSBDM drivers already installed)&amp;nbsp;it generates 51 errors.For example UCR0_T0SEQ_MASK not declared.I had to download special header file for this project?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks...&lt;/DIV&gt;&lt;DIV&gt;/t&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jan 2007 20:45:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/OSBDM-firmware-error/m-p/143278#M453</guid>
      <dc:creator>adige</dc:creator>
      <dc:date>2007-01-20T20:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: OSBDM firmware error</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/OSBDM-firmware-error/m-p/143279#M454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have tried to compile the OSBDM08 firmware with CW5.1, but, I got a lot of error too .&lt;BR /&gt;&lt;BR /&gt;For exemple, the error you mention is due to a different declaration of UCR0_TOSEQ_MASK , witch is defined as UCR0_T0SEQ_MASK (find the difference!!) in mc68hc908JB16.c, some errors are also due to lower-case - uppercase differences in variables names, .. (it is probably an option to disable case sensibility in CW, but i don't know it)&lt;BR /&gt;&lt;BR /&gt;I continued not to debug the code. Clearely, the code was written with CW3.1. With CW3.1, no compilation errors.&lt;BR /&gt;&lt;BR /&gt;th.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2007 03:44:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/OSBDM-firmware-error/m-p/143279#M454</guid>
      <dc:creator>thm59</dc:creator>
      <dc:date>2007-01-21T03:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: OSBDM firmware error</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/OSBDM-firmware-error/m-p/143280#M455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Ok.&lt;/DIV&gt;&lt;DIV&gt;Thanks a lot.&lt;/DIV&gt;&lt;DIV&gt;bye&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;/t&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2007 03:55:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/OSBDM-firmware-error/m-p/143280#M455</guid>
      <dc:creator>adige</dc:creator>
      <dc:date>2007-01-21T03:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: OSBDM firmware error</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/OSBDM-firmware-error/m-p/143281#M456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;The firmware uses older mc68hc908jb16.c and .h files which have been depreciated in the newer 5.0+ versions.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I know 5.0 still had the files, but they were not in the default directory, so you will get errors generated by using the newer version of files.&amp;nbsp; CW08 V5.0\lib\hc08c\include&amp;nbsp;and CW08 V5.0\lib\hc08c\src&amp;nbsp;is where they kept them.&amp;nbsp; The new versions of Codewarrior now use the CW08 V5.0\lib\hc08c\device directory.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You can use the older version of files and it will work, but you'll get warnings about the files being depreciated.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;uCTechnoGeek&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 02:29:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/OSBDM-firmware-error/m-p/143281#M456</guid>
      <dc:creator>UcTechnoGeek</dc:creator>
      <dc:date>2007-01-23T02:29:05Z</dc:date>
    </item>
  </channel>
</rss>

