<?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: Getting the pin status using PINS_DRV_ReadPins in S32K</title>
    <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443315#M14960</link>
    <description>&lt;P&gt;So you just want the external voltage connect to PTC8, and trigger PORT interrupt, then output value to other pins?&lt;/P&gt;
&lt;P&gt;In short, you want to implement the PTC8 pin interrupt and control the output level of other pins in the pin interrupt?&lt;/P&gt;
&lt;P&gt;Please refer the&amp;nbsp;button interrupt in&amp;nbsp;can_pal_s32k118 example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="can_pal_s32k118.png" style="width: 841px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/176757i7450FFDD7B5C0998/image-size/large?v=v2&amp;amp;px=999" role="button" title="can_pal_s32k118.png" alt="can_pal_s32k118.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="button interrupt.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/176758iE30A5D8C84051702/image-size/large?v=v2&amp;amp;px=999" role="button" title="button interrupt.png" alt="button interrupt.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Apr 2022 09:25:26 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2022-04-13T09:25:26Z</dc:date>
    <item>
      <title>Getting the pin status using PINS_DRV_ReadPins</title>
      <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1439476#M14806</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am working on S32K118 eval board, I need to get the status of each pin, can you please help me to know whether I can get this using PINS_DRV_Readpins command and how to obtain the output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 07:15:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1439476#M14806</guid>
      <dc:creator>abhinandan</dc:creator>
      <dc:date>2022-04-06T07:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the pin status using PINS_DRV_ReadPins</title>
      <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1440345#M14832</link>
      <description>&lt;P&gt;Hi&amp;nbsp;abhinandan,&lt;/P&gt;
&lt;P&gt;Although the description of &lt;STRONG&gt;PINS_DRV_ReadPins&lt;/STRONG&gt; shows: &lt;EM&gt;This function returns the current input values from a port. &lt;U&gt;Only pins configured as input will have meaningful values&lt;/U&gt;&lt;/EM&gt;&lt;U&gt;.&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;But I think you can still read the pin state via the GPIO port data input register (GPIO_PDIR).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pin state to be read via the corresponding GPIO Port Data.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/176184iCF296D01350415DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="pin state to be read via the corresponding GPIO Port Data.png" alt="pin state to be read via the corresponding GPIO Port Data.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 07:54:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1440345#M14832</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-04-07T07:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the pin status using PINS_DRV_ReadPins</title>
      <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1442856#M14931</link>
      <description>&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PINS_DRV_ReadPins function always return 1 for corresponding GPIO pin which is configured as input or else always return 0 if configured as output. Is this correct? For input configuration it didn't&amp;nbsp; change the pin value to zero for short circuiting the configured pin with Ground.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 16:51:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1442856#M14931</guid>
      <dc:creator>AVND</dc:creator>
      <dc:date>2022-04-12T16:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the pin status using PINS_DRV_ReadPins</title>
      <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443064#M14939</link>
      <description>&lt;P&gt;How about direct read the value of &lt;STRONG&gt;GPIO_PDIR&lt;/STRONG&gt;?&lt;BR /&gt;When pin is configured as input with internal pull down enabled, then test &lt;STRONG&gt;PINS_DRV_ReadPins&lt;/STRONG&gt;.&lt;BR /&gt;When pin is configured as output and output high or low, then test &lt;STRONG&gt;PINS_DRV_ReadPins&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 04:35:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443064#M14939</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-04-13T04:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the pin status using PINS_DRV_ReadPins</title>
      <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443103#M14943</link>
      <description>&lt;P&gt;yes PIN_DRV_ReadPins function return the GPIO_PDIR value,&lt;/P&gt;&lt;P&gt;this is how i have read the PTC8 pin status&lt;/P&gt;&lt;P&gt;//Reading the input value of PTC8:&lt;/P&gt;&lt;P&gt;uint32_t pinstatus = PINS_DRV_ReadPins(GPIOC_PORT) &amp;gt;&amp;gt; (PTC8_INPUT) &amp;amp; 0x01;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 05:52:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443103#M14943</guid>
      <dc:creator>AVND</dc:creator>
      <dc:date>2022-04-13T05:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the pin status using PINS_DRV_ReadPins</title>
      <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443105#M14944</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PIN_read.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/176706i7CECEF56CE8E2432/image-size/large?v=v2&amp;amp;px=999" role="button" title="PIN_read.png" alt="PIN_read.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 05:48:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443105#M14944</guid>
      <dc:creator>AVND</dc:creator>
      <dc:date>2022-04-13T05:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the pin status using PINS_DRV_ReadPins</title>
      <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443121#M14945</link>
      <description>&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;This is what i want to works like push button configuration,&lt;/P&gt;&lt;P&gt;1.Initially PTC8 pin is in zero state value&lt;BR /&gt;2.When interrupt came(e.g.,PTC8 pin connecting with VCC) the value become 1.&lt;BR /&gt;3.When PTC8 pin connecting with GND then the value become 0.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PIN_read2.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/176710iCC92DC964D816186/image-size/large?v=v2&amp;amp;px=999" role="button" title="PIN_read2.png" alt="PIN_read2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 06:10:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443121#M14945</guid>
      <dc:creator>AVND</dc:creator>
      <dc:date>2022-04-13T06:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the pin status using PINS_DRV_ReadPins</title>
      <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443196#M14953</link>
      <description>&lt;P&gt;Configure PTC8 as output, and able to see the PDIR change with toggle.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pins Tool PTC8 output.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/176724i7782DC217F4A208C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pins Tool PTC8 output.png" alt="Pins Tool PTC8 output.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toggle PTC8 PDIR.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/176725i7A6035B52ED8F52F/image-size/large?v=v2&amp;amp;px=999" role="button" title="toggle PTC8 PDIR.png" alt="toggle PTC8 PDIR.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toggle PTC8 PDIR(1).png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/176726i3F5CCB8C1C754D67/image-size/large?v=v2&amp;amp;px=999" role="button" title="toggle PTC8 PDIR(1).png" alt="toggle PTC8 PDIR(1).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Why you configure PTC8 as input but call&amp;nbsp;&lt;STRONG&gt;PINS_DRV_SetPins&lt;/STRONG&gt; and&amp;nbsp;&lt;STRONG&gt;PINS_DRV_ClearPins&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 07:13:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443196#M14953</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-04-13T07:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the pin status using PINS_DRV_ReadPins</title>
      <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443290#M14959</link>
      <description>&lt;P&gt;No, i am calling&amp;nbsp;&lt;STRONG&gt;PINS_DRV_SetPins&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;PINS_DRV_ClearPins&amp;nbsp;&lt;/STRONG&gt;for LED pin not for PTC8 pin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pinreadandclear.png" style="width: 913px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/176749iF030655B99E1815A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pinreadandclear.png" alt="pinreadandclear.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 08:50:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443290#M14959</guid>
      <dc:creator>AVND</dc:creator>
      <dc:date>2022-04-13T08:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the pin status using PINS_DRV_ReadPins</title>
      <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443315#M14960</link>
      <description>&lt;P&gt;So you just want the external voltage connect to PTC8, and trigger PORT interrupt, then output value to other pins?&lt;/P&gt;
