<?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のトピックMC33772B sleep cmd not work</title>
    <link>https://community.nxp.com/t5/S32K/MC33772B-sleep-cmd-not-work/m-p/1322380#M11657</link>
    <description>&lt;P&gt;working on BSM system: s32k148&amp;nbsp; &amp;nbsp; &amp;lt;-spi-&amp;gt;&amp;nbsp; &amp;nbsp;MC33772BSP2AE&lt;/P&gt;&lt;P&gt;communication and cells measurement works now,&lt;/P&gt;&lt;P&gt;trying to set MC33772B go to sleep mode, Spi write cmd such as&lt;/P&gt;&lt;P&gt;0x0, 0x1, 0x2, 0x1E, 0x5A, got feedback&amp;nbsp;0xFF, 0xFF, 0xFF, 0xFF, 0xFF,&lt;/P&gt;&lt;P&gt;sleep cmd not executed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;before this sleep cmd , previous read/write spi cmd all correct executed.&lt;/P&gt;&lt;P&gt;Do you know under which condition an all 0xFF feedback would replayed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;and any other action should be executed before send sleep CMD?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Aug 2021 05:39:56 GMT</pubDate>
    <dc:creator>dadaoyiyang</dc:creator>
    <dc:date>2021-08-12T05:39:56Z</dc:date>
    <item>
      <title>MC33772B sleep cmd not work</title>
      <link>https://community.nxp.com/t5/S32K/MC33772B-sleep-cmd-not-work/m-p/1322380#M11657</link>
      <description>&lt;P&gt;working on BSM system: s32k148&amp;nbsp; &amp;nbsp; &amp;lt;-spi-&amp;gt;&amp;nbsp; &amp;nbsp;MC33772BSP2AE&lt;/P&gt;&lt;P&gt;communication and cells measurement works now,&lt;/P&gt;&lt;P&gt;trying to set MC33772B go to sleep mode, Spi write cmd such as&lt;/P&gt;&lt;P&gt;0x0, 0x1, 0x2, 0x1E, 0x5A, got feedback&amp;nbsp;0xFF, 0xFF, 0xFF, 0xFF, 0xFF,&lt;/P&gt;&lt;P&gt;sleep cmd not executed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;before this sleep cmd , previous read/write spi cmd all correct executed.&lt;/P&gt;&lt;P&gt;Do you know under which condition an all 0xFF feedback would replayed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;and any other action should be executed before send sleep CMD?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 05:39:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/MC33772B-sleep-cmd-not-work/m-p/1322380#M11657</guid>
      <dc:creator>dadaoyiyang</dc:creator>
      <dc:date>2021-08-12T05:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: MC33772B sleep cmd not work</title>
      <link>https://community.nxp.com/t5/S32K/MC33772B-sleep-cmd-not-work/m-p/1322805#M11670</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;To instruct the MC33772C to enter the Sleep mode, the user sets the SYS_CFG_GLOBAL[GO2SLEEP] bit to logic 1. If the communication type is TPL, only a global write command can be used, while in case of pure SPI communication, a local write command is necessary&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I’m not sure why you got feedback when writing to the registers since, unlike the read command, for which MC33772C responds with data, the write command does not generate any response. When the slave receives a valid LOCAL WRITE COMMAND, the message is acted upon but no response is generated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jose&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 21:32:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/MC33772B-sleep-cmd-not-work/m-p/1322805#M11670</guid>
      <dc:creator>reyes</dc:creator>
      <dc:date>2021-08-12T21:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: MC33772B sleep cmd not work</title>
      <link>https://community.nxp.com/t5/S32K/MC33772B-sleep-cmd-not-work/m-p/1322854#M11672</link>
      <description>&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks for your feedback!&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; the "response" may not correct, actually it's the echo of write&amp;nbsp;&lt;SPAN&gt;command,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;in datasheet,&lt;/P&gt;&lt;P&gt;10.4.2 Write local command&lt;BR /&gt;Unlike the read command, which responds with data, the 33772 responds to the write&lt;BR /&gt;command with a single frame echo of the command and updated register contents.&lt;/P&gt;&lt;P&gt;a successful write cmd&amp;nbsp; &amp;nbsp;with correct echo&lt;/P&gt;&lt;P&gt;AFE_Tx = (0x0, 0x0, 0x26, 0x12, 0x20)&lt;BR /&gt;AFE_Rx = (0x0, 0x0, 0xA6, 0x12, 0x27)&lt;/P&gt;&lt;P&gt;but when trying to write&amp;nbsp;&lt;SPAN&gt;SYS_CFG_GLOBAL[GO2SLEEP] bit to logic 1,got&amp;nbsp; all 0xFF echo, and sleep not executed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;AFE_Tx = (0x0, 0x1, 0x2, 0x16, 0x0D)&lt;BR /&gt;AFE_Rx = (0xFF, 0xFF, 0xFF, 0xFF, 0xFF)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;before this sleep cmd , I wrote three register :&amp;nbsp;FAULT1_STATUS,FAULT2_STATUS,FAULT3_STATUS&lt;/P&gt;&lt;P&gt;all with correct echo returned.&lt;/P&gt;&lt;P&gt;so is there any precondition to write&amp;nbsp;&lt;SPAN&gt;SYS_CFG_GLOBAL[GO2SLEEP] bit to logic 1?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 01:09:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/MC33772B-sleep-cmd-not-work/m-p/1322854#M11672</guid>
      <dc:creator>dadaoyiyang</dc:creator>
      <dc:date>2021-08-13T01:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: MC33772B sleep cmd not work</title>
      <link>https://community.nxp.com/t5/S32K/MC33772B-sleep-cmd-not-work/m-p/1323319#M11687</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can I ask which version of the datasheet are you looking?&lt;/P&gt;
