<?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のトピックC9S12XDP512 SCI Functions [Beginner]</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/C9S12XDP512-SCI-Functions-Beginner/m-p/156231#M4707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Warning:&amp;nbsp; I am a beginner with DYI projects.&amp;nbsp; I&amp;nbsp;have experience coding in assembly for MC9S12DP256B&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am working on a&amp;nbsp;design project and we have purchased the C9S12XDP512 from a vendor.&amp;nbsp; At the moment, we are trying to do some basic input and output to a terminal.&lt;/DIV&gt;&lt;OL&gt;&lt;LI&gt;&amp;nbsp;Are there any SCI functions that are already written for the the processor in C that is available for use?&lt;/LI&gt;&lt;LI&gt;We have tried including the "stdio.h" library and the functions defined in there are not compiling.&amp;nbsp; Is there something we are possibly missing?&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2007 08:01:16 GMT</pubDate>
    <dc:creator>bwheeler</dc:creator>
    <dc:date>2007-10-18T08:01:16Z</dc:date>
    <item>
      <title>C9S12XDP512 SCI Functions [Beginner]</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/C9S12XDP512-SCI-Functions-Beginner/m-p/156231#M4707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Warning:&amp;nbsp; I am a beginner with DYI projects.&amp;nbsp; I&amp;nbsp;have experience coding in assembly for MC9S12DP256B&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am working on a&amp;nbsp;design project and we have purchased the C9S12XDP512 from a vendor.&amp;nbsp; At the moment, we are trying to do some basic input and output to a terminal.&lt;/DIV&gt;&lt;OL&gt;&lt;LI&gt;&amp;nbsp;Are there any SCI functions that are already written for the the processor in C that is available for use?&lt;/LI&gt;&lt;LI&gt;We have tried including the "stdio.h" library and the functions defined in there are not compiling.&amp;nbsp; Is there something we are possibly missing?&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 08:01:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/C9S12XDP512-SCI-Functions-Beginner/m-p/156231#M4707</guid>
      <dc:creator>bwheeler</dc:creator>
      <dc:date>2007-10-18T08:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: C9S12XDP512 SCI Functions [Beginner]</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/C9S12XDP512-SCI-Functions-Beginner/m-p/156232#M4708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;1. First, you have to say how the SCI device is configured. Some have and din and a dout, other just a single I/O pin. So you need to provide more information. Perhaps tell us the part you wish to talk to, with a link to it's spec sheet.&lt;BR /&gt;&lt;BR /&gt;2. Not enough information. In general there are no issues with stdio.h&amp;nbsp; If you are expecting to open a file, you may have trouble with that, but things like sprintf work. Which functions are you having trouble with?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 19:25:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/C9S12XDP512-SCI-Functions-Beginner/m-p/156232#M4708</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2007-10-18T19:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: C9S12XDP512 SCI Functions [Beginner]</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/C9S12XDP512-SCI-Functions-Beginner/m-p/156233#M4709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Sorry I misread read you said SCI I read SPI.&lt;BR /&gt;&lt;BR /&gt;If you go &lt;A href="http://www.mecheng.adelaide.edu.au/robotics/wpage.php?wpage_id=56" rel="nofollow" target="_blank"&gt;here&lt;/A&gt; and scroll down to "Sample Programs"&amp;nbsp; there are several sample SCI projects.&lt;BR /&gt;From Hello World to a fully buffered interrupt driven example.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 20:18:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/C9S12XDP512-SCI-Functions-Beginner/m-p/156233#M4709</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2007-10-18T20:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: C9S12XDP512 SCI Functions [Beginner]</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/C9S12XDP512-SCI-Functions-Beginner/m-p/156234#M4710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Thank you.&amp;nbsp; This site seems like it would be helpful.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 23:54:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/C9S12XDP512-SCI-Functions-Beginner/m-p/156234#M4710</guid>
      <dc:creator>bwheeler</dc:creator>
      <dc:date>2007-10-18T23:54:44Z</dc:date>
    </item>
  </channel>
</rss>

