<?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: S32K312 Port 模式修改 in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K312-Port-%E6%A8%A1%E5%BC%8F%E4%BF%AE%E6%94%B9/m-p/2205246#M54495</link>
    <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Fri, 14 Nov 2025 14:42:32 GMT</pubDate>
    <dc:creator>Djuric</dc:creator>
    <dc:date>2025-11-14T14:42:32Z</dc:date>
    <item>
      <title>S32K312 Port 模式修改</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Port-%E6%A8%A1%E5%BC%8F%E4%BF%AE%E6%94%B9/m-p/2154293#M51948</link>
      <description>&lt;P&gt;Port 配置如下：默认SPI PCS3 引脚，此模式下无法使用&amp;nbsp; Dio_WriteChannel （）控制输出，调用 Port_SetPinMode(19,SIUL2_0_PORT49_GPIO); 后，仍然无法用&amp;nbsp; Dio_WriteChannel （）控制输出，问题在哪？&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yexiaoer_0-1755593178409.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/352969i90298716B087FC2B/image-size/large?v=v2&amp;amp;px=999" role="button" title="yexiaoer_0-1755593178409.png" alt="yexiaoer_0-1755593178409.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 09:25:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Port-%E6%A8%A1%E5%BC%8F%E4%BF%AE%E6%94%B9/m-p/2154293#M51948</guid>
      <dc:creator>yexiaoer</dc:creator>
      <dc:date>2025-08-19T09:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 Port 模式修改</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Port-%E6%A8%A1%E5%BC%8F%E4%BF%AE%E6%94%B9/m-p/2154611#M51959</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/253915"&gt;@yexiaoer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since the pin has been configured as SPI PCS, its control is handled through the SPI driver. The DIO driver can only modify the state of pins that are configured as GPIO.&lt;/P&gt;
&lt;P&gt;If you need to manually control the PCS signal, the best approach is to reconfigure the desired pin as a GPIO, and in the SPI driver settings, change the SpiCsSelection parameter from CS_VIA_PERIPHERAL_ENGINE to CS_VIA_GPIO.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, VaneB&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 17:18:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Port-%E6%A8%A1%E5%BC%8F%E4%BF%AE%E6%94%B9/m-p/2154611#M51959</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-08-19T17:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 Port 模式修改</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Port-%E6%A8%A1%E5%BC%8F%E4%BF%AE%E6%94%B9/m-p/2204722#M54461</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;,&lt;BR /&gt;Can you send me S32DS screenshots of how to do this with Lpspi RTD drivers that are &lt;STRONG&gt;not&lt;/STRONG&gt; in the AUTOSAR environment?&lt;BR /&gt;So, I'm interested in controlling the CS pin independently, like a GPIO pin.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 23:21:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Port-%E6%A8%A1%E5%BC%8F%E4%BF%AE%E6%94%B9/m-p/2204722#M54461</guid>
      <dc:creator>Djuric</dc:creator>
      <dc:date>2025-11-13T23:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 Port 模式修改</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Port-%E6%A8%A1%E5%BC%8F%E4%BF%AE%E6%94%B9/m-p/2204736#M54462</link>
      <description>try to use Port_SetPinMode(19-1,SIUL2_0_PORT49_GPIO) set the pin as the GPIO mode, but you note the pin number as (19-1) not (19)</description>
      <pubDate>Fri, 14 Nov 2025 00:34:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Port-%E6%A8%A1%E5%BC%8F%E4%BF%AE%E6%94%B9/m-p/2204736#M54462</guid>
      <dc:creator>yexiaoer</dc:creator>
      <dc:date>2025-11-14T00:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 Port 模式修改</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Port-%E6%A8%A1%E5%BC%8F%E4%BF%AE%E6%94%B9/m-p/2205246#M54495</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 14:42:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Port-%E6%A8%A1%E5%BC%8F%E4%BF%AE%E6%94%B9/m-p/2205246#M54495</guid>
      <dc:creator>Djuric</dc:creator>
      <dc:date>2025-11-14T14:42:32Z</dc:date>
    </item>
  </channel>
</rss>

