<?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>MCX MicrocontrollersのトピックRe: MCXN236 safety IEC60730B example bebug failed</title>
    <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN236-safety-IEC60730B-example-bebug-failed/m-p/2061721#M2673</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/46187"&gt;@seanwu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Hope you are doing well.&amp;nbsp;Sorry for keeping you waiting for so long. Here is the update about this issue:&lt;/P&gt;
&lt;P&gt;This issue can be fixed by modifying start.c file. The modified part disables aGDET and dGDET the same way as standard SDK startup file for this device does. This solved the described issue on FRDM-MCXN236 RevC.&lt;/P&gt;
&lt;P&gt;Add the following code after line 38 in startup/start.c.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;#if defined(MCXN236_H_)
    /* Disable aGDET trigger the CHIP_RESET */
    ITRC0-&amp;gt;OUT_SEL[4][0] = (ITRC0-&amp;gt;OUT_SEL[4][0] &amp;amp; ~ITRC_OUTX_SEL_OUTX_SELY_OUT_SEL_IN9_SELn_MASK) | (ITRC_OUTX_SEL_OUTX_SELY_OUT_SEL_IN9_SELn(0x2));
    ITRC0-&amp;gt;OUT_SEL[4][1] = (ITRC0-&amp;gt;OUT_SEL[4][1] &amp;amp; ~ITRC_OUTX_SEL_OUTX_SELY_OUT_SEL_IN9_SELn_MASK) | (ITRC_OUTX_SEL_OUTX_SELY_OUT_SEL_IN9_SELn(0x2));
    
    /* Disable aGDET interrupt and reset */
    SPC0-&amp;gt;ACTIVE_CFG |= SPC_ACTIVE_CFG_GLITCH_DETECT_DISABLE_MASK;
    SPC0-&amp;gt;GLITCH_DETECT_SC &amp;amp;= ~SPC_GLITCH_DETECT_SC_LOCK_MASK;
    SPC0-&amp;gt;GLITCH_DETECT_SC = 0x3C;
    SPC0-&amp;gt;GLITCH_DETECT_SC |= SPC_GLITCH_DETECT_SC_LOCK_MASK;

    /* Disable dGDET trigger the CHIP_RESET */
    ITRC0-&amp;gt;OUT_SEL[4][0] = (ITRC0-&amp;gt;OUT_SEL[4][0] &amp;amp; ~ ITRC_OUTX_SEL_OUTX_SELY_OUT_SEL_IN0_SELn_MASK) | (ITRC_OUTX_SEL_OUTX_SELY_OUT_SEL_IN0_SELn(0x2));
    ITRC0-&amp;gt;OUT_SEL[4][1] = (ITRC0-&amp;gt;OUT_SEL[4][1] &amp;amp; ~ ITRC_OUTX_SEL_OUTX_SELY_OUT_SEL_IN0_SELn_MASK) | (ITRC_OUTX_SEL_OUTX_SELY_OUT_SEL_IN0_SELn(0x2));
    GDET0-&amp;gt;GDET_ENABLE1 = 0;
    GDET1-&amp;gt;GDET_ENABLE1 = 0;
#endif&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-03-14 103543.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/328068i6A6D94C8BFD8B061/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-03-14 103543.png" alt="Screenshot 2025-03-14 103543.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;This issue is expected to be fixed in version 25.09. Hope it can help you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BRs,&lt;/P&gt;
&lt;P&gt;Celeste&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!&lt;BR /&gt;--------------------------------------------------------------------------------------------------------&lt;/P&gt;</description>
    <pubDate>Fri, 14 Mar 2025 02:59:14 GMT</pubDate>
    <dc:creator>Celeste_Liu</dc:creator>
    <dc:date>2025-03-14T02:59:14Z</dc:date>
    <item>
      <title>MCXN236 safety IEC60730B example bebug failed</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN236-safety-IEC60730B-example-bebug-failed/m-p/2044994#M2485</link>
      <description>&lt;P&gt;Dear sir,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to test IECB60730B example in NCXN236 SDK 2.16.000 on FRDM-MCXN236.&lt;/P&gt;&lt;P&gt;But it can' t download firmware to debug like below.&lt;/P&gt;&lt;P&gt;Please hlep to check the issue.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="seanwu_0-1739754384494.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/324149i38DB6750C90CDDBE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="seanwu_0-1739754384494.png" alt="seanwu_0-1739754384494.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks. BR,&lt;/P&gt;&lt;P&gt;Sean Wu.&lt;/P&gt;&lt;P&gt;Weikeng.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 01:07:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN236-safety-IEC60730B-example-bebug-failed/m-p/2044994#M2485</guid>
      <dc:creator>seanwu</dc:creator>
      <dc:date>2025-02-17T01:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: MCXN236 safety IEC60730B example bebug failed</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN236-safety-IEC60730B-example-bebug-failed/m-p/2045270#M2488</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/46187"&gt;@seanwu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your post.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've indeed reproduced your problem. The cause is that it lacks the default flash driver settings. I'll submit a Jira ticket to the SDK team.&lt;/P&gt;
