<?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: M4 pin mux problem</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/M4-pin-mux-problem/m-p/919948#M138328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please check documentation in &lt;A href="https://www.nxp.com/webapp/sps/download/license.jsp?colCode=L4.14.98_2.0.0_SCFWKIT-1.2" target="_blank"&gt;SCFW Porting Kit&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Sep 2019 06:48:50 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2019-09-04T06:48:50Z</dc:date>
    <item>
      <title>M4 pin mux problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/M4-pin-mux-problem/m-p/919942#M138322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello，&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we make project on i.MX8QXP platform，and camera and display add GPIO to control their power enable.&lt;/P&gt;&lt;P&gt;M4 need add the pin control,I add the pin config in pin_mux.c and pin_mux.h,but after the pin add M4 can not boot.&lt;/P&gt;&lt;P&gt;please give help,is there some guide to config GPIO in M4 size?&lt;/P&gt;&lt;P&gt;my code like below,I want to use this as GPIO function:&lt;/P&gt;&lt;P&gt;in head file&lt;/P&gt;&lt;P&gt;/* Camera960 (number A29), 1V8_EN */&lt;/P&gt;&lt;P&gt;#define BOARD_INITPINS_960_PWR18_EN_GPIO LSIO__GPIO4 /*!&amp;lt; GPIO device name: LSIO__GPIO4 */&lt;BR /&gt;#define BOARD_INITPINS_960_PWR18_EN_GPIO_PIN 30U /*!&amp;lt; LSIO__GPIO4 pin index: 30 */&lt;BR /&gt;#define BOARD_INITPINS_960_PWR18_EN_PIN_NAME ENET0_RGMII_TX_CTL /*!&amp;lt; Pin name */&lt;BR /&gt;#define BOARD_INITPINS_960_PWR18_EN_PIN_FUNCTION_ID SC_P_ENET0_RGMII_TX_CTL /*!&amp;lt; Pin function id */&lt;BR /&gt;#define BOARD_INITPINS_960_PWR18_EN_LABEL "960_PWR18_EN" /*!&amp;lt; Label */&lt;BR /&gt;#define BOARD_INITPINS_960_PWR18_EN_NAME "960_PWR18_EN" /*!&amp;lt; Identifier name */&lt;/P&gt;&lt;P&gt;/* EX_PWR_EN (number J31), CAM_DIS_1V1_EN */&lt;BR /&gt;#define BOARD_INITPINS_EX_PWR_EN_PERIPHERAL LSIO__GPIO0 /*!&amp;lt; GPIO device name: LSIO__GPIO0 */&lt;BR /&gt;#define BOARD_INITPINS_EX_PWR_EN_SIGNAL 16U /*!&amp;lt; LSIO__GPIO0 pin index: 16 */&lt;BR /&gt;#define BOARD_INITPINS_EX_PWR_EN_PIN_NAME SPI3_CS0 /*!&amp;lt; Pin name */&lt;BR /&gt;#define BOARD_INITPINS_EX_PWR_EN_PIN_FUNCTION_ID SC_P_SPI3_CS0 /*!&amp;lt; Pin function id */&lt;BR /&gt;#define BOARD_INITPINS_EX_PWR_EN_LABEL "EX_PWR_EN" /*!&amp;lt; Label */&lt;BR /&gt;#define BOARD_INITPINS_EX_PWR_EN_NAME "EX_PWR_EN" /*!&amp;lt; Identifier name */&lt;/P&gt;&lt;P&gt;in&amp;nbsp;BOARD_InitPins()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;err = sc_pad_set_all(ipc, BOARD_INITPINS_960_PWR18_EN_PIN_FUNCTION_ID, 0U, SC_PAD_CONFIG_NORMAL, SC_PAD_ISO_OFF, 0x0 ,SC_PAD_WAKEUP_OFF);/* IOMUXD_ENET0_RGMII_TX_CTL register modification value */&lt;BR /&gt;&amp;nbsp;if (SC_ERR_NONE != err)&lt;BR /&gt;&amp;nbsp;{&lt;BR /&gt;&amp;nbsp;assert(false);&lt;BR /&gt;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;err = sc_pad_set_all(ipc, BOARD_INITPINS_EX_PWR_EN_PIN_FUNCTION_ID, 0U, SC_PAD_CONFIG_NORMAL, SC_PAD_ISO_OFF, 0x0 ,SC_PAD_WAKEUP_OFF);/* IOMUXD_SPI3_CS0 register modification value */&lt;BR /&gt;&amp;nbsp;if (SC_ERR_NONE != err)&lt;BR /&gt;&amp;nbsp;{&lt;BR /&gt;&amp;nbsp;assert(false);&lt;BR /&gt;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 08:10:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/M4-pin-mux-problem/m-p/919942#M138322</guid>
      <dc:creator>xu_ji1</dc:creator>
      <dc:date>2019-08-29T08:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: M4 pin mux problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/M4-pin-mux-problem/m-p/919943#M138323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some m4 pinmux examples can be found in&lt;/P&gt;&lt;P&gt;linux/arch/arm64/boot/dts/freescale/fsl-imx8qxp-mek-m4.dts&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/fsl-imx8qxp-mek-m4.dts?h=imx_4.14.78_1.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/fsl-imx8qxp-mek-m4.dts?h=imx_4.14.78_1.0.0_ga"&gt;fsl-imx8qxp-mek-m4.dts\freescale\dts\boot\arm64\arch - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and SDK_2.5.2_MEK-MIMX8QX. found on &lt;A class="link-titled" href="https://mcuxpresso.nxp.com/en/welcome" title="https://mcuxpresso.nxp.com/en/welcome"&gt;Welcome | MCUXpresso SDK Builder&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 11:12:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/M4-pin-mux-problem/m-p/919943#M138323</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-08-29T11:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: M4 pin mux problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/M4-pin-mux-problem/m-p/919944#M138324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello，&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not find linux/arch/arm64/boot/dts/freescale/fsl-imx8qxp-mek-m4.dts this file in my code,&lt;BR /&gt;I want to the code example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2019 02:16:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/M4-pin-mux-problem/m-p/919944#M138324</guid>
      <dc:creator>xu_ji1</dc:creator>
      <dc:date>2019-09-02T02:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: M4 pin mux problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/M4-pin-mux-problem/m-p/919945#M138325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is in linux&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_4.14.98_2.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_4.14.98_2.0.0_ga"&gt;linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Linux&amp;nbsp; Documentation&lt;BR /&gt;&lt;A class="link-titled" href="https://www.nxp.com/design/i.mx-developer-resources/i.mx-software-and-development-tool:IMX-SW" title="https://www.nxp.com/design/i.mx-developer-resources/i.mx-software-and-development-tool:IMX-SW"&gt;i.MX Software | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2019 02:34:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/M4-pin-mux-problem/m-p/919945#M138325</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-09-02T02:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: M4 pin mux problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/M4-pin-mux-problem/m-p/919946#M138326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls share&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;linux/arch/arm64/boot/dts/freescale/fsl-imx8qxp-mek-m4.dts&lt;SPAN&gt;&amp;nbsp;this file,I also not find it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2019 02:51:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/M4-pin-mux-problem/m-p/919946#M138326</guid>
      <dc:creator>xu_ji1</dc:creator>
      <dc:date>2019-09-02T02:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: M4 pin mux problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/M4-pin-mux-problem/m-p/919947#M138327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello，&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could u shared the file and how to modify SCFW about share GPIO between M4 and A core?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2019 01:05:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/M4-pin-mux-problem/m-p/919947#M138327</guid>
      <dc:creator>xu_ji1</dc:creator>
      <dc:date>2019-09-04T01:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: M4 pin mux problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/M4-pin-mux-problem/m-p/919948#M138328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please check documentation in &lt;A href="https://www.nxp.com/webapp/sps/download/license.jsp?colCode=L4.14.98_2.0.0_SCFWKIT-1.2" target="_blank"&gt;SCFW Porting Kit&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2019 06:48:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/M4-pin-mux-problem/m-p/919948#M138328</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-09-04T06:48:50Z</dc:date>
    </item>
  </channel>
</rss>

