<?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>Kinetis MicrocontrollersのトピックHow To Read Pinout Tables</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-To-Read-Pinout-Tables/m-p/207404#M3281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm confused as to how to read the signal multiplexing and pin assignments tables in the product literature. Please refer to the attached image for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Clipboard01.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/118887iAEE091A40066F25C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clipboard01.jpg" alt="Clipboard01.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the port controller used to set the pin configuration for all pins at once, based on the ALT0, ALT1, etc parameter?&amp;nbsp; Eg, if mode "ALT2" is set, is pin H3 used for anything?&amp;nbsp; Or, can the function of an individual pin be set independently of the others?&amp;nbsp; Eg, could I set H3 to PTE7 and H4 to ADC2_SE16?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2012 11:56:22 GMT</pubDate>
    <dc:creator>ttocsmi</dc:creator>
    <dc:date>2012-10-03T11:56:22Z</dc:date>
    <item>
      <title>How To Read Pinout Tables</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-To-Read-Pinout-Tables/m-p/207404#M3281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm confused as to how to read the signal multiplexing and pin assignments tables in the product literature. Please refer to the attached image for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Clipboard01.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/118887iAEE091A40066F25C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clipboard01.jpg" alt="Clipboard01.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the port controller used to set the pin configuration for all pins at once, based on the ALT0, ALT1, etc parameter?&amp;nbsp; Eg, if mode "ALT2" is set, is pin H3 used for anything?&amp;nbsp; Or, can the function of an individual pin be set independently of the others?&amp;nbsp; Eg, could I set H3 to PTE7 and H4 to ADC2_SE16?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 11:56:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-To-Read-Pinout-Tables/m-p/207404#M3281</guid>
      <dc:creator>ttocsmi</dc:creator>
      <dc:date>2012-10-03T11:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: How To Read Pinout Tables</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-To-Read-Pinout-Tables/m-p/207405#M3282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each port pin has its own Pin Control Register (PORTx_PCRn).&amp;nbsp; These can be found in the "Port control and interrupts" chapter of the respective reference manual.&amp;nbsp; In this register there is a 3-bit MUX field that is used to assign the selected port to the desired functionality, as shown in the table which you point out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your example, the corresponding Pin Control Register for PTE7 (located on pin H3) is PORTE_PCR7 (located at address 0x4004_D01C).&amp;nbsp; For this specific pin, the MUX field options are:&lt;/P&gt;&lt;P&gt;&amp;nbsp; 000&amp;nbsp; -&amp;nbsp; Pin Disabled&lt;/P&gt;&lt;P&gt;&amp;nbsp; 001&amp;nbsp; -&amp;nbsp; PTE7&lt;/P&gt;&lt;P&gt;&amp;nbsp; 010&amp;nbsp; -&amp;nbsp; n/a&lt;/P&gt;&lt;P&gt;&amp;nbsp; 011&amp;nbsp; -&amp;nbsp; UART3_RTS_b&lt;/P&gt;&lt;P&gt;&amp;nbsp; 100&amp;nbsp; -&amp;nbsp; I2S0_RXD0&lt;/P&gt;&lt;P&gt;&amp;nbsp; 101&amp;nbsp; -&amp;nbsp; n/a&lt;/P&gt;&lt;P&gt;&amp;nbsp; 110&amp;nbsp; -&amp;nbsp; FTM3_CH2&lt;/P&gt;&lt;P&gt;&amp;nbsp; 111&amp;nbsp; -&amp;nbsp; n/a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Derrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 13:13:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-To-Read-Pinout-Tables/m-p/207405#M3282</guid>
      <dc:creator>Derrick</dc:creator>
      <dc:date>2012-10-03T13:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: How To Read Pinout Tables</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-To-Read-Pinout-Tables/m-p/207406#M3283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Derrick. I'll dive back into the reference manual and ponder this for a bit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 13:42:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-To-Read-Pinout-Tables/m-p/207406#M3283</guid>
      <dc:creator>ttocsmi</dc:creator>
      <dc:date>2012-10-03T13:42:26Z</dc:date>
    </item>
  </channel>
</rss>

