<?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: AsynchroMaster bean SCI data Width stuck at 9 bits in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175442#M5664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just tried this with my MCU10 (eclipse based) installation, and added an AsynchroSerial component to my MC9S08DZ60MLH project, and there I can change the bits from 4 bits up to 9 bits.&lt;/P&gt;&lt;P&gt;What version of CodeWarrior are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jan 2011 14:25:13 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2011-01-13T14:25:13Z</dc:date>
    <item>
      <title>AsynchroMaster bean SCI data Width stuck at 9 bits</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175437#M5659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the AsynchroMaster bean to transmit and receive basic MIDI 31.25K baud serial data.&amp;nbsp; Upon configuring the bean with Processor Expert, two parameters are grey'd out.&amp;nbsp; The Party and the Width.&amp;nbsp; The code is being generated in 9-bit mode but I need 8-bit.&amp;nbsp; Why is this option grey'd out?&amp;nbsp; How can I change the width to 8-bits?&amp;nbsp; Are these options dependant on some other option?&amp;nbsp; Is this option configured elsewhere?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 14:06:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175437#M5659</guid>
      <dc:creator>jgirard1</dc:creator>
      <dc:date>2011-01-12T14:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: AsynchroMaster bean SCI data Width stuck at 9 bits</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175438#M5660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I forgot to mention that I am using a MC9S08DZ60, which does have these options in the SCI Control Register.&amp;nbsp; I closely inspected the code and it looks like the register is being initialized correctly for 8-bit mode, but it still puzzles me why the Processor Experts has these fields grey'd out.&amp;nbsp; The default for the field shows 9-bits, but the code is being generated as 8-bits.&amp;nbsp; Very odd.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 15:13:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175438#M5660</guid>
      <dc:creator>jgirard1</dc:creator>
      <dc:date>2011-01-12T15:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: AsynchroMaster bean SCI data Width stuck at 9 bits</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175439#M5661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AsynchroMaster is to communicate with addresseable AnsynchroSlave's. I think you need AsynchroSerial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 16:09:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175439#M5661</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2011-01-12T16:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: AsynchroMaster bean SCI data Width stuck at 9 bits</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175440#M5662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried using both master and slave beans and the results&amp;nbsp;were the same.&amp;nbsp; If I float my cursor over the items,&amp;nbsp;the popup help&amp;nbsp;inidicates that:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Version specific item: Settings not supported for MFC derivatives."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not using a MFC derivative.&amp;nbsp; What the heck is MFC anyway?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am setup for MC9S08DZ60MLC.&amp;nbsp; Is this a bug in Processor Expert?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 13:35:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175440#M5662</guid>
      <dc:creator>jgirard1</dc:creator>
      <dc:date>2011-01-13T13:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: AsynchroMaster bean SCI data Width stuck at 9 bits</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175441#M5663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MFC == ColdFire&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 13:46:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175441#M5663</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2011-01-13T13:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: AsynchroMaster bean SCI data Width stuck at 9 bits</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175442#M5664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just tried this with my MCU10 (eclipse based) installation, and added an AsynchroSerial component to my MC9S08DZ60MLH project, and there I can change the bits from 4 bits up to 9 bits.&lt;/P&gt;&lt;P&gt;What version of CodeWarrior are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 14:25:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175442#M5664</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2011-01-13T14:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: AsynchroMaster bean SCI data Width stuck at 9 bits</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175443#M5665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using CW 6.3.&amp;nbsp; I just downloaded it from Freescale two days ago.&amp;nbsp; I did all the updates, but at one point it said I needed to update Processor Expert first using servicepack v3.09 before I can update MM128/JE128 Sevice Pack Setup.&amp;nbsp; I have no idea where to get v3.09 service pack.&amp;nbsp; I check for Processor Expert updates within Code Warrior and there are no updates available.&amp;nbsp; I checked the version of Processor Expert and it says 3.07.&amp;nbsp; It all seems so disconnected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 14:59:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175443#M5665</guid>
      <dc:creator>jgirard1</dc:creator>
      <dc:date>2011-01-13T14:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: AsynchroMaster bean SCI data Width stuck at 9 bits</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175444#M5666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you start a new development, you maybe should consider using the eclipse based MCU10.&lt;/P&gt;&lt;P&gt;And I have the V6.3 installed on my machine in parallel, and it shows PE 3.09 service pack installed. I believe I received it through the normal CodeWarrior updater, but not sure any more.&lt;/P&gt;&lt;P&gt;Anyway you can download the PE 3.09 from the Freescale web:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/overview.jsp?nodeId=01521027260061788213CF8680" rel="nofollow" target="_blank"&gt;http://www.freescale.com/webapp/sps/site/overview.jsp?nodeId=01521027260061788213CF8680&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If that link does not work for you:&lt;/P&gt;&lt;P&gt;- go to &lt;A href="http://www.freescale.com/codewarrior" rel="nofollow" target="_blank"&gt;www.freescale.com/codewarrior&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- click on 'download CodeWarrior now' (right part of page)&lt;/P&gt;&lt;P&gt;- click on 'updates and patches' (left side)&lt;/P&gt;&lt;P&gt;- click on 'CodeWarrior for Microcontrollers (classic)&lt;/P&gt;&lt;P&gt;- click on 'CodeWarrior for Microcontrollers V6.3'&lt;/P&gt;&lt;P&gt;then you get a list of all updates, including PE 3.09&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 15:22:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175444#M5666</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2011-01-13T15:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: AsynchroMaster bean SCI data Width stuck at 9 bits</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175445#M5667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I&amp;nbsp;did the 3.09 PE service pack update and still the problem persists.&amp;nbsp; I think it's just a bug in the PE configuration for the type of CPU I am working with.&amp;nbsp; I can fiddle with it some more tomorrow and try different CPUs and things to see if I can make sense out of it and get the option to be enabled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 15:43:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175445#M5667</guid>
      <dc:creator>jgirard1</dc:creator>
      <dc:date>2011-01-13T15:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: AsynchroMaster bean SCI data Width stuck at 9 bits</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175446#M5668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://forums.freescale.com/t5/user/viewprofilepage/user-id/21441" target="_self"&gt;&lt;SPAN&gt;jgirard1&lt;/SPAN&gt;&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;try Asynchro&lt;STRONG&gt;Serial&lt;/STRONG&gt;, not AsynchroMAster or AsynchroSlave. AsynchroMaster and AsynchroSlave are for but type communication, where&amp;nbsp;master and all slaves are connected in parallel. I don't know has it somthing in common with LIN bus or not, I guess there are some software restrictions applied to parity and bit-ness in these components. Use AsynchroSerial instead.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 16:02:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175446#M5668</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2011-01-13T16:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: AsynchroMaster bean SCI data Width stuck at 9 bits</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175447#M5669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think these are the only two serial options (Master &amp;amp; Slave) that were listed that were close enough to what I wanted.&amp;nbsp; I will double check tonight when I get home.&amp;nbsp; If I do not have the Serial bean, how can I go about adding it?&amp;nbsp; Are there more beans to download from Freescale?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 01:50:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/AsynchroMaster-bean-SCI-data-Width-stuck-at-9-bits/m-p/175447#M5669</guid>
      <dc:creator>jgirard1</dc:creator>
      <dc:date>2011-01-14T01:50:28Z</dc:date>
    </item>
  </channel>
</rss>

