<?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 RT Crossover MCUsのトピックRe: Why Pins tool don't call GPIO_PortInit?</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Why-Pins-tool-don-t-call-GPIO-PortInit/m-p/2328096#M36316</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/256644"&gt;@katte82&lt;/a&gt;,&lt;BR /&gt;The SDK (version 25.12) offers two examples for configuring a pin as GPIO called "gpio_input_interrupt" and "gpio_led_output", which configure the GPIO as input and output respectively, which can be useful.&lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;Habib&lt;/P&gt;</description>
    <pubDate>Fri, 06 Mar 2026 19:02:41 GMT</pubDate>
    <dc:creator>Habib_MS</dc:creator>
    <dc:date>2026-03-06T19:02:41Z</dc:date>
    <item>
      <title>Why Pins tool don't call GPIO_PortInit?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Why-Pins-tool-don-t-call-GPIO-PortInit/m-p/2323479#M36258</link>
      <description>&lt;P&gt;Hello everyone,&lt;BR /&gt;While using the tools provided by MCUXpresso, I’ve always wondered why the Pins Tool doesn’t include the necessary GPIO_PortInit(&lt;SPAN&gt;GPIO_Type *base, uint32_t port&lt;/SPAN&gt;) functions inside BOARD_InitBootPins() to make the GPIOs work.&lt;BR /&gt;Is this a software bug, or am I missing something?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 10:40:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Why-Pins-tool-don-t-call-GPIO-PortInit/m-p/2323479#M36258</guid>
      <dc:creator>katte82</dc:creator>
      <dc:date>2026-02-26T10:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why Pins tool don't call GPIO_PortInit?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Why-Pins-tool-don-t-call-GPIO-PortInit/m-p/2323998#M36262</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/256644"&gt;@katte82&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I understand that the functions GPIO_PortInit(GPIO_Type *base, uint32_t port) are not appearing even after you configure the GPIOs in the Config Tools window. Is my understanding correct? If the response is yes, could you please follow the steps mentioned in the chapter&amp;nbsp;Routing of peripheral signals of the &lt;A href="https://docs.nxp.com/bundle/MCUXIDECTUG/page/topics/routing_of_peripheral_signals.html" target="_blank"&gt;MCUXIDECTUG: MCUXpresso Config Tools User's Guide (IDE) | NXP Semiconductors.&lt;/A&gt;&amp;nbsp;Please let me know you results.&lt;/P&gt;
&lt;P&gt;Also, in order to support you better, could you please provide your SDK version and your MCUXpresso IDE version?&lt;/P&gt;
&lt;P&gt;BR&lt;BR /&gt;Habib&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 21:23:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Why-Pins-tool-don-t-call-GPIO-PortInit/m-p/2323998#M36262</guid>
      <dc:creator>Habib_MS</dc:creator>
      <dc:date>2026-02-26T21:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why Pins tool don't call GPIO_PortInit?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Why-Pins-tool-don-t-call-GPIO-PortInit/m-p/2325094#M36271</link>
      <description>Yes, I confirm that when I configure GPIOs, the GPIO_PortInit function isn't automatically inserted.&lt;BR /&gt;This doesn't happen with GPIOs ued by peripherals, but only with simple GPIOs used as inputs/outputs.&lt;BR /&gt;&lt;BR /&gt;I'm using the latest MCXpresso (25.6.136) with the latest SDK (25.12).&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Mon, 02 Mar 2026 16:27:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Why-Pins-tool-don-t-call-GPIO-PortInit/m-p/2325094#M36271</guid>
      <dc:creator>katte82</dc:creator>
      <dc:date>2026-03-02T16:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why Pins tool don't call GPIO_PortInit?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Why-Pins-tool-don-t-call-GPIO-PortInit/m-p/2325232#M36272</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/256644"&gt;@katte82&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The reason is that the Pins Tool only configures the electrical characteristics and muxing options for each pin based on the selections you make, regardless of the mode you intend to use later. Even if you set a pin to operate as a GPIO in the Pins Tool, this step only establishes how the pin will operate.&lt;BR /&gt;After configuring the pin in the Pins Tool, you must still initialize and configure the corresponding peripheral in the peripherals tool or in your application code. In other words, the Pins tool prepares the pin, but the peripheral driver is what actually enables and controls the functionality.&lt;/P&gt;
&lt;P&gt;BR&lt;BR /&gt;Habib&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 23:08:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Why-Pins-tool-don-t-call-GPIO-PortInit/m-p/2325232#M36272</guid>
      <dc:creator>Habib_MS</dc:creator>
      <dc:date>2026-03-02T23:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why Pins tool don't call GPIO_PortInit?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Why-Pins-tool-don-t-call-GPIO-PortInit/m-p/2325431#M36275</link>
      <description>Ok, I understand, and it follows the procedure used for other peripherals, so that's fine.&lt;BR /&gt;&lt;BR /&gt;I expected, however, to be able to set the GPIOs in the Peripherals tool, but that's not possible because it says: "GPIO initialization has been moved to the Pin tool."&lt;BR /&gt;&lt;BR /&gt;That's why I was confused about how to use this tool.</description>
      <pubDate>Tue, 03 Mar 2026 07:20:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Why-Pins-tool-don-t-call-GPIO-PortInit/m-p/2325431#M36275</guid>
      <dc:creator>katte82</dc:creator>
      <dc:date>2026-03-03T07:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why Pins tool don't call GPIO_PortInit?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Why-Pins-tool-don-t-call-GPIO-PortInit/m-p/2328096#M36316</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/256644"&gt;@katte82&lt;/a&gt;,&lt;BR /&gt;The SDK (version 25.12) offers two examples for configuring a pin as GPIO called "gpio_input_interrupt" and "gpio_led_output", which configure the GPIO as input and output respectively, which can be useful.&lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;Habib&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 19:02:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Why-Pins-tool-don-t-call-GPIO-PortInit/m-p/2328096#M36316</guid>
      <dc:creator>Habib_MS</dc:creator>
      <dc:date>2026-03-06T19:02:41Z</dc:date>
    </item>
  </channel>
</rss>