&lt;P&gt;You can solve it in this way.&lt;BR /&gt;Manually add the "MCXNxx.cfx" file in the GUI flash tool, and then you can download it normally, but it's only effective for a single time.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Celeste_Liu_0-1739853468156.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/324419iED003E10134156F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Celeste_Liu_0-1739853468156.png" alt="Celeste_Liu_0-1739853468156.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="Celeste_Liu_1-1739853485474.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/324420i943DEDE5462B8BCC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Celeste_Liu_1-1739853485474.png" alt="Celeste_Liu_1-1739853485474.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you want to set the default flash driver for it, you can do it in the following way.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Celeste_Liu_2-1739853513648.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/324421iDF53F6A1CDF0DC70/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Celeste_Liu_2-1739853513648.png" alt="Celeste_Liu_2-1739853513648.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If this works, then even if you don't set the GUI flash driver, it should also work.&lt;/P&gt;
&lt;P&gt;Hope it can help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BRs,&lt;/P&gt;
&lt;P&gt;Celeste&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!&lt;BR /&gt;--------------------------------------------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 04:39:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN236-safety-IEC60730B-example-bebug-failed/m-p/2045270#M2488</guid>
      <dc:creator>Celeste_Liu</dc:creator>
      <dc:date>2025-02-18T04:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: MCXN236 safety IEC60730B example bebug failed</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN236-safety-IEC60730B-example-bebug-failed/m-p/2046752#M2503</link>
      <description>&lt;P&gt;Dear Celeste,&lt;/P&gt;&lt;P&gt;Can you debug the example? I tried to debug the example, but it will crash like below.&lt;/P&gt;&lt;P&gt;And I found it will crash after&amp;nbsp;&lt;STRONG&gt;SPC_SetActiveModeDCDCRegulatorConfig(SPC0, &amp;amp;dcdcOpt);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Could you please help to check the issue?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="seanwu_0-1739928372762.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/324613i687733F702935146/image-size/medium?v=v2&amp;amp;px=400" role="button" title="seanwu_0-1739928372762.png" alt="seanwu_0-1739928372762.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks. BR,&lt;/P&gt;&lt;P&gt;Sean Wu&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 01:27:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN236-safety-IEC60730B-example-bebug-failed/m-p/2046752#M2503</guid>
      <dc:creator>seanwu</dc:creator>
      <dc:date>2025-02-19T01:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: MCXN236 safety IEC60730B example bebug failed</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN236-safety-IEC60730B-example-bebug-failed/m-p/2047748#M2513</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/46187"&gt;@seanwu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I've conducted a test on my end, and the debugging process went smoothly without any issues. From the error message you provided, it's difficult to get useful information. I'm wondering if the same problem would occur if you switched to a different demo, like the simplest hello_world example in the SDK.&lt;BR /&gt;Here's a list of the IDE and SDK I'm using for your reference:&lt;BR /&gt;IDE: MCUXPresso v24.9[build25]&lt;/P&gt;
&lt;P&gt;SDK: 2.16.000&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-02-20 111048.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/324843i104C9ACCA24741B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-02-20 111048.png" alt="Screenshot 2025-02-20 111048.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You might also want to try the following steps:&lt;BR /&gt;1. Replace the board.&lt;BR /&gt;2. Restart MCUXpresso.&lt;BR /&gt;3. Switch to a new workspace.&lt;/P&gt;
&lt;P&gt;BRs,&lt;/P&gt;
&lt;P&gt;Celeste&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 03:17:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN236-safety-IEC60730B-example-bebug-failed/m-p/2047748#M2513</guid>
      <dc:creator>Celeste_Liu</dc:creator>
      <dc:date>2025-02-20T03:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: MCXN236 safety IEC60730B example bebug failed</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN236-safety-IEC60730B-example-bebug-failed/m-p/2047808#M2517</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/237877"&gt;@Celeste_Liu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I tried other examples like led, hello world, FlexIO SPI... Th&lt;SPAN&gt;y can work well. Just the IEC example debug failed. My MCUxpresso is 24.12.148, and SDK is 2.16.00.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Sean Wu&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 05:54:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN236-safety-IEC60730B-example-bebug-failed/m-p/2047808#M2517</guid>
      <dc:creator>seanwu</dc:creator>
      <dc:date>2025-02-20T05:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: MCXN236 safety IEC60730B example bebug failed</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN236-safety-IEC60730B-example-bebug-failed/m-p/2048156#M2524</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/46187"&gt;@seanwu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Prompted by another colleague from your company, I found that there are two versions of MCXN236, Rev B and Rev C.&amp;nbsp;I used Rev B before and there was no problem. I've indeed reproduced your issue when using Rev C. In short, it seems that there is really something wrong with the demo. I'll submit this problem to our internal team.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for the inconvenience. I'll let you know if there is any progress with the problem.&lt;/P&gt;
