<?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: MCUXpressoIDE with FRDM-MCXW23 in MCX Microcontrollers</title>
    <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCUXpressoIDE-with-FRDM-MCXW23/m-p/2296005#M4675</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/229957"&gt;@Harry_Zhang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;thank you for reaching out to me.&lt;/P&gt;&lt;P&gt;Here my situation and how to reproduce:&lt;BR /&gt;I have installed MCUXpresso IDE 25.6 with all updates. I can confirm this on both Linux and macOS&lt;/P&gt;&lt;P&gt;I currently have 2 SDKs installed directly via the IDE:&lt;/P&gt;&lt;P&gt;SDK_2.x_FRDM-MCXN947 25.09.00&lt;BR /&gt;SDK_2.x_FRDM-MCXW23 25.03.00&lt;/P&gt;&lt;P&gt;Those SDKs were downloaded by the IDE as "latest"&lt;/P&gt;&lt;P&gt;Then I created a new project for FRDM-MCXW23 - as well directly via the IDE.&lt;/P&gt;&lt;P&gt;Here the error message on compiling the fresh project:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;13:27:31 **** Build of configuration Debug for project MCXW236B_Project ****
make -r -j11 all
Building file: ../source/MCXW236B_Project.c
Building file: ../board/board.c
Building file: ../source/semihost_hardfault.c
Building file: ../board/clock_config.c
Building file: ../board/peripherals.c
Building file: ../board/pin_mux.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__REDLIB__ -DCPU_MCXW236BIHNAR -DCPU_MCXW236BIHNAR_cm33 -DSDK_DEBUGCONSOLE=1 -DCR_INTEGER_PRINTF -DPRINTF_FLOAT_ENABLE=0 -D__MCUXPRESSO -DDEBUG -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/board" -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/source" -O0 -fno-common -g3 -gdwarf-4 -Wall -c -ffunction-sections -fdata-sections -fno-builtin -fmerge-constants -fmacro-prefix-map="../source/"= -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -D__REDLIB__ -fstack-usage -specs=redlib.specs -MMD -MP -MF"source/MCXW236B_Project.d" -MT"source/MCXW236B_Project.o" -MT"source/MCXW236B_Project.d" -o "source/MCXW236B_Project.o" "../source/MCXW236B_Project.c"
Invoking: MCU C Compiler
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__REDLIB__ -DCPU_MCXW236BIHNAR -DCPU_MCXW236BIHNAR_cm33 -DSDK_DEBUGCONSOLE=1 -DCR_INTEGER_PRINTF -DPRINTF_FLOAT_ENABLE=0 -D__MCUXPRESSO -DDEBUG -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/board" -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/source" -O0 -fno-common -g3 -gdwarf-4 -Wall -c -ffunction-sections -fdata-sections -fno-builtin -fmerge-constants -fmacro-prefix-map="../board/"= -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -D__REDLIB__ -fstack-usage -specs=redlib.specs -MMD -MP -MF"board/board.d" -MT"board/board.o" -MT"board/board.d" -o "board/board.o" "../board/board.c"
arm-none-eabi-gcc -D__REDLIB__ -DCPU_MCXW236BIHNAR -DCPU_MCXW236BIHNAR_cm33 -DSDK_DEBUGCONSOLE=1 -DCR_INTEGER_PRINTF -DPRINTF_FLOAT_ENABLE=0 -D__MCUXPRESSO -DDEBUG -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/board" -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/source" -O0 -fno-common -g3 -gdwarf-4 -Wall -c -ffunction-sections -fdata-sections -fno-builtin -fmerge-constants -fmacro-prefix-map="../source/"= -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -D__REDLIB__ -fstack-usage -specs=redlib.specs -MMD -MP -MF"source/semihost_hardfault.d" -MT"source/semihost_hardfault.o" -MT"source/semihost_hardfault.d" -o "source/semihost_hardfault.o" "../source/semihost_hardfault.c"
Invoking: MCU C Compiler
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__REDLIB__ -DCPU_MCXW236BIHNAR -DCPU_MCXW236BIHNAR_cm33 -DSDK_DEBUGCONSOLE=1 -DCR_INTEGER_PRINTF -DPRINTF_FLOAT_ENABLE=0 -D__MCUXPRESSO -DDEBUG -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/board" -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/source" -O0 -fno-common -g3 -gdwarf-4 -Wall -c -ffunction-sections -fdata-sections -fno-builtin -fmerge-constants -fmacro-prefix-map="../board/"= -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -D__REDLIB__ -fstack-usage -specs=redlib.specs -MMD -MP -MF"board/peripherals.d" -MT"board/peripherals.o" -MT"board/peripherals.d" -o "board/peripherals.o" "../board/peripherals.c"
arm-none-eabi-gcc -D__REDLIB__ -DCPU_MCXW236BIHNAR -DCPU_MCXW236BIHNAR_cm33 -DSDK_DEBUGCONSOLE=1 -DCR_INTEGER_PRINTF -DPRINTF_FLOAT_ENABLE=0 -D__MCUXPRESSO -DDEBUG -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/board" -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/source" -O0 -fno-common -g3 -gdwarf-4 -Wall -c -ffunction-sections -fdata-sections -fno-builtin -fmerge-constants -fmacro-prefix-map="../board/"= -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -D__REDLIB__ -fstack-usage -specs=redlib.specs -MMD -MP -MF"board/clock_config.d" -MT"board/clock_config.o" -MT"board/clock_config.d" -o "board/clock_config.o" "../board/clock_config.c"
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__REDLIB__ -DCPU_MCXW236BIHNAR -DCPU_MCXW236BIHNAR_cm33 -DSDK_DEBUGCONSOLE=1 -DCR_INTEGER_PRINTF -DPRINTF_FLOAT_ENABLE=0 -D__MCUXPRESSO -DDEBUG -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/board" -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/source" -O0 -fno-common -g3 -gdwarf-4 -Wall -c -ffunction-sections -fdata-sections -fno-builtin -fmerge-constants -fmacro-prefix-map="../board/"= -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -D__REDLIB__ -fstack-usage -specs=redlib.specs -MMD -MP -MF"board/pin_mux.d" -MT"board/pin_mux.o" -MT"board/pin_mux.d" -o "board/pin_mux.o" "../board/pin_mux.c"
../board/board.c:7:10: fatal error: fsl_common.h: No such file or directory
    7 | #include "fsl_common.h"
      |          ^~~~~~~~~~~~~~
