<?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>S32K中的主题 Re: Pwm_example_S32K148 build failed.</title>
    <link>https://community.nxp.com/t5/S32K/Pwm-example-S32K148-build-failed/m-p/1888737#M36665</link>
    <description>&lt;P&gt;After I do this ,when I build I get error messages as below:&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;make -j12 all&lt;BR /&gt;Building file: ../board/Port_Ci_Port_Ip_Cfg.c&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabi-gcc "@board/Clock_Ip_Cfg.args" -MMD -MP -MF"board/Port_Ci_Port_Ip_Cfg.d" -MT"board/Port_Ci_Port_Ip_Cfg.o" -o "board/Port_Ci_Port_Ip_Cfg.o" "../board/Port_Ci_Port_Ip_Cfg.c"&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:29:60: error: 'NUM_OF_CONFIGURED_PINS0' undeclared here (not in a function); did you mean 'NUM_OF_CONFIGURED_PINS'?&lt;BR /&gt;29 | Port_Ci_Port_Ip_PinSettingsConfig g_pin_mux_InitConfigArr0[NUM_OF_CONFIGURED_PINS0] = {&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;| NUM_OF_CONFIGURED_PINS&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:31:9: error: field name not in record or union initializer&lt;BR /&gt;31 | .portBase = IP_PORTC,&lt;BR /&gt;| ^&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:31:9: note: (near initialization for 'g_pin_mux_InitConfigArr0')&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:32:9: error: field name not in record or union initializer&lt;BR /&gt;32 | .gpioBase = NULL_PTR,&lt;BR /&gt;| ^&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:32:9: note: (near initialization for 'g_pin_mux_InitConfigArr0')&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:33:9: error: field name not in record or union initializer&lt;BR /&gt;33 | .pinPortIdx = 19U,&lt;BR /&gt;| ^&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:33:9: note: (near initialization for 'g_pin_mux_InitConfigArr0')&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:34:9: error: field name not in record or union initializer&lt;BR /&gt;34 | .pullConfig = PORT_INTERNAL_PULL_NOT_ENABLED,&lt;BR /&gt;| ^&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:34:9: note: (near initialization for 'g_pin_mux_InitConfigArr0')&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:35:9: error: field name not in record or union initializer&lt;BR /&gt;35 | .driveStrength = PORT_DRIVE_STRENGTH_LOW,&lt;BR /&gt;| ^&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:35:9: note: (near initialization for 'g_pin_mux_InitConfigArr0')&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:36:9: error: field name not in record or union initializer&lt;BR /&gt;36 | .passiveFilter = (boolean)FALSE,&lt;BR /&gt;| ^&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:36:9: note: (near initialization for 'g_pin_mux_InitConfigArr0')&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:37:9: error: field name not in record or union initializer&lt;BR /&gt;37 | .mux = PORT_MUX_ALT2,&lt;BR /&gt;| ^&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:37:9: note: (near initialization for 'g_pin_mux_InitConfigArr0')&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:38:9: error: field name not in record or union initializer&lt;BR /&gt;38 | .lockRegister = PORT_LOCK_REGISTER_DISABLED,&lt;BR /&gt;| ^&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:38:9: note: (near initialization for 'g_pin_mux_InitConfigArr0')&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:39:9: error: field name not in record or union initializer&lt;BR /&gt;39 | .digitalFilter = (boolean)FALSE,&lt;BR /&gt;| ^&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:39:9: note: (near initialization for 'g_pin_mux_InitConfigArr0')&lt;BR /&gt;make: *** [board/subdir.mk:26: board/Port_Ci_Port_Ip_Cfg.o] Error 1&lt;BR /&gt;"make -j12 all" terminated with exit code 2. Build might be incomplete.&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;&amp;nbsp;and the generated code releate is:&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;Port_Ci_Port_Ip_PinSettingsConfig g_pin_mux_InitConfigArr0[NUM_OF_CONFIGURED_PINS0] = {&lt;BR /&gt;{&lt;BR /&gt;.portBase = IP_PORTC,&lt;BR /&gt;.gpioBase = NULL_PTR,&lt;BR /&gt;.pinPortIdx = 19U,&lt;BR /&gt;.pullConfig = PORT_INTERNAL_PULL_NOT_ENABLED,&lt;BR /&gt;.driveStrength = PORT_DRIVE_STRENGTH_LOW,&lt;BR /&gt;.passiveFilter = (boolean)FALSE,&lt;BR /&gt;.mux = PORT_MUX_ALT2,&lt;BR /&gt;.lockRegister = PORT_LOCK_REGISTER_DISABLED,&lt;BR /&gt;.digitalFilter = (boolean)FALSE,&lt;BR /&gt;},&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;I found macro NUM_OF_CONFIGURED_PINS define as&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iysheng_0-1718629852941.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/284462iA2C1DAEB3FA019F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iysheng_0-1718629852941.png" alt="iysheng_0-1718629852941.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jun 2024 13:11:05 GMT</pubDate>
    <dc:creator>iysheng</dc:creator>
    <dc:date>2024-06-17T13:11:05Z</dc:date>
    <item>
      <title>Pwm_example_S32K148 build failed.</title>
      <link>https://community.nxp.com/t5/S32K/Pwm-example-S32K148-build-failed/m-p/1888240#M36630</link>
      <description>&lt;P&gt;I installed DS32 version 3.4 and some needed package.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iysheng_0-1718541776746.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/284333iF16ABE900FBC097B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iysheng_0-1718541776746.png" alt="iysheng_0-1718541776746.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iysheng_2-1718541822764.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/284335i66BA1A40DD5D0BF4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iysheng_2-1718541822764.png" alt="iysheng_2-1718541822764.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iysheng_3-1718541836574.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/284336iE99517E5F6390A5E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iysheng_3-1718541836574.png" alt="iysheng_3-1718541836574.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And I create a project based on Pwm_example_S32K148.When I try to build the project I get some errors like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iysheng_4-1718541896443.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/284337i9AFD4D10F31F602C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iysheng_4-1718541896443.png" alt="iysheng_4-1718541896443.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2024 12:45:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Pwm-example-S32K148-build-failed/m-p/1888240#M36630</guid>
      <dc:creator>iysheng</dc:creator>
      <dc:date>2024-06-16T12:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pwm_example_S32K148 build failed.</title>
      <link>https://community.nxp.com/t5/S32K/Pwm-example-S32K148-build-failed/m-p/1888306#M36638</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@iysheng" target="_blank"&gt;Hi@iysheng&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;please click "update code" and then try it again.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1718591141284.png" style="width: 607px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/284354i758011B910B3CB5F/image-dimensions/607x352?v=v2" width="607" height="352" role="button" title="Senlent_0-1718591141284.png" alt="Senlent_0-1718591141284.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 02:25:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Pwm-example-S32K148-build-failed/m-p/1888306#M36638</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2024-06-17T02:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pwm_example_S32K148 build failed.</title>
      <link>https://community.nxp.com/t5/S32K/Pwm-example-S32K148-build-failed/m-p/1888737#M36665</link>
      <description>&lt;P&gt;After I do this ,when I build I get error messages as below:&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;make -j12 all&lt;BR /&gt;Building file: ../board/Port_Ci_Port_Ip_Cfg.c&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabi-gcc "@board/Clock_Ip_Cfg.args" -MMD -MP -MF"board/Port_Ci_Port_Ip_Cfg.d" -MT"board/Port_Ci_Port_Ip_Cfg.o" -o "board/Port_Ci_Port_Ip_Cfg.o" "../board/Port_Ci_Port_Ip_Cfg.c"&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:29:60: error: 'NUM_OF_CONFIGURED_PINS0' undeclared here (not in a function); did you mean 'NUM_OF_CONFIGURED_PINS'?&lt;BR /&gt;29 | Port_Ci_Port_Ip_PinSettingsConfig g_pin_mux_InitConfigArr0[NUM_OF_CONFIGURED_PINS0] = {&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;| NUM_OF_CONFIGURED_PINS&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:31:9: error: field name not in record or union initializer&lt;BR /&gt;31 | .portBase = IP_PORTC,&lt;BR /&gt;| ^&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:31:9: note: (near initialization for 'g_pin_mux_InitConfigArr0')&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:32:9: error: field name not in record or union initializer&lt;BR /&gt;32 | .gpioBase = NULL_PTR,&lt;BR /&gt;| ^&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:32:9: note: (near initialization for 'g_pin_mux_InitConfigArr0')&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:33:9: error: field name not in record or union initializer&lt;BR /&gt;33 | .pinPortIdx = 19U,&lt;BR /&gt;| ^&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:33:9: note: (near initialization for 'g_pin_mux_InitConfigArr0')&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:34:9: error: field name not in record or union initializer&lt;BR /&gt;34 | .pullConfig = PORT_INTERNAL_PULL_NOT_ENABLED,&lt;BR /&gt;| ^&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:34:9: note: (near initialization for 'g_pin_mux_InitConfigArr0')&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:35:9: error: field name not in record or union initializer&lt;BR /&gt;35 | .driveStrength = PORT_DRIVE_STRENGTH_LOW,&lt;BR /&gt;| ^&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:35:9: note: (near initialization for 'g_pin_mux_InitConfigArr0')&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:36:9: error: field name not in record or union initializer&lt;BR /&gt;36 | .passiveFilter = (boolean)FALSE,&lt;BR /&gt;| ^&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:36:9: note: (near initialization for 'g_pin_mux_InitConfigArr0')&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:37:9: error: field name not in record or union initializer&lt;BR /&gt;37 | .mux = PORT_MUX_ALT2,&lt;BR /&gt;| ^&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:37:9: note: (near initialization for 'g_pin_mux_InitConfigArr0')&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:38:9: error: field name not in record or union initializer&lt;BR /&gt;38 | .lockRegister = PORT_LOCK_REGISTER_DISABLED,&lt;BR /&gt;| ^&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:38:9: note: (near initialization for 'g_pin_mux_InitConfigArr0')&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:39:9: error: field name not in record or union initializer&lt;BR /&gt;39 | .digitalFilter = (boolean)FALSE,&lt;BR /&gt;| ^&lt;BR /&gt;../board/Port_Ci_Port_Ip_Cfg.c:39:9: note: (near initialization for 'g_pin_mux_InitConfigArr0')&lt;BR /&gt;make: *** [board/subdir.mk:26: board/Port_Ci_Port_Ip_Cfg.o] Error 1&lt;BR /&gt;"make -j12 all" terminated with exit code 2. Build might be incomplete.&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;&amp;nbsp;and the generated code releate is:&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;Port_Ci_Port_Ip_PinSettingsConfig g_pin_mux_InitConfigArr0[NUM_OF_CONFIGURED_PINS0] = {&lt;BR /&gt;{&lt;BR /&gt;.portBase = IP_PORTC,&lt;BR /&gt;.gpioBase = NULL_PTR,&lt;BR /&gt;.pinPortIdx = 19U,&lt;BR /&gt;.pullConfig = PORT_INTERNAL_PULL_NOT_ENABLED,&lt;BR /&gt;.driveStrength = PORT_DRIVE_STRENGTH_LOW,&lt;BR /&gt;.passiveFilter = (boolean)FALSE,&lt;BR /&gt;.mux = PORT_MUX_ALT2,&lt;BR /&gt;.lockRegister = PORT_LOCK_REGISTER_DISABLED,&lt;BR /&gt;.digitalFilter = (boolean)FALSE,&lt;BR /&gt;},&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;I found macro NUM_OF_CONFIGURED_PINS define as&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iysheng_0-1718629852941.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/284462iA2C1DAEB3FA019F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iysheng_0-1718629852941.png" alt="iysheng_0-1718629852941.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 13:11:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Pwm-example-S32K148-build-failed/m-p/1888737#M36665</guid>
      <dc:creator>iysheng</dc:creator>
      <dc:date>2024-06-17T13:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Pwm_example_S32K148 build failed.</title>
      <link>https://community.nxp.com/t5/S32K/Pwm-example-S32K148-build-failed/m-p/2201278#M54290</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I encountered a situation similar to yours. Have you resolved it?&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;..&lt;SPAN class=""&gt;/&lt;/SPAN&gt;src&lt;SPAN class=""&gt;/&lt;/SPAN&gt;main.c:&lt;SPAN class=""&gt;94&lt;/SPAN&gt;:&lt;SPAN class=""&gt;24&lt;/SPAN&gt;: error: &lt;SPAN class=""&gt;'NUM_OF_CONFIGURED_PINS0'&lt;/SPAN&gt; undeclared (&lt;SPAN class=""&gt;first&lt;/SPAN&gt; use &lt;SPAN class=""&gt;in&lt;/SPAN&gt; this &lt;SPAN class=""&gt;function&lt;/SPAN&gt;); did you mean &lt;SPAN class=""&gt;'NUM_OF_CONFIGURED_PINS'&lt;/SPAN&gt;? &lt;SPAN class=""&gt;94&lt;/SPAN&gt; &lt;SPAN class=""&gt;|&lt;/SPAN&gt; Siul2_Port_Ip_Init(NUM_OF_CONFIGURED_PINS0, g_pin_mux_InitConfigArr0); &lt;SPAN class=""&gt;|&lt;/SPAN&gt; &lt;SPAN class=""&gt;^&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt;&lt;SPAN class=""&gt;~&lt;/SPAN&gt; &lt;SPAN class=""&gt;|&lt;/SPAN&gt; NUM_OF_CONFIGURED_PINS ..&lt;SPAN class=""&gt;/&lt;/SPAN&gt;src&lt;SPAN class=""&gt;/&lt;/SPAN&gt;main.c:&lt;SPAN class=""&gt;94&lt;/SPAN&gt;:&lt;SPAN class=""&gt;24&lt;/SPAN&gt;: note: &lt;SPAN class=""&gt;each&lt;/SPAN&gt; undeclared identifier &lt;SPAN class=""&gt;is&lt;/SPAN&gt; reported &lt;SPAN class=""&gt;only&lt;/SPAN&gt; once &lt;SPAN class=""&gt;for&lt;/SPAN&gt; &lt;SPAN class=""&gt;each&lt;/SPAN&gt; &lt;SPAN class=""&gt;function&lt;/SPAN&gt; it appears &lt;SPAN class=""&gt;in&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sun, 09 Nov 2025 14:46:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Pwm-example-S32K148-build-failed/m-p/2201278#M54290</guid>
      <dc:creator>shangguanyu</dc:creator>
      <dc:date>2025-11-09T14:46:07Z</dc:date>
    </item>
  </channel>
</rss>

