<?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>i.MX ProcessorsのトピックRe: GPIO_ACTIVE_HIGH  in M4 MCU</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/GPIO-ACTIVE-HIGH-in-M4-MCU/m-p/1294922#M175723</link>
    <description>&lt;DIV id="bodyDisplay_0" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;Hi Vinothkumar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if codes are running from M4 side one can look at SDK_MEK-MIMX8QM examples&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/en/welcome" target="_blank"&gt;https://mcuxpresso.nxp.com/en/welcome&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For configuring gpio as high one can look at below link, pay attention to MUX_MODE and GPIO&lt;/P&gt;
&lt;P&gt;selection :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/System-Controller-Firmware-101-Pad-configuration-service/ta-p/1124213" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/System-Controller-Firmware-101-Pad-configuration-service/ta-p/1124213&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Fri, 18 Jun 2021 23:39:24 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2021-06-18T23:39:24Z</dc:date>
    <item>
      <title>GPIO_ACTIVE_HIGH  in M4 MCU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPIO-ACTIVE-HIGH-in-M4-MCU/m-p/1294694#M175711</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to configure &lt;STRONG&gt;gpio as high&lt;/STRONG&gt;. I am doing like that but, It is not working.&lt;/P&gt;&lt;PRE&gt; err = sc_pad_set_all(ipc, SC_P_GPT0_CAPTURE, &lt;STRONG&gt;3U&lt;/STRONG&gt;, SC_PAD_CONFIG_NORMAL, SC_PAD_ISO_OFF, 0x60 , SC_PAD_WAKEUP_OFF);&lt;BR /&gt;if (SC_ERR_NONE != err)&lt;BR /&gt;{&lt;BR /&gt;PRINTF(" Make SC_P_GPT0_CAPTURE gpio failed\r\n");&lt;BR /&gt;assert(false);&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 12:24:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPIO-ACTIVE-HIGH-in-M4-MCU/m-p/1294694#M175711</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2021-06-18T12:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO_ACTIVE_HIGH  in M4 MCU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPIO-ACTIVE-HIGH-in-M4-MCU/m-p/1294922#M175723</link>
      <description>&lt;DIV id="bodyDisplay_0" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;Hi Vinothkumar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if codes are running from M4 side one can look at SDK_MEK-MIMX8QM examples&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/en/welcome" target="_blank"&gt;https://mcuxpresso.nxp.com/en/welcome&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For configuring gpio as high one can look at below link, pay attention to MUX_MODE and GPIO&lt;/P&gt;
&lt;P&gt;selection :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/System-Controller-Firmware-101-Pad-configuration-service/ta-p/1124213" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/System-Controller-Firmware-101-Pad-configuration-service/ta-p/1124213&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Jun 2021 23:39:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPIO-ACTIVE-HIGH-in-M4-MCU/m-p/1294922#M175723</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-06-18T23:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO_ACTIVE_HIGH  in M4 MCU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPIO-ACTIVE-HIGH-in-M4-MCU/m-p/1294946#M175727</link>
      <description>&lt;P&gt;Thank you Igor for the quick reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I am using same pin mux functionality only.&lt;/P&gt;&lt;P&gt;Will you please provide example for &lt;STRONG&gt;GPIO_ACTIVE_HIGH&amp;nbsp;&lt;/STRONG&gt;using&amp;nbsp;&lt;STRONG&gt;sc_pad_set_all&amp;nbsp;.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Jun 2021 05:16:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPIO-ACTIVE-HIGH-in-M4-MCU/m-p/1294946#M175727</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2021-06-19T05:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO_ACTIVE_HIGH  in M4 MCU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPIO-ACTIVE-HIGH-in-M4-MCU/m-p/1295597#M175803</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt;&amp;nbsp; please close this ticket. I make it this functionality and it is working&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 18:08:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPIO-ACTIVE-HIGH-in-M4-MCU/m-p/1295597#M175803</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2021-06-21T18:08:29Z</dc:date>
    </item>
  </channel>
</rss>

