<?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: About pin state after deinit in S32K</title>
    <link>https://community.nxp.com/t5/S32K/About-pin-state-after-deinit/m-p/1876878#M35932</link>
    <description>&lt;P&gt;If the peripheral gets disabled, the pins is routed to a disabled peripheral, so in general, yes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2024 06:44:28 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2024-05-29T06:44:28Z</dc:date>
    <item>
      <title>About pin state after deinit</title>
      <link>https://community.nxp.com/t5/S32K/About-pin-state-after-deinit/m-p/1875818#M35853</link>
      <description>&lt;P&gt;Will the pin state change to default state that I configured in S32DS after the driver is deinitialized?&lt;/P&gt;&lt;P&gt;For example, I configured a pin to PWM, output, initial value: low.&lt;/P&gt;&lt;P&gt;And now my system is entering STR and I'm going to deinitializing PWM driver, will the pin be "output low" after deinitialization?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jetty_1012_0-1716861937941.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/281040i31879BABC5EB8981/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jetty_1012_0-1716861937941.png" alt="jetty_1012_0-1716861937941.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 02:13:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-pin-state-after-deinit/m-p/1875818#M35853</guid>
      <dc:creator>jetty_1012</dc:creator>
      <dc:date>2024-05-28T02:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: About pin state after deinit</title>
      <link>https://community.nxp.com/t5/S32K/About-pin-state-after-deinit/m-p/1876062#M35870</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218754"&gt;@jetty_1012&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;What MCU part and driver version do you use?&lt;/P&gt;
&lt;P&gt;Can you share the code? How do you deinitialize the ports?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 07:46:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-pin-state-after-deinit/m-p/1876062#M35870</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2024-05-28T07:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: About pin state after deinit</title>
      <link>https://community.nxp.com/t5/S32K/About-pin-state-after-deinit/m-p/1876071#M35871</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;, thanks for your reply.&lt;/P&gt;&lt;P&gt;I'm using S32K312. My SW version is&amp;nbsp;3.0.0.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 06:47:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-pin-state-after-deinit/m-p/1876071#M35871</guid>
      <dc:creator>jetty_1012</dc:creator>
      <dc:date>2024-05-29T06:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: About pin state after deinit</title>
      <link>https://community.nxp.com/t5/S32K/About-pin-state-after-deinit/m-p/1876341#M35896</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218754"&gt;@jetty_1012&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The Siul2_Port_Ip_Init() initializes the MSCR, IMCR and&amp;nbsp;GPDO registers if the pins.&lt;/P&gt;
&lt;P&gt;The "initial value" applies to pins in the GPIO mode.&lt;/P&gt;
&lt;P&gt;The other drivers, such as the eMIOS, do not change the configuration, that means that even if the eMIOS is disabled, the pins are still routed to the eMIOS in the MSCR, IMCR registers.&lt;/P&gt;
&lt;P&gt;If you want to be sure the pins are set as GPIO with some defined values, you can call the Siul2_Port_Ip_Init() again with a different structure.&lt;/P&gt;
&lt;P&gt;The configuration tool can generate more structures.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1716903147247.png" style="width: 637px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/281162i64151FE26031A321/image-dimensions/637x298?v=v2" width="637" height="298" role="button" title="danielmartynek_0-1716903147247.png" alt="danielmartynek_0-1716903147247.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 13:33:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-pin-state-after-deinit/m-p/1876341#M35896</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2024-05-28T13:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: About pin state after deinit</title>
      <link>https://community.nxp.com/t5/S32K/About-pin-state-after-deinit/m-p/1876674#M35919</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks for the explanation. I get it.&lt;/P&gt;&lt;P&gt;By the way, if I don't call&amp;nbsp;&lt;SPAN&gt;Siul2_Port_Ip_Init() to initialize those pins, I just disable the drivers and use a multimeter to measure the voltages of those pins, does it mean the voltages are indeterminate?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 02:01:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-pin-state-after-deinit/m-p/1876674#M35919</guid>
      <dc:creator>jetty_1012</dc:creator>
      <dc:date>2024-05-29T02:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: About pin state after deinit</title>
      <link>https://community.nxp.com/t5/S32K/About-pin-state-after-deinit/m-p/1876878#M35932</link>
      <description>&lt;P&gt;If the peripheral gets disabled, the pins is routed to a disabled peripheral, so in general, yes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 06:44:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-pin-state-after-deinit/m-p/1876878#M35932</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2024-05-29T06:44:28Z</dc:date>
    </item>
  </channel>
</rss>

