<?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: MC9S08GT60 SCI baud rate modulo divisor in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08GT60-SCI-baud-rate-modulo-divisor/m-p/144913#M7004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;There is no actual table as it is just the raw 13-bit binary value (e.g. 1=1, 2=2 and 3=3 etc). Mostly you just clear the high register and load the divisor into the low one (as it generally fits in one byte).&lt;/DIV&gt;&lt;DIV&gt;The associated spreadsheet with the quoted AN will tell you exactly what to load if you plug in all your details.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In your case the 26dec just goes straight into the low byte of the register (with high byte cleared)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Message Edited by peg on &lt;SPAN class="date_text"&gt;2007-02-09&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;01:23 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Feb 2007 11:18:00 GMT</pubDate>
    <dc:creator>peg</dc:creator>
    <dc:date>2007-02-09T11:18:00Z</dc:date>
    <item>
      <title>MC9S08GT60 SCI baud rate modulo divisor</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08GT60-SCI-baud-rate-modulo-divisor/m-p/144910#M7001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;anyone has MC8S08GT60 SCI baud rate modulo divisor table, register SCIxBDH and SCIxBDL (SBR12&lt;/SPAN&gt;&lt;A href="http://freescale.i.lithium.com/i/smilies/16x16_smiley-frustrated.gif"&gt;&lt;IMG alt=":smileyfrustrated:" class="emoticon emoticon-smileyfrustrated" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-frustrated.gif" title="Smiley Frustrated" /&gt;&lt;/A&gt;&lt;SPAN&gt;BR0)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i cant find in the data sheet. Freescale should have included it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2007 05:33:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08GT60-SCI-baud-rate-modulo-divisor/m-p/144910#M7001</guid>
      <dc:creator>cschai</dc:creator>
      <dc:date>2007-02-09T05:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: MC9S08GT60 SCI baud rate modulo divisor</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08GT60-SCI-baud-rate-modulo-divisor/m-p/144911#M7002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi cschai,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It is easiest to use the spreadsheet in AN2494 for this, helps with all clock related issues as well.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Also you may be able to dig out some old posts by me on achieving "standard" baudrates on these devices.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2007 05:47:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08GT60-SCI-baud-rate-modulo-divisor/m-p/144911#M7002</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2007-02-09T05:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: MC9S08GT60 SCI baud rate modulo divisor</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08GT60-SCI-baud-rate-modulo-divisor/m-p/144912#M7003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;thanks!&lt;BR /&gt;but did AN2494 really tell the SCI baud rate divisor? it just explain the ICG, is it?&lt;BR /&gt;i cant find any SCI baud rate divisor table in AN2494 although it did mention about SCI baud rate！&lt;BR /&gt;&lt;BR /&gt;for example:&lt;BR /&gt;if my bus freq = 8Mhz&lt;BR /&gt;required baud rate = 19200&lt;BR /&gt;from baud rate = bus freq / (16*SBR)&lt;BR /&gt;thus SBR ~= 26&lt;BR /&gt;&lt;BR /&gt;what is the setting of SBR to get approximate baud rate divisor of 26?&lt;BR /&gt;&lt;BR /&gt;thanks!&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2007 06:29:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08GT60-SCI-baud-rate-modulo-divisor/m-p/144912#M7003</guid>
      <dc:creator>cschai</dc:creator>
      <dc:date>2007-02-09T06:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: MC9S08GT60 SCI baud rate modulo divisor</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08GT60-SCI-baud-rate-modulo-divisor/m-p/144913#M7004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;There is no actual table as it is just the raw 13-bit binary value (e.g. 1=1, 2=2 and 3=3 etc). Mostly you just clear the high register and load the divisor into the low one (as it generally fits in one byte).&lt;/DIV&gt;&lt;DIV&gt;The associated spreadsheet with the quoted AN will tell you exactly what to load if you plug in all your details.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In your case the 26dec just goes straight into the low byte of the register (with high byte cleared)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Message Edited by peg on &lt;SPAN class="date_text"&gt;2007-02-09&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;01:23 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2007 11:18:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08GT60-SCI-baud-rate-modulo-divisor/m-p/144913#M7004</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2007-02-09T11:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: MC9S08GT60 SCI baud rate modulo divisor</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08GT60-SCI-baud-rate-modulo-divisor/m-p/144914#M7005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Peg,&lt;BR /&gt;&lt;BR /&gt;Thanks....&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2007 15:04:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08GT60-SCI-baud-rate-modulo-divisor/m-p/144914#M7005</guid>
      <dc:creator>cschai</dc:creator>
      <dc:date>2007-02-09T15:04:23Z</dc:date>
    </item>
  </channel>
</rss>

