<?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: Sbc FS26 standby mode in S32K</title>
    <link>https://community.nxp.com/t5/S32K/Sbc-FS26-standby-mode/m-p/1586043#M20154</link>
    <description>&lt;P&gt;Hi) Thank's for response.&lt;BR /&gt;Maybe I have found error - is was connected with incorrect voltage on DEBUG pin of SBC after reset.&lt;BR /&gt;It was more then +6V, so maybe the chip goes to OTP mode instead of waking up. Right now, with +0V on Debug pin it is work (waking up with WAKE 1).&lt;BR /&gt;I have another questions for you:&lt;BR /&gt;1. Sleep mode (with 0xA5, 0x5A sequence) works right now, but if I want to use Standby mode&lt;BR /&gt;can I configure CTRL1 and CTRL2 registers&amp;nbsp;before switching (before sequence 0x), for example if I want&lt;BR /&gt;to use Vcore or Vref in Standby mode?&lt;BR /&gt;2. If power sources in Standby mode can be configured only with OTP mode, what is the purpose of M_REG_CTRL1&amp;nbsp;and M_REG_CTRL2 registers?&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jan 2023 13:52:53 GMT</pubDate>
    <dc:creator>a_dobrik</dc:creator>
    <dc:date>2023-01-20T13:52:53Z</dc:date>
    <item>
      <title>Sbc FS26 standby mode</title>
      <link>https://community.nxp.com/t5/S32K/Sbc-FS26-standby-mode/m-p/1585441#M20131</link>
      <description>&lt;P&gt;Hi !&lt;BR /&gt;I have a troubles with using SBC FS26 + S32K3xx.&lt;/P&gt;&lt;P&gt;I want to make wake up for Sbc by using WAKE1 source (I had add bit in WIO_CFG).&lt;/P&gt;&lt;P&gt;After power on I have achieved (from Debug mode - WDG is disabled) Normal mode with released FS1B and FS0B with using this command sequence:&lt;/P&gt;&lt;P&gt;1. Close INIT FS state with 1 good WDG refresh&lt;/P&gt;&lt;P&gt;2. Made WD_ERR_LIMIT good WDG refreshes (6 by default)&lt;/P&gt;&lt;P&gt;3. EXIT Debug mode&lt;/P&gt;&lt;P&gt;4. Release FS0B and FS1B.&lt;/P&gt;&lt;P&gt;After this I've read FS_STATES register and fail state system of Sbc is in Noramal mode (01011).&lt;/P&gt;&lt;P&gt;So, I want to go to Sbc Standby mode and download to Sbc commands (to LQ_REQ register) 0xAA and 0x55. Sbc goes to undefined condition (full power off) and doesn't wake up from WAKE1.&lt;/P&gt;&lt;P&gt;Also I have tryed to use M_REG_CTRL1 and&amp;nbsp;M_REG_CTRL2 for disable for example LDO1 or LDO2, but result is the same - device doesn't wake up from WAKE1....&lt;/P&gt;&lt;P&gt;Maybe I can't understand something in wake up configuration?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 12:50:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Sbc-FS26-standby-mode/m-p/1585441#M20131</guid>
      <dc:creator>a_dobrik</dc:creator>
      <dc:date>2023-01-19T12:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sbc FS26 standby mode</title>
      <link>https://community.nxp.com/t5/S32K/Sbc-FS26-standby-mode/m-p/1585941#M20150</link>
      <description>&lt;P&gt;Hi Alexander,&lt;/P&gt;
