<?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>Power ManagementのトピックRe: S32K3 HSE</title>
    <link>https://community.nxp.com/t5/Power-Management/S32K3-HSE/m-p/2327435#M5054</link>
    <description>&lt;P&gt;目前该问题大概率是MCU启动停留在HSE内核，应用核并未运行，MCU相关的技术人员是否可以指导一下，给点建设性意见，感谢&lt;/P&gt;</description>
    <pubDate>Fri, 06 Mar 2026 01:58:17 GMT</pubDate>
    <dc:creator>ALXY_WANG1</dc:creator>
    <dc:date>2026-03-06T01:58:17Z</dc:date>
    <item>
      <title>S32K3 HSE</title>
      <link>https://community.nxp.com/t5/Power-Management/S32K3-HSE/m-p/2326699#M5048</link>
      <description>&lt;P&gt;Currently, we are using the S32K344 + FS6500 chip in combination with it for the VCU controller. This project is the first to use the HSE module to meet the information security requirements. The used RTD version is 1.0.0, and the HSE version is 0.2.1.0. Currently, the project has entered the small-scale verification stage. Currently, there is a problem:&lt;BR /&gt;Occasionally, after power-on, the VCU cannot start. Testing revealed that the power output of the SBC is normal after power-on, but the LED indicator controlled by the MCU does not work. Testing found that the SPI of the SBC did not send communication after power-on, and the REST pin continuously emitted periodic reset signals with a period of approximately 200ms, pulling low for about 8ms. Currently, we suspect that it gets stuck in the HSE part after power-on and does not reach the SBC initialization, resulting in a timeout reset within 256ms.&lt;BR /&gt;However, we have discovered an unexplainable phenomenon. When we disconnect the reset pins of the MCU and SBC, the controller recovers. After recovery, if it is reconnected, the problem cannot be reproduced. Or if a debugger is attached, it also recovers. After recovery, the fault cannot be reproduced either. Currently, we are unable to explain this phenomenon.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 03:04:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Power-Management/S32K3-HSE/m-p/2326699#M5048</guid>
      <dc:creator>ALXY_WANG1</dc:creator>
      <dc:date>2026-03-05T03:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 HSE</title>
      <link>https://community.nxp.com/t5/Power-Management/S32K3-HSE/m-p/2326731#M5049</link>
      <description>&lt;P&gt;我这里的support SBC的。&lt;/P&gt;
&lt;P&gt;从SBC的角度看您的问题以及debug的建议：&lt;/P&gt;
&lt;P&gt;1：如果首次看门狗刷新不正确，FS45/FS65 直接复位，FS45/FS65 再次进入 INIT_FS 模式，并在 256 毫秒内请求首次正确看门狗刷新。&lt;/P&gt;
&lt;P&gt;如果首次看门狗在 256 毫秒内未刷新，FS45/FS65 直接复位，FS45/FS65 再次进入 INIT_FS 模式，并在 256 毫秒内请求首次正确看门狗刷新。&lt;/P&gt;
&lt;P&gt;此时MCU的reset接在SBC 的RSTB pin在刚开始上电的256ms以内喂狗不对或者喂狗超时 RSTB 都会被拉低一个pulse，会直接reset MCU。&lt;/P&gt;
&lt;P&gt;2：&lt;/P&gt;
&lt;P&gt;a:当我们断开 MCU 和 SBC 的复位引脚时，控制器恢复--》控制器恢复如何理解？&lt;/P&gt;
&lt;P&gt;我这边测试看到假如是您断开RSTB那么SBC 可以给MCU最长供电大概1.3s，然后再不喂狗 后续的output power就没有了&lt;/P&gt;
&lt;P&gt;也就是说在这1.3s以内您的控制器程序跑起来可以应答SBC了。&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;b:恢复后，如果重新连接，问题无法重现-&amp;gt;你说的重新连接是说的从新连接RSTB吗?&lt;/P&gt;
&lt;P&gt;您需要在250ms以内把MCU的程序跑起来这样MCU 就不会被reset。或者就是启动HSE之前把SBC watchdog关掉，完成以后再打开&lt;/P&gt;
&lt;DIV id="tinyMceEditorguoweisun_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 07:02:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Power-Management/S32K3-HSE/m-p/2326731#M5049</guid>
      <dc:creator>guoweisun</dc:creator>
      <dc:date>2026-03-05T07:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 HSE</title>
      <link>https://community.nxp.com/t5/Power-Management/S32K3-HSE/m-p/2326880#M5050</link>
      <description>a:断开MCU 和 SBC 的复位引脚后，控制器可正常运行，应用程序运行正常&lt;BR /&gt;b：重新连接是将原先断开的MCU 和 SBC 的复位引脚中间的二极管重新焊接上，焊接上无法再复现原来的问题&lt;BR /&gt;所以目前怀疑的可能是在Boot代码启动前代码卡在HSE耗时较长，导致没有在250ms内运行。</description>
      <pubDate>Thu, 05 Mar 2026 09:17:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Power-Management/S32K3-HSE/m-p/2326880#M5050</guid>
      <dc:creator>ALXY_WANG1</dc:creator>
      <dc:date>2026-03-05T09:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 HSE</title>
      <link>https://community.nxp.com/t5/Power-Management/S32K3-HSE/m-p/2327403#M5052</link>
      <description>&lt;P&gt;好的有问题再联系！&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 23:36:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Power-Management/S32K3-HSE/m-p/2327403#M5052</guid>
      <dc:creator>guoweisun</dc:creator>
      <dc:date>2026-03-05T23:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 HSE</title>
      <link>https://community.nxp.com/t5/Power-Management/S32K3-HSE/m-p/2327431#M5053</link>
      <description>启动HSE之前把SBC watchdog关掉，这个的具体有哪些实现方式，因为目前分析大概率MCU软件并未运行</description>
      <pubDate>Fri, 06 Mar 2026 01:37:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Power-Management/S32K3-HSE/m-p/2327431#M5053</guid>
      <dc:creator>ALXY_WANG1</dc:creator>
      <dc:date>2026-03-06T01:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 HSE</title>
      <link>https://community.nxp.com/t5/Power-Management/S32K3-HSE/m-p/2327435#M5054</link>
      <description>&lt;P&gt;目前该问题大概率是MCU启动停留在HSE内核，应用核并未运行，MCU相关的技术人员是否可以指导一下，给点建设性意见，感谢&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 01:58:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Power-Management/S32K3-HSE/m-p/2327435#M5054</guid>
      <dc:creator>ALXY_WANG1</dc:creator>
      <dc:date>2026-03-06T01:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 HSE</title>
      <link>https://community.nxp.com/t5/Power-Management/S32K3-HSE/m-p/2327440#M5055</link>
      <description>&lt;P&gt; WD_WINDOW register 这个寄存器里设置WD_WINDOW_3:0 bits as ‘1111’--》 1024ms我觉得差不多够你更新HSE了 这个可以在任何模式下设置比较随意，如果要彻底关掉必须要在INIT 的阶段操作上述的寄存器&amp;nbsp;WD_WINDOW_3:0 为‘0000’&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 02:14:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Power-Management/S32K3-HSE/m-p/2327440#M5055</guid>
      <dc:creator>guoweisun</dc:creator>
      <dc:date>2026-03-06T02:14:36Z</dc:date>
    </item>
  </channel>
</rss>

