<?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>MCUXpresso Config ToolsのトピックRe: Unable to use CMSIS GPIO driver</title>
    <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Unable-to-use-CMSIS-GPIO-driver/m-p/2151165#M1981</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/230047"&gt;@WaSt&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Could you please specify what MCU are you using in order to further investigate this issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Aug 2025 22:09:33 GMT</pubDate>
    <dc:creator>EdwinHz</dc:creator>
    <dc:date>2025-08-12T22:09:33Z</dc:date>
    <item>
      <title>Unable to use CMSIS GPIO driver</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Unable-to-use-CMSIS-GPIO-driver/m-p/2150872#M1979</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i would like to use the Config tool to do the initial setup and bringup of my custom board.&lt;BR /&gt;I want to use the CMSIS drivers for I2C, SPI, UART and GPIO.&lt;/P&gt;&lt;P&gt;Unfortunately MCUXpresso Config Tool only allows CMSIS drivers for I2C, SPI and UART.&lt;/P&gt;&lt;P&gt;In the Peripheral Tool section you can choose the universal GPIO peripheral driver, but it uses the gpio adapter driver (fsl_gpio_adapter.c/.h) and not the CMSIS driver.&lt;/P&gt;&lt;P&gt;Therefore the generated RTE_Device.h does not include the GPIO stuff, which is included by the GPIO CMSIS driver. One could manually add the #defines to the RTE_Device.h, but adapting generated files is never a good idea and should not be needed.&lt;/P&gt;&lt;P&gt;So as I see it, it is not possible to use/generate Code for using the CMSIS GPIO drivers with the MCUXpresso Config Tool.&lt;BR /&gt;Is this correct or am I missing something?&lt;/P&gt;&lt;P&gt;Versions:&lt;BR /&gt;Config Tool: v25.3&lt;BR /&gt;Peripherals: v15&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 11:05:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Unable-to-use-CMSIS-GPIO-driver/m-p/2150872#M1979</guid>
      <dc:creator>WaSt</dc:creator>
      <dc:date>2025-08-12T11:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use CMSIS GPIO driver</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Unable-to-use-CMSIS-GPIO-driver/m-p/2151165#M1981</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/230047"&gt;@WaSt&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Could you please specify what MCU are you using in order to further investigate this issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 22:09:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Unable-to-use-CMSIS-GPIO-driver/m-p/2151165#M1981</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2025-08-12T22:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use CMSIS GPIO driver</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Unable-to-use-CMSIS-GPIO-driver/m-p/2151379#M1982</link>
      <description>MCXA153</description>
      <pubDate>Wed, 13 Aug 2025 06:04:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Unable-to-use-CMSIS-GPIO-driver/m-p/2151379#M1982</guid>
      <dc:creator>WaSt</dc:creator>
      <dc:date>2025-08-13T06:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use CMSIS GPIO driver</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Unable-to-use-CMSIS-GPIO-driver/m-p/2151469#M1983</link>
      <description>&lt;P&gt;Sure, I am using the MCXA153.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 08:06:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Unable-to-use-CMSIS-GPIO-driver/m-p/2151469#M1983</guid>
      <dc:creator>WaSt</dc:creator>
      <dc:date>2025-08-13T08:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use CMSIS GPIO driver</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Unable-to-use-CMSIS-GPIO-driver/m-p/2152974#M1985</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/230047"&gt;@WaSt&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I have corroborated this behavior and indeed ConfigTools does not currently support cmsis GPIO for this MCU.&lt;/P&gt;
&lt;P&gt;That said, the driver is still existent, so you can import the cmsis gpio to your project by right clicking the project folder, selecting SDK Management &amp;gt; Manage SDK Components, and selecting gpio_cmsis under cmsis drivers. The implementation of this driver would have to be manual.&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 18:28:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Unable-to-use-CMSIS-GPIO-driver/m-p/2152974#M1985</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2025-08-15T18:28:19Z</dc:date>
    </item>
  </channel>
</rss>

