<?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: Changing SCI baud rate during run (NE64) in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Changing-SCI-baud-rate-during-run-NE64/m-p/139299#M2876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Does it do it mid-transmit or reception? Seems like that could cause a problem.&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2006 23:48:52 GMT</pubDate>
    <dc:creator>imajeff</dc:creator>
    <dc:date>2006-06-12T23:48:52Z</dc:date>
    <item>
      <title>Changing SCI baud rate during run (NE64)</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Changing-SCI-baud-rate-during-run-NE64/m-p/139298#M2875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I am trying to change the sci baud rate during run (starting up in 9600 and changing to 115200), but it doesn't seem to work right.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Does anybody knows how can i make it work propertly (a setup function will be vary helpfull...)&amp;nbsp;?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;My current setup function just disables the interrupts and sets the registers...&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;thanks,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Gal&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 19:14:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Changing-SCI-baud-rate-during-run-NE64/m-p/139298#M2875</guid>
      <dc:creator>galn2511</dc:creator>
      <dc:date>2006-06-12T19:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SCI baud rate during run (NE64)</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Changing-SCI-baud-rate-during-run-NE64/m-p/139299#M2876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Does it do it mid-transmit or reception? Seems like that could cause a problem.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 23:48:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Changing-SCI-baud-rate-during-run-NE64/m-p/139299#M2876</guid>
      <dc:creator>imajeff</dc:creator>
      <dc:date>2006-06-12T23:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SCI baud rate during run (NE64)</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Changing-SCI-baud-rate-during-run-NE64/m-p/139300#M2877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is certainly possible. I have a project which allows setup of the serial interface via a web page - it calls the initialisation routine again and the new settings are immediately valid. The only thing which I notice is that there is a glitch on the TX output when it is reconfigured but otherwise it works fine - changing from 300b/s to 115200b/s has no problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without more details it is not possible to know what is going wrong - however beware that 115200 is not that accurate from the 25MHz crystal and it may be that your terminal is not understanding something - I have seen this once with the NE64 connected to another device which also had a lax tolerance (ASYNC requires better than 5 procent tolerance).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you haven't already considered it, look at the following posting: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.freescale.com/freescale/board/message?board.id=16BITCOMM&amp;amp;message.id=897" target="_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=16BITCOMM&amp;amp;message.id=897&lt;/A&gt;&lt;BR /&gt;The uTasker is free of charge for non-commercial use and comes with an operating system, TCP/IP stack and proven UART drivers (XON/XOF, echo, escape character modes, etc). You can then change the setting via Telnet or web browser 'on-the-fly' and know that it works. It has a NE64 simulator which will allow projects on the NE64 to run in real-time on a PC where complete devvelopments can be completed before verifying on the target. If you ever decide to upgrade to the big brother, the Coldfire M5223X, the code also compiles to it with just a precompiler define change...see also this posting in the Coldfire forum:&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;message.id=274" target="_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;message.id=274&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark Butcher&lt;BR /&gt;&lt;A href="http://www.mjbc.ch/"&gt;www.mjbc.ch&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2006 03:18:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Changing-SCI-baud-rate-during-run-NE64/m-p/139300#M2877</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2006-06-13T03:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SCI baud rate during run (NE64)</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Changing-SCI-baud-rate-during-run-NE64/m-p/139301#M2878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Thanks guys,&lt;/DIV&gt;&lt;DIV&gt;I solved the problem.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 20:23:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Changing-SCI-baud-rate-during-run-NE64/m-p/139301#M2878</guid>
      <dc:creator>galn2511</dc:creator>
      <dc:date>2006-06-14T20:23:11Z</dc:date>
    </item>
  </channel>
</rss>

