<?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中的主题 Re: K82 Family how are the PortE Pin Control Register (PCRx) mapped to pads</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-Family-how-are-the-PortE-Pin-Control-Register-PCRx-mapped-to/m-p/438228#M25609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot, we have TOW-POS-K81 board, we wanted to program the QuadPsi to Octal, so the query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2015 03:24:23 GMT</pubDate>
    <dc:creator>bvsrkrishnarao</dc:creator>
    <dc:date>2015-11-25T03:24:23Z</dc:date>
    <item>
      <title>K82 Family how are the PortE Pin Control Register (PCRx) mapped to pads</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-Family-how-are-the-PortE-Pin-Control-Register-PCRx-mapped-to/m-p/438226#M25607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been going through the K82P121M150SF5RM and I am not able to figure out how the Pin Control Register (PCRx) of PortE are mapped to Mux various pins, for example&lt;/P&gt;&lt;P&gt;for selecting for &lt;/P&gt;&lt;P&gt;PTE0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALT5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QSPI0A_DATA3 &lt;/P&gt;&lt;P&gt;which PCRx needs to be programmed? &lt;/P&gt;&lt;P&gt;I seem to have gone through the whole document and there doesn't seem any mapping vis-a-vis each of these pins/functionality to the PCRx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 15:32:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-Family-how-are-the-PortE-Pin-Control-Register-PCRx-mapped-to/m-p/438226#M25607</guid>
      <dc:creator>bvsrkrishnarao</dc:creator>
      <dc:date>2015-11-24T15:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: K82 Family how are the PortE Pin Control Register (PCRx) mapped to pads</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-Family-how-are-the-PortE-Pin-Control-Register-PCRx-mapped-to/m-p/438227#M25608</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;&lt;STRONG&gt;PORTX_PCRY = ((PORTX_PCRY &amp;amp; ~0x00000700) | (ALTZ &amp;lt;&amp;lt; 8));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where X is the port (A, B, C, D), Y is the pin (0..31) and ALTZ is the pin's function (0..7).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore for PTE0 to QSPI0A_DATA3 (ALT5):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PORTE_PCR0 = ((PORTE_PCR0 &amp;amp; ~0x00000700) | (5 &amp;lt;&amp;lt; 8));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is exactly the same as for any Kinetis K, KL, KV etc. part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Reference for configuring peripheral functions in the uTasker project: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.utasker.com/forum/index.php?topic=1875.msg6798#msg6798" rel="nofollow"&gt;http://www.utasker.com/forum/index.php?topic=1875.msg6798#msg6798&lt;/A&gt;&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;_CONFIG_PERIPHERAL(E, 0, (PE_0_QSPI0A_DATA3 | PORT_SRE_FAST | PORT_DSE_HIGH));&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kinetis: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.utasker.com/kinetis.html" rel="nofollow"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 20:00:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-Family-how-are-the-PortE-Pin-Control-Register-PCRx-mapped-to/m-p/438227#M25608</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2015-11-24T20:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: K82 Family how are the PortE Pin Control Register (PCRx) mapped to pads</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-Family-how-are-the-PortE-Pin-Control-Register-PCRx-mapped-to/m-p/438228#M25609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot, we have TOW-POS-K81 board, we wanted to program the QuadPsi to Octal, so the query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 03:24:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-Family-how-are-the-PortE-Pin-Control-Register-PCRx-mapped-to/m-p/438228#M25609</guid>
      <dc:creator>bvsrkrishnarao</dc:creator>
      <dc:date>2015-11-25T03:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: K82 Family how are the PortE Pin Control Register (PCRx) mapped to pads</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-Family-how-are-the-PortE-Pin-Control-Register-PCRx-mapped-to/m-p/438229#M25610</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 woudl like to ask where people are getting their TWR-POS-K81 boards from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They don't look to be orderable from Freescale/NXP and I don't find any distributors carrying them either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jan 2016 03:29:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-Family-how-are-the-PortE-Pin-Control-Register-PCRx-mapped-to/m-p/438229#M25610</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2016-01-02T03:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: K82 Family how are the PortE Pin Control Register (PCRx) mapped to pads</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-Family-how-are-the-PortE-Pin-Control-Register-PCRx-mapped-to/m-p/438230#M25611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I think these may not yet be available for general order. The board we&lt;/P&gt;&lt;P&gt;have is a engineering sample available to vendors for development of&lt;/P&gt;&lt;P&gt;hardware comaptible with K82F processor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Sat, Jan 2, 2016 at 9:00 AM, mjbcswitzerland &amp;lt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 05:34:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-Family-how-are-the-PortE-Pin-Control-Register-PCRx-mapped-to/m-p/438230#M25611</guid>
      <dc:creator>bvsrkrishnarao</dc:creator>
      <dc:date>2016-01-04T05:34:53Z</dc:date>
    </item>
  </channel>
</rss>

