<?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のトピックS12ZVC SCI</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-SCI/m-p/690586#M14409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are 2 SCI in 12ZVC(48pin). I assign RXD0/TXD0 but can not assign another RXD1/TXD1.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="圖片1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/7009iA1E62C85CBB13D68/image-size/large?v=v2&amp;amp;px=999" role="button" title="圖片1.png" alt="圖片1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Aug 2017 17:55:48 GMT</pubDate>
    <dc:creator>marslin</dc:creator>
    <dc:date>2017-08-01T17:55:48Z</dc:date>
    <item>
      <title>S12ZVC SCI</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-SCI/m-p/690586#M14409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are 2 SCI in 12ZVC(48pin). I assign RXD0/TXD0 but can not assign another RXD1/TXD1.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="圖片1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/7009iA1E62C85CBB13D68/image-size/large?v=v2&amp;amp;px=999" role="button" title="圖片1.png" alt="圖片1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 17:55:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-SCI/m-p/690586#M14409</guid>
      <dc:creator>marslin</dc:creator>
      <dc:date>2017-08-01T17:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVC SCI</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-SCI/m-p/690587#M14410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mars,&lt;/P&gt;&lt;P&gt;The SCI1 at PT0, PT1 pins have the highest priority. So, there should not be any problem with different functions assigned to these pins.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suppose that issue may be in the code for writing to the MODRR0 register.&lt;/P&gt;&lt;P&gt;This register may be written just once in normal mode. Therefore, you must write complete configuration in a single command.&lt;/P&gt;&lt;P&gt;Correct approach:&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;MODRR0 &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x30&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Wrong approach:&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;MODRR0_SCI0 &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
MODRR0_SCI1 &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;//…&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Radek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 08:56:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-SCI/m-p/690587#M14410</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2017-08-02T08:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVC SCI</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-SCI/m-p/690588#M14411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you routed SCI1 to the port (SCI1RR)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 09:02:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-SCI/m-p/690588#M14411</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2017-08-02T09:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVC SCI</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-SCI/m-p/690589#M14412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Daniel ,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;I mean I can't &amp;nbsp;assign the SCI1&amp;nbsp;via CodeWarrior Development Studio. There is no SCI1 can be selected.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="456.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/10005iBBF8663D3278FABD/image-size/large?v=v2&amp;amp;px=999" role="button" title="456.png" alt="456.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 05:51:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-SCI/m-p/690589#M14412</guid>
      <dc:creator>marslin</dc:creator>
      <dc:date>2017-08-04T05:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVC SCI</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-SCI/m-p/690590#M14413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had to edit this answer, because I cannot asign the SCI1 either on S12ZVC 48-pin package.&lt;/P&gt;&lt;P&gt;The problem has been reported, it should be fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must have checked 64-pin version instead.&lt;/P&gt;&lt;P&gt;Sorry for the misleading information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 11:03:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-SCI/m-p/690590#M14413</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2017-08-07T11:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVC SCI</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-SCI/m-p/690591#M14414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why does my manual only 1 SCI on S12ZVCA(48-pin)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/70540iD591DF1C8EEB9B3A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2018 10:04:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-SCI/m-p/690591#M14414</guid>
      <dc:creator>aaronlee</dc:creator>
      <dc:date>2018-12-22T10:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVC SCI</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-SCI/m-p/690592#M14415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron,&lt;/P&gt;&lt;P&gt;You are referring to an outdated version of the RM.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/71217i16AD21FE08435E0B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2019 20:04:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-SCI/m-p/690592#M14415</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2019-01-02T20:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVC SCI</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-SCI/m-p/690593#M14416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a good news. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jan 2019 17:42:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVC-SCI/m-p/690593#M14416</guid>
      <dc:creator>aaronlee</dc:creator>
      <dc:date>2019-01-05T17:42:46Z</dc:date>
    </item>
  </channel>
</rss>