&lt;P&gt;I’m looking into the version Rev. 3 — 4 June 2021 of the MC33772C (can be downloaded from NXP DocStore) where section 10.4.2 ‘Local Write Command’ specifies:&lt;/P&gt;
&lt;P&gt;“Unlike the read command, for which MC33772C responds with data, the write command&lt;/P&gt;
&lt;P&gt;does not generate any response. When the slave receives a valid local write command,&lt;/P&gt;
&lt;P&gt;the message is acted upon but no response is generated”&lt;/P&gt;
&lt;P&gt;And tables of this section (image below) doesn’t specify anything about an echo response.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="reyes_0-1628868430912.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/152840i642CC85EDE356D9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="reyes_0-1628868430912.png" alt="reyes_0-1628868430912.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;reyes_0-1628868430912.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are no preconditions to write&amp;nbsp;SYS_CFG_GLOBAL[GO2SLEEP] bit to logic 1, this should be straight forward and the MC33772C should go into sleep mode when setting this bit. As you can see in the&amp;nbsp; state diagram image below, to go from normal mode to sleep mode, the only requirement is to set SYS_CFG_GLOBAL[GO2SLEEP] bit to logic 1.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="reyes_1-1628868476152.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/152841iE6C57EBE81A05305/image-size/medium?v=v2&amp;amp;px=400" role="button" title="reyes_1-1628868476152.png" alt="reyes_1-1628868476152.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;reyes_1-1628868476152.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jose&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 15:28:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/MC33772B-sleep-cmd-not-work/m-p/1323319#M11687</guid>
      <dc:creator>reyes</dc:creator>
      <dc:date>2021-08-13T15:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: MC33772B sleep cmd not work</title>
      <link>https://community.nxp.com/t5/S32K/MC33772B-sleep-cmd-not-work/m-p/1323680#M11694</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The datasheet I checked is&amp;nbsp; "MC33772B Battery cell controller IC Rev. 6.0 — 2 April 2020 "&amp;nbsp; &amp;nbsp;as the chip we used is MC33772B,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; thanks for your information, I will do some other test , then give you feedback.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 05:17:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/MC33772B-sleep-cmd-not-work/m-p/1323680#M11694</guid>
      <dc:creator>dadaoyiyang</dc:creator>
      <dc:date>2021-08-16T05:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: MC33772B sleep cmd not work</title>
      <link>https://community.nxp.com/t5/S32K/MC33772B-sleep-cmd-not-work/m-p/1324006#M11704</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for the correction, sorry about that.&lt;/P&gt;
&lt;P&gt;On the MC33772B, under SPI communication, a local write command is necessary just as mentioned for the MC33772C. however, different from the MC33772C, the MC33772B, upon receipt of a "go to sleep" command, if the IC is being performing a conversion sequence, then the state transition is delayed until an EOC occurs (end of conversion); else, the state transition occurs immediately. In other words, the device goes to sleep mode only after all conversions in progress are completed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you check the attached state diagram image for the MC33772B, to go from normal mode to sleep mode, it is not only required to set SYS_CFG_GLOBAL[GO2SLEEP] bit to logic 1, but also EOC should occur (end of conversion).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="reyes_0-1629132638363.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/152992i6377DEB42937523B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="reyes_0-1629132638363.png" alt="reyes_0-1629132638363.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;reyes_0-1629132638363.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jose&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 16:50:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/MC33772B-sleep-cmd-not-work/m-p/1324006#M11704</guid>
      <dc:creator>reyes</dc:creator>
      <dc:date>2021-08-16T16:50:47Z</dc:date>
    </item>
  </channel>
</rss>

