<?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: KW47: Using GPIO Port D in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/KW47-Using-GPIO-Port-D/m-p/2321574#M20287</link>
    <description>Hi Sofia,&lt;BR /&gt;&lt;BR /&gt;Thanks for your quick response. May I know which example you are reference?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
    <pubDate>Tue, 24 Feb 2026 01:49:54 GMT</pubDate>
    <dc:creator>alanlow</dc:creator>
    <dc:date>2026-02-24T01:49:54Z</dc:date>
    <item>
      <title>KW47: Using GPIO Port D</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW47-Using-GPIO-Port-D/m-p/2321059#M20284</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I realized that there is no definition of kCLOCK_GpioD and kCOCK_PortD in the fsl_clock.h.&lt;/P&gt;&lt;P&gt;Is there any sample code to initialize Port D for KW47?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 02:36:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW47-Using-GPIO-Port-D/m-p/2321059#M20284</guid>
      <dc:creator>alanlow</dc:creator>
      <dc:date>2026-02-23T02:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: KW47: Using GPIO Port D</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW47-Using-GPIO-Port-D/m-p/2321095#M20285</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;On KW47, there are no kCLOCK_GpioD or kCLOCK_PortD definitions in fsl_clock.h because Port D isn’t part of the KW47 clock tree. Only ports A, B, C, and E are supported. To initialize a port, enable its clock with CLOCK_EnableClock(kCLOCK_PortX), set the pin mux using PORT_SetPinMux(), and then configure the GPIO with GPIO_PinInit(). For reference, check the KW47 SDK GPIO demos (like LED toggle) which show the correct initialization flow.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 05:39:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW47-Using-GPIO-Port-D/m-p/2321095#M20285</guid>
      <dc:creator>tejoka5968</dc:creator>
      <dc:date>2026-02-23T05:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: KW47: Using GPIO Port D</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW47-Using-GPIO-Port-D/m-p/2321537#M20286</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;Hope you are doing well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is an example in the SDK that uses&amp;nbsp;PTD1. You could use that implementation as a reference for configuring the&amp;nbsp;PORT D GPIO.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Although using Config Tools with wireless examples is not recommended as it may modify required configurations, you can create a blank project to generate the code that enables the port using Config Tools and then manually copy that code into your existing project.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&amp;nbsp;&lt;BR /&gt;Ana Sofia.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 00:00:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW47-Using-GPIO-Port-D/m-p/2321537#M20286</guid>
      <dc:creator>sofiaurueta</dc:creator>
      <dc:date>2026-02-24T00:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: KW47: Using GPIO Port D</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW47-Using-GPIO-Port-D/m-p/2321574#M20287</link>
      <description>Hi Sofia,&lt;BR /&gt;&lt;BR /&gt;Thanks for your quick response. May I know which example you are reference?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 24 Feb 2026 01:49:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW47-Using-GPIO-Port-D/m-p/2321574#M20287</guid>
      <dc:creator>alanlow</dc:creator>
      <dc:date>2026-02-24T01:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: KW47: Using GPIO Port D</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW47-Using-GPIO-Port-D/m-p/2322126#M20289</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The implementation is included in the SDK, please see in pin_mux.c file, the function BOARD_InitPinButton0 which configures the pin routing for PTD1, as well as defines for GPIOD, PORTD in pin_mux.h file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Ana Sofia.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 22:04:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW47-Using-GPIO-Port-D/m-p/2322126#M20289</guid>
      <dc:creator>sofiaurueta</dc:creator>
      <dc:date>2026-02-24T22:04:11Z</dc:date>
    </item>
  </channel>
</rss>

