<?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のトピックOscillator circuit comparison (Pierce and colpitts)</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/SCI-problem-in-mc9s12xdp512-CPU/m-p/182699#M6736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Thanks for the valuable information&lt;BR /&gt;&lt;BR /&gt;We will be goin for hardware change of the board.&lt;BR /&gt;I have one more query,&lt;BR /&gt;What is the exact difference between colpitts oscillator and pierce oscillator (Full swing as well as loop controlled)?&lt;BR /&gt;Is loop controlled oscillator is compatible with MC9S12DP512 and MC9S12XDP512?????????????&lt;BR /&gt;So that we can use the same design for both the boards.&lt;BR /&gt;In case of full swing pierce oscillator, what will determine Rb and Rs values? is there any standard???&lt;BR /&gt;Can we make Rb open and Rs short in the circuit???&lt;BR /&gt;Is there any apnote other than AN2727????&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by kp2309 on &lt;SPAN class="date_text"&gt;2008-02-13&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;04:06 AM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Feb 2008 12:03:55 GMT</pubDate>
    <dc:creator>kp2309</dc:creator>
    <dc:date>2008-02-13T12:03:55Z</dc:date>
    <item>
      <title>SCI problem in mc9s12xdp512 CPU</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/SCI-problem-in-mc9s12xdp512-CPU/m-p/182695#M6732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I m using CPU of MC9S12XDP512 and not yet using xgate core&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I m facing some problem in driving serial coomunication&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the SCI baud rate initialisation is not proper&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;According to data sheet and related apnotes i ve written d code as follows&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SCI.SCxBDL&amp;nbsp; =&amp;nbsp;&amp;nbsp; 52;&amp;nbsp;&amp;nbsp; /* baud rate 9600 at 8 MHz */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SCI.SCxBDH&amp;nbsp; =&amp;nbsp;&amp;nbsp; 0;&amp;nbsp;&amp;nbsp; /* baud rate 9600 at 8 MHz */&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While transmitting character&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(!(SCI.SCxSR1 &amp;amp; 0x80)) {};&amp;nbsp; /* wait for output buffer empty */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCI.SCxDRL = ch;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I m not using interrupt but polling mode is used&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;also wanted to know wot is the relation between system bus clock, oscillator clock&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Crystal being used = 8MHz&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can u pls suggest me any solution..................?&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 18:47:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/SCI-problem-in-mc9s12xdp512-CPU/m-p/182695#M6732</guid>
      <dc:creator>kp2309</dc:creator>
      <dc:date>2008-01-25T18:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: SCI problem in mc9s12xdp512 CPU</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/SCI-problem-in-mc9s12xdp512-CPU/m-p/182696#M6733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;If you didn't selected bus clock to be derived from PLL (PLLSEL bit), then bus clock should be&amp;nbsp;in your case a half of crystal frequency, 8MHz&amp;nbsp; / 2 = 4MHz.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 19:22:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/SCI-problem-in-mc9s12xdp512-CPU/m-p/182696#M6733</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2008-01-25T19:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: SCI problem in mc9s12xdp512 CPU</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/SCI-problem-in-mc9s12xdp512-CPU/m-p/182697#M6734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I m not using PLL&lt;BR /&gt;hence taken bus clock = 4 Mhz&lt;BR /&gt;and calculated with formula&lt;BR /&gt;SCI baud rate = SCI bus clock/(16*9600) = 26 ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as bus clock = 4MHz&lt;BR /&gt;and loaded it in baud rate register but its not working&lt;BR /&gt;&lt;BR /&gt;On hyper terminal it is showing some garbage character with HEX value 0xE0 whereas it is supposed to show 0x85 which is sent by me. Also it is showing the garbage character&amp;nbsp; for some specific range of characters (i.e. its not communicating when we send 'A' or any number like'1', but it shows same garbage value for 'k' as well as 'U' )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 19:51:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/SCI-problem-in-mc9s12xdp512-CPU/m-p/182697#M6734</guid>
      <dc:creator>kp2309</dc:creator>
      <dc:date>2008-01-25T19:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: SCI problem in mc9s12xdp512 CPU</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/SCI-problem-in-mc9s12xdp512-CPU/m-p/182698#M6735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Then your oscilator must&amp;nbsp;be working in&amp;nbsp;self clock mode which is specified from min 1MHz to max 5.5MHz and we may only guess what the value it is.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Aren't&amp;nbsp;you&amp;nbsp;porting your application from some older S12 derivative to S12X? If that's the case then please note a changes made, for example there's no more Collpitts oscilator mode.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 21:26:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/SCI-problem-in-mc9s12xdp512-CPU/m-p/182698#M6735</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2008-01-25T21:26:20Z</dc:date>
    </item>
    <item>
      <title>Oscillator circuit comparison (Pierce and colpitts)</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/SCI-problem-in-mc9s12xdp512-CPU/m-p/182699#M6736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Thanks for the valuable information&lt;BR /&gt;&lt;BR /&gt;We will be goin for hardware change of the board.&lt;BR /&gt;I have one more query,&lt;BR /&gt;What is the exact difference between colpitts oscillator and pierce oscillator (Full swing as well as loop controlled)?&lt;BR /&gt;Is loop controlled oscillator is compatible with MC9S12DP512 and MC9S12XDP512?????????????&lt;BR /&gt;So that we can use the same design for both the boards.&lt;BR /&gt;In case of full swing pierce oscillator, what will determine Rb and Rs values? is there any standard???&lt;BR /&gt;Can we make Rb open and Rs short in the circuit???&lt;BR /&gt;Is there any apnote other than AN2727????&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by kp2309 on &lt;SPAN class="date_text"&gt;2008-02-13&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;04:06 AM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 12:03:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/SCI-problem-in-mc9s12xdp512-CPU/m-p/182699#M6736</guid>
      <dc:creator>kp2309</dc:creator>
      <dc:date>2008-02-13T12:03:55Z</dc:date>
    </item>
  </channel>
</rss>

