<?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: Configure serial loops? in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Configure-serial-loops/m-p/313634#M10930</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;I think you mean you are using Processor Expert for the developing of your project. Unfortunately the AsynchroSerial component which uses the UART module does not support to implement the Single-wire feature in the component settings, this is something you need to code up by yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another good option to set this register via Processor Expert's component. Add a Init_UART component and in the Component Inspector Window of this component you are able to write to this registers, like the image below shows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Single Wire.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/44298iF233FBE890E8A349/image-size/large?v=v2&amp;amp;px=999" role="button" title="Single Wire.png" alt="Single Wire.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this information can help you.&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;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. It would be nice!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2014 15:26:49 GMT</pubDate>
    <dc:creator>adriancano</dc:creator>
    <dc:date>2014-06-05T15:26:49Z</dc:date>
    <item>
      <title>Configure serial loops?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Configure-serial-loops/m-p/313633#M10929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A bit new to CodeWarriror, so maybe I'm missing something obvious...&amp;nbsp; Working with a K20 and will have a single-wire UART connection.&amp;nbsp; The datasheet outlines how to do this with the C1 register, but I'm not seeing how to do this w/ CW.&amp;nbsp; There is a "Loop Mode", but that looks more like a traditional loopback and the only options are Normal or Local loop-back.&amp;nbsp; So, my questions are 1) how do I (or can I) get at LOOPS and RSRC from CW? and 2) Is this something I have to code up myself?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 13:29:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Configure-serial-loops/m-p/313633#M10929</guid>
      <dc:creator>marknordstrand</dc:creator>
      <dc:date>2014-06-03T13:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Configure serial loops?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Configure-serial-loops/m-p/313634#M10930</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;I think you mean you are using Processor Expert for the developing of your project. Unfortunately the AsynchroSerial component which uses the UART module does not support to implement the Single-wire feature in the component settings, this is something you need to code up by yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another good option to set this register via Processor Expert's component. Add a Init_UART component and in the Component Inspector Window of this component you are able to write to this registers, like the image below shows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Single Wire.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/44298iF233FBE890E8A349/image-size/large?v=v2&amp;amp;px=999" role="button" title="Single Wire.png" alt="Single Wire.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this information can help you.&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;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. It would be nice!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 15:26:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Configure-serial-loops/m-p/313634#M10930</guid>
      <dc:creator>adriancano</dc:creator>
      <dc:date>2014-06-05T15:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Configure serial loops?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Configure-serial-loops/m-p/313635#M10931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I did mean Processor Expert, my "newness" to this shows.&amp;nbsp; Was expecting to write code, but the init_UART looks like it will help.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 21:13:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Configure-serial-loops/m-p/313635#M10931</guid>
      <dc:creator>marknordstrand</dc:creator>
      <dc:date>2014-06-05T21:13:43Z</dc:date>
    </item>
  </channel>
</rss>