&lt;P&gt;In short, you want to implement the PTC8 pin interrupt and control the output level of other pins in the pin interrupt?&lt;/P&gt;
&lt;P&gt;Please refer the&amp;nbsp;button interrupt in&amp;nbsp;can_pal_s32k118 example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="can_pal_s32k118.png" style="width: 841px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/176757i7450FFDD7B5C0998/image-size/large?v=v2&amp;amp;px=999" role="button" title="can_pal_s32k118.png" alt="can_pal_s32k118.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="button interrupt.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/176758iE30A5D8C84051702/image-size/large?v=v2&amp;amp;px=999" role="button" title="button interrupt.png" alt="button interrupt.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 09:25:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443315#M14960</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-04-13T09:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the pin status using PINS_DRV_ReadPins</title>
      <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443322#M14961</link>
      <description>&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thank You for your reply, will check this.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 09:36:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443322#M14961</guid>
      <dc:creator>abhinandan</dc:creator>
      <dc:date>2022-04-13T09:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the pin status using PINS_DRV_ReadPins</title>
      <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443378#M14963</link>
      <description>&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Yeah this button interrupt (can_pal) code does what i need, but when i configured PTC8 pin instead of both button pin PTD3 and PTD5,interrupt is not triggered what will be the problem? Do you have any idea?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 11:38:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443378#M14963</guid>
      <dc:creator>AVND</dc:creator>
      <dc:date>2022-04-13T11:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the pin status using PINS_DRV_ReadPins</title>
      <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443381#M14964</link>
      <description>&lt;P&gt;"buttonISR" callback function only called when interrupt occured for the button pins PTD3,PTD5 not for PTC8 pin&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 11:45:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443381#M14964</guid>
      <dc:creator>AVND</dc:creator>
      <dc:date>2022-04-13T11:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the pin status using PINS_DRV_ReadPins</title>
      <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443389#M14965</link>
      <description>&lt;P&gt;Even i configured PTD2 pin for interrupt it works fine like button pins, but PTC8 pin not get triggered.why its not get triggered?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 12:01:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443389#M14965</guid>
      <dc:creator>AVND</dc:creator>
      <dc:date>2022-04-13T12:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the pin status using PINS_DRV_ReadPins</title>
      <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443393#M14966</link>
      <description>&lt;P&gt;Did you configure the PTC8 as input\internal pullup\enable interrupt at raising edge?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PTC8 Pins Tool.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/176775iFDC4672AAC2DDC61/image-size/large?v=v2&amp;amp;px=999" role="button" title="PTC8 Pins Tool.png" alt="PTC8 Pins Tool.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You need to check the flag and clear the flag of PTC8 in&amp;nbsp;buttonISR.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 12:03:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443393#M14966</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-04-13T12:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the pin status using PINS_DRV_ReadPins</title>
      <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443427#M14968</link>
      <description>&lt;P&gt;Yes i have configured as like what you sent, but still interrupt didn't occured for PTC8.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ptc8.png" style="width: 513px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/176785iFA4868BD412607D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="ptc8.png" alt="ptc8.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 12:58:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443427#M14968</guid>
      <dc:creator>AVND</dc:creator>
      <dc:date>2022-04-13T12:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the pin status using PINS_DRV_ReadPins</title>
      <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443447#M14969</link>
      <description>&lt;P&gt;But when i configured "interrupt on raising edge"&amp;nbsp; initially when code starts to run it hit the buttonISR callback function after that i didnt hit even connecting the pin to vcc for generating the interrupt.Can you please check on your side for the PTC8 pin interrupt?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 13:46:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443447#M14969</guid>
      <dc:creator>AVND</dc:creator>
      <dc:date>2022-04-13T13:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the pin status using PINS_DRV_ReadPins</title>
      <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443856#M14977</link>
      <description>&lt;P&gt;I think some problem regarding the pin PTC8,as same as if i configured for button pin PTD3 it works perfectly what i expected, i don't know why its not working for PTC8.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 06:33:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443856#M14977</guid>
      <dc:creator>AVND</dc:creator>
      <dc:date>2022-04-14T06:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the pin status using PINS_DRV_ReadPins</title>
      <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443900#M14980</link>
      <description>&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=SCH-29945" target="_self"&gt;S32K118EVB Q064&lt;/A&gt; or &lt;A href="https://www.nxp.com/webapp/Download?colCode=S32K118EVBQ048-Design-Files-REV-A" target="_self"&gt;S32K118EVB2Q048&lt;/A&gt; are you using?&lt;BR /&gt;The&amp;nbsp;&lt;STRONG&gt;R683&lt;/STRONG&gt; is &lt;STRONG&gt;DNP&lt;/STRONG&gt;, so the signal did not route to PORTC 8 by default.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PTC8 R683 DNP S32K118EVB2Q048.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/176900i67A3B09976AF0055/image-size/large?v=v2&amp;amp;px=999" role="button" title="PTC8 R683 DNP S32K118EVB2Q048.png" alt="PTC8 R683 DNP S32K118EVB2Q048.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I am able to trigger PORTC 8 interrupt, test on S32K118EVB.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PORTC8 interrupt rising edge.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/176899i1073DEF1BC741AEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="PORTC8 interrupt rising edge.png" alt="PORTC8 interrupt rising edge.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 07:45:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443900#M14980</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-04-14T07:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the pin status using PINS_DRV_ReadPins</title>
      <link>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443928#M14981</link>
      <description>&lt;P&gt;I am using&amp;nbsp;&lt;A href="https://www.nxp.com/webapp/Download?colCode=S32K118EVBQ048-Design-Files-REV-A" target="_self" rel="nofollow noopener noreferrer"&gt;S32K118EVB2Q048,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;so because of&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;R683&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;is&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;DNP, &lt;/STRONG&gt;i cannot able to get the interrupt for the pin?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 08:07:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Getting-the-pin-status-using-PINS-DRV-ReadPins/m-p/1443928#M14981</guid>
      <dc:creator>AVND</dc:creator>
      <dc:date>2022-04-14T08:07:59Z</dc:date>
    </item>
  </channel>
</rss>

