<?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>8-bit MicrocontrollersのトピックRe: Serial Baud Rates while using a 13192 SARD</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Serial-Baud-Rates-while-using-a-13192-SARD/m-p/137467#M4695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I was able to sucessfully get 15200 baud using the first example, thanks to both of you! &lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;P&gt;Message Edited by mjcoury on &lt;SPAN class="date_text"&gt;2006-06-06&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;03:25 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jun 2006 03:24:37 GMT</pubDate>
    <dc:creator>mjcoury</dc:creator>
    <dc:date>2006-06-07T03:24:37Z</dc:date>
    <item>
      <title>Serial Baud Rates while using a 13192 SARD</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Serial-Baud-Rates-while-using-a-13192-SARD/m-p/137464#M4692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to use a faster baud rate than 38400 and the faster baud rates are not reachable due to the math involved with the clock divider.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone had any success changing the clock speed coming out of the zigbee IC so I can achieve 115200 Baud on the HCS08?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MC&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 02:22:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Serial-Baud-Rates-while-using-a-13192-SARD/m-p/137464#M4692</guid>
      <dc:creator>mjcoury</dc:creator>
      <dc:date>2006-05-31T02:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Serial Baud Rates while using a 13192 SARD</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Serial-Baud-Rates-while-using-a-13192-SARD/m-p/137465#M4693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Haven't tried it but I guess you could try this:&lt;/P&gt;&lt;P&gt;Set the 13192 for 32k768 out&lt;/P&gt;&lt;P&gt;Configure the GT ICG to generate a 7.3728MHz buss from this.&lt;/P&gt;&lt;P&gt;Use /4 to get baudrate of 115200.&lt;/P&gt;&lt;P&gt;The clock rate of the MCU is only a little lower than before so you might get away with it.&lt;/P&gt;&lt;P&gt;Might try it myself one day...&lt;/P&gt;&lt;P&gt;Regards David&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 19:18:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Serial-Baud-Rates-while-using-a-13192-SARD/m-p/137465#M4693</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2006-05-31T19:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Serial Baud Rates while using a 13192 SARD</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Serial-Baud-Rates-while-using-a-13192-SARD/m-p/137466#M4694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have 115200 baud working on the SARD/EVB boards, in fact I showed this working at the Manchester, UK MCF52235 Seminar today.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The My_Wireless_App.mcp demo that ships with the EVK software has a coordinator (Example 6a) that runs with a system clock of 16.78MHz. In NVRAM.c, the baudrate divider is set to 0x0009, to give a 115200 baud rate.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;This examples sets register 0x0A in the MC1319x (CLKO) to give an output clock of 32.768 kHz, and uses the fll in the GT60 to make 16.78 MHz.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;#ifdef SYSTEM_CLOCK_16_78MHZ&lt;BR /&gt;&amp;nbsp;0x10, // 16 MHz -&amp;gt; ~16,78 MHz&lt;BR /&gt;&amp;nbsp;//0x3646,&lt;BR /&gt;&amp;nbsp; (ABEL_XTAL_TRIM | ABEL_XTAL_BIAS_CURRENT | ABEL_CHIP_RATE | 6),&lt;BR /&gt;&amp;nbsp;(ABEL_CCA_ENERGY_DETECT_THRESHOLD | ABEL_POWER_COMPENSATION_OFFSET),&lt;BR /&gt;// ICG clock&lt;BR /&gt;&amp;nbsp;0x18,&lt;BR /&gt;&amp;nbsp;0x60, // 0x60 =&amp;gt; CPU clk=32,78 MHz, Buc clk = 16,39 MHz&lt;BR /&gt;// ICG Filter&lt;BR /&gt;&amp;nbsp;0x02,&lt;BR /&gt;&amp;nbsp;0x40,&lt;BR /&gt;// SCI&lt;BR /&gt;&amp;nbsp;0x00,&lt;BR /&gt;&amp;nbsp;0x09, // 0x6D =&amp;gt; 9600 @ 16,78 MHz ( 9,621 baud)&lt;BR /&gt;//&amp;nbsp;0x09, // 0x09 =&amp;gt; 115200 @ 16,78 MHz&lt;BR /&gt;#endif SYSTEM_CLOCK_16_78MHZ&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It works,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Mark&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 04:27:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Serial-Baud-Rates-while-using-a-13192-SARD/m-p/137466#M4694</guid>
      <dc:creator>UK_CF_FAE</dc:creator>
      <dc:date>2006-06-02T04:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Serial Baud Rates while using a 13192 SARD</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Serial-Baud-Rates-while-using-a-13192-SARD/m-p/137467#M4695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I was able to sucessfully get 15200 baud using the first example, thanks to both of you! &lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;P&gt;Message Edited by mjcoury on &lt;SPAN class="date_text"&gt;2006-06-06&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;03:25 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 03:24:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Serial-Baud-Rates-while-using-a-13192-SARD/m-p/137467#M4695</guid>
      <dc:creator>mjcoury</dc:creator>
      <dc:date>2006-06-07T03:24:37Z</dc:date>
    </item>
  </channel>
</rss>

