<?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>S32Kのトピック回复： S32K144 PORT</title>
    <link>https://community.nxp.com/t5/S32K/S32K144-PORT/m-p/1888255#M36632</link>
    <description>&lt;P&gt;I see. It's my understanding. I think PORTA has 18 pins, so the PCR of PORTB_0 should be 19, but in fact, the PCR value is calculated according to the maximum 32 per PORT group, PORTA occupies 0-32, PORTB_0 should start from 33.&lt;/P&gt;&lt;P&gt;However, when I checked the section on the number of PORT pins in the RM manual, there seemed to be no clear mark indicating that I should calculate according to the absence of 32 pins in the PORT group. Could you tell me where in the manual to get this information?&lt;/P&gt;</description>
    <pubDate>Sun, 16 Jun 2024 14:07:43 GMT</pubDate>
    <dc:creator>Embedded_novice</dc:creator>
    <dc:date>2024-06-16T14:07:43Z</dc:date>
    <item>
      <title>S32K144 PORT</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-PORT/m-p/1888252#M36631</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;I want to configure the PORTB pins of S32K144 in EB project, but I find that some of the PCR values of the pins are wrong after configuration, such as PORTB0-14, is there anything special about these pins? My MCU package is LQFP_100, thank you for your help!&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snipaste_2024-06-16_21-38-28.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/284342i30961E3B2C848504/image-size/large?v=v2&amp;amp;px=999" role="button" title="Snipaste_2024-06-16_21-38-28.png" alt="Snipaste_2024-06-16_21-38-28.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Snipaste_2024-06-16_21-38-28.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2024 13:44:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-PORT/m-p/1888252#M36631</guid>
      <dc:creator>Embedded_novice</dc:creator>
      <dc:date>2024-06-16T13:44:37Z</dc:date>
    </item>
    <item>
      <title>回复： S32K144 PORT</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-PORT/m-p/1888255#M36632</link>
      <description>&lt;P&gt;I see. It's my understanding. I think PORTA has 18 pins, so the PCR of PORTB_0 should be 19, but in fact, the PCR value is calculated according to the maximum 32 per PORT group, PORTA occupies 0-32, PORTB_0 should start from 33.&lt;/P&gt;&lt;P&gt;However, when I checked the section on the number of PORT pins in the RM manual, there seemed to be no clear mark indicating that I should calculate according to the absence of 32 pins in the PORT group. Could you tell me where in the manual to get this information?&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2024 14:07:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-PORT/m-p/1888255#M36632</guid>
      <dc:creator>Embedded_novice</dc:creator>
      <dc:date>2024-06-16T14:07:43Z</dc:date>
    </item>
    <item>
      <title>回复： S32K144 PORT</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-PORT/m-p/1888877#M36675</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/213197"&gt;@Embedded_novice&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Section&amp;nbsp;3.6 (Driver usage and configuration tips) of the&amp;nbsp;User Manual for S32K1_S32M24X PORT Driver provides a formula to obtain the&amp;nbsp;PortPinPcr value. For easy reference, I am adding it to my response, but you can find the document for example &lt;EM&gt;&lt;STRONG&gt;C:\NXP\SW32K1_S32M24x_RTD_4.4_R21-11_2.0.0\eclipse\plugins\Port_TS_T40D2M20I0R0\doc&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;The value of actual PortPin Pcr is identified by the formula:&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;PortPinPcr = PinId + PortId∗32&lt;/STRONG&gt;&lt;/EM&gt;.&amp;nbsp;Where PortId is the numeric identifier of the port.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VaneB_0-1718645352478.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/284496i6CA3A7069FBC4BAB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VaneB_0-1718645352478.png" alt="VaneB_0-1718645352478.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;VaneB_0-1718645352478.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For example, the PortPinPcr value of PTC7 will be 7 + (2∗32) = 71.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;B.R.&lt;/P&gt;
&lt;P&gt;VaneB&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 17:31:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-PORT/m-p/1888877#M36675</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2024-06-17T17:31:42Z</dc:date>
    </item>
  </channel>
</rss>