compilation terminated.
../board/clock_config.c:7:10: fatal error: fsl_power.h: No such file or directory
    7 | #include "fsl_power.h"
      |          ^~~~~~~~~~~~~
compilation terminated.
In file included from ../board/peripherals.c:56:
../board/peripherals.h:18:10: fatal error: fsl_common.h: No such file or directory
   18 | #include "fsl_common.h"
      |          ^~~~~~~~~~~~~~
compilation terminated.
../board/pin_mux.c:48:10: fatal error: fsl_common.h: No such file or directory
   48 | #include "fsl_common.h"
      |          ^~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [board/subdir.mk:29: board/clock_config.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [board/subdir.mk:29: board/peripherals.o] Error 1
make[1]: *** [board/subdir.mk:29: board/board.o] Error 1
make[1]: *** [board/subdir.mk:29: board/pin_mux.o] Error 1
In file included from ../source/MCXW236B_Project.c:13:
/Users/usernam/MCUXpressoIDE/MCXW236B_Project/board/board.h:10:10: fatal error: fsl_common.h: No such file or directory
   10 | #include "fsl_common.h"
      |          ^~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [source/subdir.mk:23: source/MCXW236B_Project.o] Error 1
Finished building: ../source/semihost_hardfault.c
 
make: *** [makefile:36: all] Error 2
"make -r -j11 all" terminated with exit code 2. Build might be incomplete.

13:27:31 Build Failed. 12 errors, 0 warnings. (took 580ms)&lt;/LI-CODE&gt;&lt;P&gt;There is something that was pondering me. When creating a new project for FRDM-MCXN947, everything worked out of the box. Please note the differences between the pre-selected components for both boards in the new project wizard:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="frdm-mcxw23.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/373361i8C5B23C482BB0BAA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="frdm-mcxw23.png" alt="frdm-mcxw23.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="frdm-mcxn947.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/373362iBC0B0C3B621B9E8D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="frdm-mcxn947.png" alt="frdm-mcxn947.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The template for the MCXN947 has more components preselected. The MCXW23 template seems to missing essential components to start out of the box.&lt;/P&gt;&lt;P&gt;I was able to somehow click together some components to make it work, but it would be better to fix the project template to work out of the box. &lt;/P&gt;</description>
    <pubDate>Mon, 19 Jan 2026 12:42:30 GMT</pubDate>
    <dc:creator>stejen</dc:creator>
    <dc:date>2026-01-19T12:42:30Z</dc:date>
    <item>
      <title>MCUXpressoIDE with FRDM-MCXW23</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCUXpressoIDE-with-FRDM-MCXW23/m-p/2295435#M4671</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;it seems MCUXpressoIDE does not work correctly with FRDM-MCXW23.&lt;/P&gt;&lt;P&gt;I installed the correct SDK inside the IDE. However, on creating a new project only the "Project Template" category is selected, which leads to compiling errors in a new project.&lt;/P&gt;&lt;P&gt;For FRDM-MCXN947, all needed components to compile a fresh projects are selected out of the box.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jan 2026 00:30:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCUXpressoIDE-with-FRDM-MCXW23/m-p/2295435#M4671</guid>
      <dc:creator>stejen</dc:creator>
      <dc:date>2026-01-18T00:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpressoIDE with FRDM-MCXW23</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCUXpressoIDE-with-FRDM-MCXW23/m-p/2295955#M4674</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/251666"&gt;@stejen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask what the compilation error is?&lt;/P&gt;
&lt;P&gt;Can you share your project?&lt;/P&gt;
&lt;P&gt;I downloaded the latest version of the SDK(SDK_25_12_00_FRDM-MCXW23) and it can be successfully compiled.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 10:36:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCUXpressoIDE-with-FRDM-MCXW23/m-p/2295955#M4674</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2026-01-19T10:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpressoIDE with FRDM-MCXW23</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCUXpressoIDE-with-FRDM-MCXW23/m-p/2296005#M4675</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/229957"&gt;@Harry_Zhang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;thank you for reaching out to me.&lt;/P&gt;&lt;P&gt;Here my situation and how to reproduce:&lt;BR /&gt;I have installed MCUXpresso IDE 25.6 with all updates. I can confirm this on both Linux and macOS&lt;/P&gt;&lt;P&gt;I currently have 2 SDKs installed directly via the IDE:&lt;/P&gt;&lt;P&gt;SDK_2.x_FRDM-MCXN947 25.09.00&lt;BR /&gt;SDK_2.x_FRDM-MCXW23 25.03.00&lt;/P&gt;&lt;P&gt;Those SDKs were downloaded by the IDE as "latest"&lt;/P&gt;&lt;P&gt;Then I created a new project for FRDM-MCXW23 - as well directly via the IDE.&lt;/P&gt;&lt;P&gt;Here the error message on compiling the fresh project:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;13:27:31 **** Build of configuration Debug for project MCXW236B_Project ****
make -r -j11 all
Building file: ../source/MCXW236B_Project.c
Building file: ../board/board.c
Building file: ../source/semihost_hardfault.c
Building file: ../board/clock_config.c
Building file: ../board/peripherals.c
Building file: ../board/pin_mux.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__REDLIB__ -DCPU_MCXW236BIHNAR -DCPU_MCXW236BIHNAR_cm33 -DSDK_DEBUGCONSOLE=1 -DCR_INTEGER_PRINTF -DPRINTF_FLOAT_ENABLE=0 -D__MCUXPRESSO -DDEBUG -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/board" -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/source" -O0 -fno-common -g3 -gdwarf-4 -Wall -c -ffunction-sections -fdata-sections -fno-builtin -fmerge-constants -fmacro-prefix-map="../source/"= -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -D__REDLIB__ -fstack-usage -specs=redlib.specs -MMD -MP -MF"source/MCXW236B_Project.d" -MT"source/MCXW236B_Project.o" -MT"source/MCXW236B_Project.d" -o "source/MCXW236B_Project.o" "../source/MCXW236B_Project.c"
Invoking: MCU C Compiler
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__REDLIB__ -DCPU_MCXW236BIHNAR -DCPU_MCXW236BIHNAR_cm33 -DSDK_DEBUGCONSOLE=1 -DCR_INTEGER_PRINTF -DPRINTF_FLOAT_ENABLE=0 -D__MCUXPRESSO -DDEBUG -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/board" -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/source" -O0 -fno-common -g3 -gdwarf-4 -Wall -c -ffunction-sections -fdata-sections -fno-builtin -fmerge-constants -fmacro-prefix-map="../board/"= -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -D__REDLIB__ -fstack-usage -specs=redlib.specs -MMD -MP -MF"board/board.d" -MT"board/board.o" -MT"board/board.d" -o "board/board.o" "../board/board.c"
arm-none-eabi-gcc -D__REDLIB__ -DCPU_MCXW236BIHNAR -DCPU_MCXW236BIHNAR_cm33 -DSDK_DEBUGCONSOLE=1 -DCR_INTEGER_PRINTF -DPRINTF_FLOAT_ENABLE=0 -D__MCUXPRESSO -DDEBUG -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/board" -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/source" -O0 -fno-common -g3 -gdwarf-4 -Wall -c -ffunction-sections -fdata-sections -fno-builtin -fmerge-constants -fmacro-prefix-map="../source/"= -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -D__REDLIB__ -fstack-usage -specs=redlib.specs -MMD -MP -MF"source/semihost_hardfault.d" -MT"source/semihost_hardfault.o" -MT"source/semihost_hardfault.d" -o "source/semihost_hardfault.o" "../source/semihost_hardfault.c"
Invoking: MCU C Compiler
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__REDLIB__ -DCPU_MCXW236BIHNAR -DCPU_MCXW236BIHNAR_cm33 -DSDK_DEBUGCONSOLE=1 -DCR_INTEGER_PRINTF -DPRINTF_FLOAT_ENABLE=0 -D__MCUXPRESSO -DDEBUG -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/board" -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/source" -O0 -fno-common -g3 -gdwarf-4 -Wall -c -ffunction-sections -fdata-sections -fno-builtin -fmerge-constants -fmacro-prefix-map="../board/"= -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -D__REDLIB__ -fstack-usage -specs=redlib.specs -MMD -MP -MF"board/peripherals.d" -MT"board/peripherals.o" -MT"board/peripherals.d" -o "board/peripherals.o" "../board/peripherals.c"
arm-none-eabi-gcc -D__REDLIB__ -DCPU_MCXW236BIHNAR -DCPU_MCXW236BIHNAR_cm33 -DSDK_DEBUGCONSOLE=1 -DCR_INTEGER_PRINTF -DPRINTF_FLOAT_ENABLE=0 -D__MCUXPRESSO -DDEBUG -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/board" -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/source" -O0 -fno-common -g3 -gdwarf-4 -Wall -c -ffunction-sections -fdata-sections -fno-builtin -fmerge-constants -fmacro-prefix-map="../board/"= -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -D__REDLIB__ -fstack-usage -specs=redlib.specs -MMD -MP -MF"board/clock_config.d" -MT"board/clock_config.o" -MT"board/clock_config.d" -o "board/clock_config.o" "../board/clock_config.c"
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__REDLIB__ -DCPU_MCXW236BIHNAR -DCPU_MCXW236BIHNAR_cm33 -DSDK_DEBUGCONSOLE=1 -DCR_INTEGER_PRINTF -DPRINTF_FLOAT_ENABLE=0 -D__MCUXPRESSO -DDEBUG -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/board" -I"/Users/usernam/MCUXpressoIDE/MCXW236B_Project/source" -O0 -fno-common -g3 -gdwarf-4 -Wall -c -ffunction-sections -fdata-sections -fno-builtin -fmerge-constants -fmacro-prefix-map="../board/"= -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -D__REDLIB__ -fstack-usage -specs=redlib.specs -MMD -MP -MF"board/pin_mux.d" -MT"board/pin_mux.o" -MT"board/pin_mux.d" -o "board/pin_mux.o" "../board/pin_mux.c"
../board/board.c:7:10: fatal error: fsl_common.h: No such file or directory
    7 | #include "fsl_common.h"
      |          ^~~~~~~~~~~~~~
compilation terminated.
../board/clock_config.c:7:10: fatal error: fsl_power.h: No such file or directory
    7 | #include "fsl_power.h"
      |          ^~~~~~~~~~~~~
compilation terminated.
In file included from ../board/peripherals.c:56:
../board/peripherals.h:18:10: fatal error: fsl_common.h: No such file or directory
   18 | #include "fsl_common.h"
      |          ^~~~~~~~~~~~~~
compilation terminated.
../board/pin_mux.c:48:10: fatal error: fsl_common.h: No such file or directory
   48 | #include "fsl_common.h"
      |          ^~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [board/subdir.mk:29: board/clock_config.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [board/subdir.mk:29: board/peripherals.o] Error 1
make[1]: *** [board/subdir.mk:29: board/board.o] Error 1
make[1]: *** [board/subdir.mk:29: board/pin_mux.o] Error 1
In file included from ../source/MCXW236B_Project.c:13:
/Users/usernam/MCUXpressoIDE/MCXW236B_Project/board/board.h:10:10: fatal error: fsl_common.h: No such file or directory
   10 | #include "fsl_common.h"
      |          ^~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [source/subdir.mk:23: source/MCXW236B_Project.o] Error 1
Finished building: ../source/semihost_hardfault.c
 
make: *** [makefile:36: all] Error 2
"make -r -j11 all" terminated with exit code 2. Build might be incomplete.

13:27:31 Build Failed. 12 errors, 0 warnings. (took 580ms)&lt;/LI-CODE&gt;&lt;P&gt;There is something that was pondering me. When creating a new project for FRDM-MCXN947, everything worked out of the box. Please note the differences between the pre-selected components for both boards in the new project wizard:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="frdm-mcxw23.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/373361i8C5B23C482BB0BAA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="frdm-mcxw23.png" alt="frdm-mcxw23.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="frdm-mcxn947.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/373362iBC0B0C3B621B9E8D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="frdm-mcxn947.png" alt="frdm-mcxn947.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The template for the MCXN947 has more components preselected. The MCXW23 template seems to missing essential components to start out of the box.&lt;/P&gt;&lt;P&gt;I was able to somehow click together some components to make it work, but it would be better to fix the project template to work out of the box. &lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 12:42:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCUXpressoIDE-with-FRDM-MCXW23/m-p/2296005#M4675</guid>
      <dc:creator>stejen</dc:creator>
      <dc:date>2026-01-19T12:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpressoIDE with FRDM-MCXW23</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCUXpressoIDE-with-FRDM-MCXW23/m-p/2297144#M4690</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/251666"&gt;@stejen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your information.&lt;/P&gt;
&lt;P&gt;I can reproduce this issue.&lt;/P&gt;
&lt;P&gt;I will report it to our IDE team.&lt;/P&gt;
&lt;P&gt;I think you can import the Hello World example as a starting point.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Harry_Zhang_0-1768983696079.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/373649i6479EC26DBE1130E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Harry_Zhang_0-1768983696079.png" alt="Harry_Zhang_0-1768983696079.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 08:21:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCUXpressoIDE-with-FRDM-MCXW23/m-p/2297144#M4690</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2026-01-21T08:21:45Z</dc:date>
    </item>
  </channel>
</rss>

