<?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: BitsIO with different port in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/BitsIO-with-different-port/m-p/427356#M3576</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;BitsIO component is only for one port, for example portA. if your dataBus contains other port, for example PortC, we can't implement the data bus with one BitsIO component. we need use additional BitsIO component for it. or use BitIO for one pin of each.&lt;/P&gt;&lt;P&gt;then you make your own dataBus function to combine those different together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does this answer your question?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Zhang Jun&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>Mon, 26 Oct 2015 08:19:33 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2015-10-26T08:19:33Z</dc:date>
    <item>
      <title>BitsIO with different port</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/BitsIO-with-different-port/m-p/427354#M3574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to know whether I could create data bus using BitsIO but pins will be from different port. I am trying to port my mbed program to KDS.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to create data bus as in the following code.&lt;/P&gt;&lt;P&gt;dataBus( PTA13, PTD5, PTD4, PTA12, PTA4, PTA5, PTC8, PTC9 );&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2015 09:16:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/BitsIO-with-different-port/m-p/427354#M3574</guid>
      <dc:creator>kyizawwin</dc:creator>
      <dc:date>2015-10-24T09:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: BitsIO with different port</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/BitsIO-with-different-port/m-p/427355#M3575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The component of "BitsIO" only can use the continual ports :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/24382i17582903CBAFBC24/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And does add some BitIO_LDD components&amp;nbsp; can meet your requirement ? then configure different ports .&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/24786iE0EF9BB153BD9BAC/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;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 02:35:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/BitsIO-with-different-port/m-p/427355#M3575</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-10-26T02:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: BitsIO with different port</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/BitsIO-with-different-port/m-p/427356#M3576</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;BitsIO component is only for one port, for example portA. if your dataBus contains other port, for example PortC, we can't implement the data bus with one BitsIO component. we need use additional BitsIO component for it. or use BitIO for one pin of each.&lt;/P&gt;&lt;P&gt;then you make your own dataBus function to combine those different together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does this answer your question?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Zhang Jun&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>Mon, 26 Oct 2015 08:19:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/BitsIO-with-different-port/m-p/427356#M3576</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2015-10-26T08:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: BitsIO with different port</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/BitsIO-with-different-port/m-p/427357#M3577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No better way than creating bit by bit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 15:30:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/BitsIO-with-different-port/m-p/427357#M3577</guid>
      <dc:creator>kyizawwin</dc:creator>
      <dc:date>2015-10-26T15:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: BitsIO with different port</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/BitsIO-with-different-port/m-p/427358#M3578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I don't think.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Zhang Jun&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>Tue, 27 Oct 2015 03:34:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/BitsIO-with-different-port/m-p/427358#M3578</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2015-10-27T03:34:37Z</dc:date>
    </item>
  </channel>
</rss>