&lt;P&gt;First off, I suppose you have the AN12995 (FS26 Product Guidelines) which provides the following information about entering the Standby mode.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 673px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/208017iDD2C27194FB191CC/image-dimensions/673x418?v=v2" width="673" height="418" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Capture.JPG&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Based on your description, it seems that you are doing everything right, jus two points to double check:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Is the delay between the two commands 0xAA and 0x55 less than 10ms?&lt;/LI&gt;
&lt;LI&gt;Did you set WK1WUEN bit in the M_WIO_CFG register before sending the two commands above?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Tomas&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 09:24:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Sbc-FS26-standby-mode/m-p/1585941#M20150</guid>
      <dc:creator>TomasVaverka</dc:creator>
      <dc:date>2023-01-20T09:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sbc FS26 standby mode</title>
      <link>https://community.nxp.com/t5/S32K/Sbc-FS26-standby-mode/m-p/1586043#M20154</link>
      <description>&lt;P&gt;Hi) Thank's for response.&lt;BR /&gt;Maybe I have found error - is was connected with incorrect voltage on DEBUG pin of SBC after reset.&lt;BR /&gt;It was more then +6V, so maybe the chip goes to OTP mode instead of waking up. Right now, with +0V on Debug pin it is work (waking up with WAKE 1).&lt;BR /&gt;I have another questions for you:&lt;BR /&gt;1. Sleep mode (with 0xA5, 0x5A sequence) works right now, but if I want to use Standby mode&lt;BR /&gt;can I configure CTRL1 and CTRL2 registers&amp;nbsp;before switching (before sequence 0x), for example if I want&lt;BR /&gt;to use Vcore or Vref in Standby mode?&lt;BR /&gt;2. If power sources in Standby mode can be configured only with OTP mode, what is the purpose of M_REG_CTRL1&amp;nbsp;and M_REG_CTRL2 registers?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 13:52:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Sbc-FS26-standby-mode/m-p/1586043#M20154</guid>
      <dc:creator>a_dobrik</dc:creator>
      <dc:date>2023-01-20T13:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sbc FS26 standby mode</title>
      <link>https://community.nxp.com/t5/S32K/Sbc-FS26-standby-mode/m-p/1587094#M20196</link>
      <description>&lt;P&gt;Hi Alexander,&lt;/P&gt;
&lt;P&gt;When the device is in Standby mode,&amp;nbsp;VPRE remains enabled and LDO1/LDO2 activation is selectable via OTP configuration as shown below.&amp;nbsp;In most cases, LDO1 or LDO2 regulators are used in Standby mode to supply light loads.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 576px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/208227i029633309660038D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Capture.JPG&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture 2.JPG" style="width: 571px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/208228i670F6F8462EA7BDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture 2.JPG" alt="Capture 2.JPG" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Capture 2.JPG&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;When the device is in LPOFF mode, all the regulators are turned off.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture 3.JPG" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/208229iD8E1E14ED21489B7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture 3.JPG" alt="Capture 3.JPG" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Capture 3.JPG&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Using the bits in&amp;nbsp;&lt;SPAN&gt;M_REG_CTRL1&amp;nbsp;and M_REG_CTRL2 registers, you can enable/disable the regulators in Normal mode.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Tomas&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 12:02:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Sbc-FS26-standby-mode/m-p/1587094#M20196</guid>
      <dc:creator>TomasVaverka</dc:creator>
      <dc:date>2023-01-24T12:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sbc FS26 standby mode</title>
      <link>https://community.nxp.com/t5/S32K/Sbc-FS26-standby-mode/m-p/1587125#M20197</link>
      <description>&lt;P&gt;Hi ! Thank's for help.&lt;BR /&gt;Also question connected with Fail-State system:&lt;BR /&gt;Am I correct that if I will change M_REG_CTRL1 and M_REG_CTRL2 in Normal mode with active Fail-State system (for example I decide to disable TRK1),&amp;nbsp;I must use SPI command "GOTO_INIT" for switching to INIT FS and restart Fail-State system initialiyation.&lt;BR /&gt;Or if one of the power sources inside Sbc (for example TRK1) is disabled I can't achieve Normal mode with active Fail-State system?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 13:33:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Sbc-FS26-standby-mode/m-p/1587125#M20197</guid>
      <dc:creator>a_dobrik</dc:creator>
      <dc:date>2023-01-24T13:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sbc FS26 standby mode</title>
      <link>https://community.nxp.com/t5/S32K/Sbc-FS26-standby-mode/m-p/1773561#M29566</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/12216"&gt;@TomasVaverka&lt;/a&gt;&amp;nbsp;, Can you please provide any example file of SBC FS26 wakeup using LDT in S32k3 controller.&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Akhil&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 04:14:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Sbc-FS26-standby-mode/m-p/1773561#M29566</guid>
      <dc:creator>Akhil1</dc:creator>
      <dc:date>2023-12-13T04:14:02Z</dc:date>
    </item>
  </channel>
</rss>

