<?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>Other NXP ProductsのトピックFS26 Amux sensing issue</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/FS26-Amux-sensing-issue/m-p/2384049#M32629</link>
    <description>&lt;P&gt;I am attempting to measure the voltage on the &lt;STRONG&gt;AMUX pin&lt;/STRONG&gt; after routing the &lt;STRONG&gt;BAT sense voltage&lt;/STRONG&gt; to it. I have verified all relevant register values, and the &lt;STRONG&gt;FS_STATES&lt;/STRONG&gt; register reports the device is in &lt;EM&gt;Normal&lt;/EM&gt; mode. However, the AMUX pin continues to output 0 V, and my 12‑bit ADC consistently reads a value of 0. I used one of the &lt;STRONG&gt;S32K3xx reference examples&lt;/STRONG&gt; as the basis for my code, which I have attached, but the AMUX measurement is not functioning as expected. please, check this.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jun 2026 09:27:46 GMT</pubDate>
    <dc:creator>TTC_ZONE4</dc:creator>
    <dc:date>2026-06-22T09:27:46Z</dc:date>
    <item>
      <title>FS26 Amux sensing issue</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/FS26-Amux-sensing-issue/m-p/2384049#M32629</link>
      <description>&lt;P&gt;I am attempting to measure the voltage on the &lt;STRONG&gt;AMUX pin&lt;/STRONG&gt; after routing the &lt;STRONG&gt;BAT sense voltage&lt;/STRONG&gt; to it. I have verified all relevant register values, and the &lt;STRONG&gt;FS_STATES&lt;/STRONG&gt; register reports the device is in &lt;EM&gt;Normal&lt;/EM&gt; mode. However, the AMUX pin continues to output 0 V, and my 12‑bit ADC consistently reads a value of 0. I used one of the &lt;STRONG&gt;S32K3xx reference examples&lt;/STRONG&gt; as the basis for my code, which I have attached, but the AMUX measurement is not functioning as expected. please, check this.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2026 09:27:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/FS26-Amux-sensing-issue/m-p/2384049#M32629</guid>
      <dc:creator>TTC_ZONE4</dc:creator>
      <dc:date>2026-06-22T09:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: FS26 Amux sensing issue</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/FS26-Amux-sensing-issue/m-p/2384174#M32635</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;DIV&gt;Thank you for sharing the code and details.&amp;nbsp;&lt;SPAN&gt;Could you please check the following:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;- Read back M_AMUX_CTRL register after the write and confirm that AMUX_EN = 1 and AMUX[4:0] = 0x16 (BATSENSE selected).&amp;nbsp;&lt;BR /&gt;- Please also confirm that the SPI response indicates M_AVAL = 1, meaning the main state machine is in Normal mode.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;- On the hardware side, please verify that the BATSENSE pin has the expected voltage present and that the AMUX pin is correctly routed to the ADC input.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;BRs, Tomas&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Jun 2026 13:12:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/FS26-Amux-sensing-issue/m-p/2384174#M32635</guid>
      <dc:creator>TomasVaverka</dc:creator>
      <dc:date>2026-06-22T13:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: FS26 Amux sensing issue</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/FS26-Amux-sensing-issue/m-p/2384896#M32665</link>
      <description>&lt;DIV class=""&gt;The M_AMUX_CTRL register was configured for M_AMUX_EN | M_AMUX_BATSENSE | M_AMUX_DIV_0 and verified via read-back as 0x56. This confirms the analog multiplexer is active and correctly routing the 12V BATSENSE input.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;However, the SPI device status (u8DeviceStatus) reads back as 0xCA. Because the most significant bit is set (sbc_fs26_RxFrameType.u8DeviceStatus &amp;amp; 0x80 == 1), a global Fail-Safe fault is active. Additionally, the FS_STATES register returns 11, proving the device is stuck in the INIT_FS (Initialization Fail-Safe) state.&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Jun 2026 09:34:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/FS26-Amux-sensing-issue/m-p/2384896#M32665</guid>
      <dc:creator>TTC_ZONE4</dc:creator>
      <dc:date>2026-06-23T09:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: FS26 Amux sensing issue</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/FS26-Amux-sensing-issue/m-p/2385043#M32666</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your read-back confirms the AMUX is configured correctly, but the device is stuck in the INIT_FS.&lt;/P&gt;
&lt;P&gt;To resolve this, please follow the initialization and watchdog sequence described in &lt;A href="https://www.nxp.com/webapp/sd/collateral/1766081088336714684758?version=4.0" target="_self"&gt;AN13850&lt;/A&gt;&amp;nbsp;(Secure file requiring an NDA), sections 6.1 and 6.2:&lt;/P&gt;
&lt;P&gt;After power-up or reset, configure all required FS_I_xxx and FS_I_NOT_xxx registers as described in section 6.1.&lt;BR /&gt;Perform a good watchdog refresh within the 256ms INIT_FS window to close the initialization phase.&lt;BR /&gt;Once the safety outputs are released, the device will enter Normal mode and AMUX measurements should function as expected.&lt;/P&gt;
&lt;P&gt;BRs, Tomas&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2026 11:32:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/FS26-Amux-sensing-issue/m-p/2385043#M32666</guid>
      <dc:creator>TomasVaverka</dc:creator>
      <dc:date>2026-06-23T11:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: FS26 Amux sensing issue</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/FS26-Amux-sensing-issue/m-p/2386670#M32718</link>
      <description>Thank you for your support.&lt;BR /&gt;My AMUX was not enabled properly, so it wasn’t routing the selected voltages to the AMUX pin. I appreciate the INIT sequence you provided — it solved the issue. I also configured the watchdog period to 256, and now the device remains in Normal state as expected.</description>
      <pubDate>Fri, 26 Jun 2026 04:06:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/FS26-Amux-sensing-issue/m-p/2386670#M32718</guid>
      <dc:creator>TTC_ZONE4</dc:creator>
      <dc:date>2026-06-26T04:06:55Z</dc:date>
    </item>
  </channel>
</rss>