&lt;P&gt;BRs,&lt;/P&gt;
&lt;P&gt;Celeste&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 11:20:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN236-safety-IEC60730B-example-bebug-failed/m-p/2048156#M2524</guid>
      <dc:creator>Celeste_Liu</dc:creator>
      <dc:date>2025-02-20T11:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: MCXN236 safety IEC60730B example bebug failed</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN236-safety-IEC60730B-example-bebug-failed/m-p/2050337#M2560</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/237877"&gt;@Celeste_Liu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Sean Wu&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 01:24:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN236-safety-IEC60730B-example-bebug-failed/m-p/2050337#M2560</guid>
      <dc:creator>seanwu</dc:creator>
      <dc:date>2025-02-25T01:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: MCXN236 safety IEC60730B example bebug failed</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN236-safety-IEC60730B-example-bebug-failed/m-p/2061721#M2673</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/46187"&gt;@seanwu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Hope you are doing well.&amp;nbsp;Sorry for keeping you waiting for so long. Here is the update about this issue:&lt;/P&gt;
&lt;P&gt;This issue can be fixed by modifying start.c file. The modified part disables aGDET and dGDET the same way as standard SDK startup file for this device does. This solved the described issue on FRDM-MCXN236 RevC.&lt;/P&gt;
&lt;P&gt;Add the following code after line 38 in startup/start.c.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;#if defined(MCXN236_H_)
    /* Disable aGDET trigger the CHIP_RESET */
    ITRC0-&amp;gt;OUT_SEL[4][0] = (ITRC0-&amp;gt;OUT_SEL[4][0] &amp;amp; ~ITRC_OUTX_SEL_OUTX_SELY_OUT_SEL_IN9_SELn_MASK) | (ITRC_OUTX_SEL_OUTX_SELY_OUT_SEL_IN9_SELn(0x2));
    ITRC0-&amp;gt;OUT_SEL[4][1] = (ITRC0-&amp;gt;OUT_SEL[4][1] &amp;amp; ~ITRC_OUTX_SEL_OUTX_SELY_OUT_SEL_IN9_SELn_MASK) | (ITRC_OUTX_SEL_OUTX_SELY_OUT_SEL_IN9_SELn(0x2));
    
    /* Disable aGDET interrupt and reset */
    SPC0-&amp;gt;ACTIVE_CFG |= SPC_ACTIVE_CFG_GLITCH_DETECT_DISABLE_MASK;
    SPC0-&amp;gt;GLITCH_DETECT_SC &amp;amp;= ~SPC_GLITCH_DETECT_SC_LOCK_MASK;
    SPC0-&amp;gt;GLITCH_DETECT_SC = 0x3C;
    SPC0-&amp;gt;GLITCH_DETECT_SC |= SPC_GLITCH_DETECT_SC_LOCK_MASK;

    /* Disable dGDET trigger the CHIP_RESET */
    ITRC0-&amp;gt;OUT_SEL[4][0] = (ITRC0-&amp;gt;OUT_SEL[4][0] &amp;amp; ~ ITRC_OUTX_SEL_OUTX_SELY_OUT_SEL_IN0_SELn_MASK) | (ITRC_OUTX_SEL_OUTX_SELY_OUT_SEL_IN0_SELn(0x2));
    ITRC0-&amp;gt;OUT_SEL[4][1] = (ITRC0-&amp;gt;OUT_SEL[4][1] &amp;amp; ~ ITRC_OUTX_SEL_OUTX_SELY_OUT_SEL_IN0_SELn_MASK) | (ITRC_OUTX_SEL_OUTX_SELY_OUT_SEL_IN0_SELn(0x2));
    GDET0-&amp;gt;GDET_ENABLE1 = 0;
    GDET1-&amp;gt;GDET_ENABLE1 = 0;
#endif&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-03-14 103543.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/328068i6A6D94C8BFD8B061/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-03-14 103543.png" alt="Screenshot 2025-03-14 103543.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;This issue is expected to be fixed in version 25.09. Hope it can help you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BRs,&lt;/P&gt;
&lt;P&gt;Celeste&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!&lt;BR /&gt;--------------------------------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 02:59:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN236-safety-IEC60730B-example-bebug-failed/m-p/2061721#M2673</guid>
      <dc:creator>Celeste_Liu</dc:creator>
      <dc:date>2025-03-14T02:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: MCXN236 safety IEC60730B example bebug failed</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN236-safety-IEC60730B-example-bebug-failed/m-p/2062778#M2694</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/237877"&gt;@Celeste_Liu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your greate help. It can work.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Sean Wu&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 06:43:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN236-safety-IEC60730B-example-bebug-failed/m-p/2062778#M2694</guid>
      <dc:creator>seanwu</dc:creator>
      <dc:date>2025-03-17T06:43:35Z</dc:date>
    </item>
  </channel>
</rss>

