<?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: FRDM33772CSPIEVB Battery cell controller in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/FRDM33772CSPIEVB-Battery-cell-controller/m-p/1727450#M19345</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;Kind of disappointed at your response. The fact that s32k144 is companion device for this board has nothing to do with this situation.&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;We can drive this cell controller (slave device)using any master assuming all SPI data lines, reset, and GND's are connected, correct? It shouldn't matter that we are using ANY master device including the S32K31XEVB-Q100 as opposed to using an S32K144.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Respectfully, this is dodging my question. tell me why I'm getting 0 value on the Miso line.?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;I send you a lot of information including the SPI log (7 messages) to&amp;nbsp; configure the cell controller.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;I'd request to escalate&amp;nbsp;this to someone who has expertise&amp;nbsp;in this area.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Koorosh Hajiani&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Sep 2023 21:21:38 GMT</pubDate>
    <dc:creator>hajianik</dc:creator>
    <dc:date>2023-09-21T21:21:38Z</dc:date>
    <item>
      <title>FRDM33772CSPIEVB Battery cell controller</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/FRDM33772CSPIEVB-Battery-cell-controller/m-p/1726511#M19327</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I need your expertise. I'm trying to talk to FRDM33772CSPIEVB (to be used with BATT-6EMULATOR). I connected my Master SPI board which is a S32K310 eval board to the BCC SLAVE eval board(FRDM33772CSPIEVB) by connecting the SPI signals via &amp;nbsp;a bread board together, MOSI-&amp;gt;MOSI, CS-CS, CLK-CLK, Miso-MISO. There's also a reset signal out from Master to the reset input of the slave board and grounds are connected . Some pictures from the set up are attached. Also attached is a Beagle SPI traffic &amp;nbsp;LOG that shows how the SPI is set up(initialization). I also send a reset pulse to BCC for 500us.We also checked&lt;/P&gt;&lt;P&gt;We also check the eval board (Vcom, SPI enabled ,Reset,…….)They are ok.&lt;/P&gt;&lt;P&gt;what I see: is no response on the MISO TO WHAT I SEND on MOSI..&lt;/P&gt;&lt;P&gt;THE LIST OF SEVEN PACKETS USED IN INITIALIZING AND SETUP ARE AS FOLLOWS:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Assign Address: BCCSPI_TxReg( 1, &lt;EM&gt;BCC_REG__SYS_CFG1&lt;/EM&gt;, bcc_spi_regs[ &lt;EM&gt;BCC_REG__SYS_CFG1&lt;/EM&gt; ], &amp;amp;rx_data_u16 ); WHERE bcc_spi_regs[ &lt;EM&gt;BCC_REG__SYS_CFG1&lt;/EM&gt; ] = 0x3881u | 0x0010u.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THE SECOND IS :ASSIGN SEEDS&lt;/P&gt;&lt;P&gt;bcc_spi_regs[ &lt;EM&gt;BCC_REG__INIT&lt;/EM&gt; ] = 0x0001;&lt;/P&gt;&lt;P&gt;2)BCCSPI_TxReg( &lt;EM&gt;BCC_CLUSTER_ID__UNASSIGNED&lt;/EM&gt;, &lt;EM&gt;BCC_REG__INIT&lt;/EM&gt;, bcc_spi_regs[ &lt;EM&gt;BCC_REG__INIT&lt;/EM&gt; ], &amp;amp;rx_data_u16 );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Configure the acquisition process&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;bcc_spi_regs[ &lt;EM&gt;BCC_REG__SYS_CFG1&lt;/EM&gt; ] = cfg1;0X3881&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; bcc_spi_regs[ &lt;EM&gt;BCC_REG__SYS_CFG2&lt;/EM&gt; ] = cfg2; 0X0030&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 3) BCCSPI_TxReg( &lt;EM&gt;BCC_CLUSTER_ID__ASSIGNED&lt;/EM&gt;, &lt;EM&gt;BCC_REG__SYS_CFG1&lt;/EM&gt;, bcc_spi_regs[ &lt;EM&gt;BCC_REG__SYS_CFG1&lt;/EM&gt; ], &amp;amp;u16RxData );&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;4) BCCSPI_TxReg( &lt;EM&gt;BCC_CLUSTER_ID__ASSIGNED&lt;/EM&gt;, &lt;EM&gt;BCC_REG__SYS_CFG2&lt;/EM&gt;, bcc_spi_regs[ &lt;EM&gt;BCC_REG__SYS_CFG2&lt;/EM&gt; ], &amp;amp;u16RxData );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; bcc_spi_regs[ &lt;EM&gt;BCC_REG__SYS_CFG1&lt;/EM&gt; ] = 0x3881 | 0x0200;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 5) BCCSPI_TxReg( &lt;EM&gt;BCC_CLUSTER_ID__ASSIGNED&lt;/EM&gt;, &lt;EM&gt;BCC_REG__SYS_CFG1&lt;/EM&gt;, bcc_spi_regs[ &lt;EM&gt;BCC_REG__SYS_CFG1&lt;/EM&gt; ], &amp;amp;rx_data_u16 );// EN CURRENT MEASURMENT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;START ACQ PROCESS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bcc_spi_regs[ &lt;EM&gt;BCC_REG__ADC_CFG&lt;/EM&gt; ] =&amp;nbsp; 0x042A | 0X0800;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 6)&amp;nbsp; BCCSPI_TxReg( &lt;EM&gt;BCC_CLUSTER_ID__ASSIGNED&lt;/EM&gt;, &lt;EM&gt;BCC_REG__ADC_CFG&lt;/EM&gt;, bcc_spi_regs[ &lt;EM&gt;BCC_REG__ADC_CFG&lt;/EM&gt; ], &amp;amp;u16RxData );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#if&lt;/STRONG&gt; ( BCC_CHIP_VER_3_0 == 1 )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; u16RxData = 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; bcc_spi_regs[ &lt;EM&gt;BCC_REG__ADC2_OFFSET_COMP&lt;/EM&gt; ] = 0XC000;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 7)&amp;nbsp; BCCSPI_TxReg( &lt;EM&gt;BCC_CLUSTER_ID__ASSIGNED&lt;/EM&gt;, &lt;EM&gt;BCC_REG__ADC2_OFFSET_COMP&lt;/EM&gt;, bcc_spi_regs[ &lt;EM&gt;BCC_REG__ADC2_OFFSET_COMP&lt;/EM&gt; ], &amp;amp;u16RxData );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOT GETTING ANY RESPONSE( 0) TO THESE PACKETS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please shed some light on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Koorosh Hajiani&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 19:35:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/FRDM33772CSPIEVB-Battery-cell-controller/m-p/1726511#M19327</guid>
      <dc:creator>hajianik</dc:creator>
      <dc:date>2023-09-20T19:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM33772CSPIEVB Battery cell controller</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/FRDM33772CSPIEVB-Battery-cell-controller/m-p/1726783#M19330</link>
      <description>&lt;P&gt;Hi Koorosh,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the recommended MCU board for the&amp;nbsp;&lt;SPAN&gt;FRDM33772CSPEVB is&amp;nbsp;&lt;A href="https://www.nxp.com/design/development-boards/automotive-development-platforms/s32k-mcu-platforms/s32k144-q100-evaluation-board-for-automotive-general-purpose:S32K144EVB" target="_self"&gt;S32K144EVB&lt;/A&gt;. Both boards are hardware/software compatible. Please consider purchasing the recommended board. You can directly mount the&amp;nbsp;FRDM33772CSPEVB on top of the S32K144EVB and use the GUI, and software on the&amp;nbsp;&lt;A href="https://www.nxp.com/design/development-boards/analog-toolbox/evaluation-board-for-mc33772c-with-spi-communication:FRDM33772CSPEVB?fpsp=1#buy" target="_self"&gt;FRDM33772CSPEVB page&lt;/A&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JozefKozon_0-1695276573680.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/241945iE82DA360861B49AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JozefKozon_0-1695276573680.png" alt="JozefKozon_0-1695276573680.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="JozefKozon_1-1695276667399.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/241950i46E7979246AF4E7E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JozefKozon_1-1695276667399.png" alt="JozefKozon_1-1695276667399.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With Best Regards,&lt;/P&gt;
&lt;P&gt;Jozef&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 06:11:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/FRDM33772CSPIEVB-Battery-cell-controller/m-p/1726783#M19330</guid>
      <dc:creator>JozefKozon</dc:creator>
      <dc:date>2023-09-21T06:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM33772CSPIEVB Battery cell controller</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/FRDM33772CSPIEVB-Battery-cell-controller/m-p/1727450#M19345</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;Kind of disappointed at your response. The fact that s32k144 is companion device for this board has nothing to do with this situation.&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;We can drive this cell controller (slave device)using any master assuming all SPI data lines, reset, and GND's are connected, correct? It shouldn't matter that we are using ANY master device including the S32K31XEVB-Q100 as opposed to using an S32K144.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Respectfully, this is dodging my question. tell me why I'm getting 0 value on the Miso line.?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;I send you a lot of information including the SPI log (7 messages) to&amp;nbsp; configure the cell controller.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;I'd request to escalate&amp;nbsp;this to someone who has expertise&amp;nbsp;in this area.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Koorosh Hajiani&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 21:21:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/FRDM33772CSPIEVB-Battery-cell-controller/m-p/1727450#M19345</guid>
      <dc:creator>hajianik</dc:creator>
      <dc:date>2023-09-21T21:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM33772CSPIEVB Battery cell controller</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/FRDM33772CSPIEVB-Battery-cell-controller/m-p/1727894#M19348</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Koorosh,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I apologize for my inconsistency. Yes you can use any master you want to write and read from the MC33772C registers. Please share a scope from the SPI lines. I would like to check if you have correct SPI mode. Please refer to the Figure 20. in the &lt;A href="https://www.nxp.com/products/power-management/battery-management/battery-cell-controllers/6-channel-li-ion-battery-cell-controller-ic:MC33772C?fpsp=1&amp;amp;#documentation" target="_self"&gt;MC33772C datasheet&lt;/A&gt;. The CPOL should be 1, the SCLK high on Idle and the CPHA should be 0. Data changed on SCLK rising edge and sampled on SCLK falling edge.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JozefKozon_0-1695373072137.png" style="width: 231px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242229i002483A896A1502F/image-dimensions/231x192?v=v2" width="231" height="192" role="button" title="JozefKozon_0-1695373072137.png" alt="JozefKozon_0-1695373072137.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="JozefKozon_1-1695373102082.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242231iD85FA644B5E2C99F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JozefKozon_1-1695373102082.png" alt="JozefKozon_1-1695373102082.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You have send the correct 48bit format, but with incorrect data. At first you need to initialize the MC33772C with a new Cluster ID. You need to send a write command with a default CID=0b00 0000, and assign a new CID. Please refer to the sections 11.2 and 10.4.2 in the MC33772C datasheet.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JozefKozon_2-1695373412676.png" style="width: 276px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242233i5C1058B977B0D341/image-dimensions/276x25?v=v2" width="276" height="25" role="button" title="JozefKozon_2-1695373412676.png" alt="JozefKozon_2-1695373412676.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="JozefKozon_3-1695373449349.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242234i915878B0A6015934/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JozefKozon_3-1695373449349.png" alt="JozefKozon_3-1695373449349.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;With Best Regards,&lt;/P&gt;
&lt;P&gt;Jozef&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 09:04:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/FRDM33772CSPIEVB-Battery-cell-controller/m-p/1727894#M19348</guid>
      <dc:creator>JozefKozon</dc:creator>
      <dc:date>2023-09-22T09:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM33772CSPIEVB Battery cell controller</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/FRDM33772CSPIEVB-Battery-cell-controller/m-p/1728279#M19352</link>
      <description>&lt;P&gt;Hi Josef,&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;the first screen capture below shows the SPI CONFIGURATION.&amp;nbsp;&lt;/P&gt;&lt;P&gt;CLK:IDEAL HIGH&lt;/P&gt;&lt;P&gt;Phase 0 trailing edge. actually I tried leading edge and did not make any differences&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hajianik_0-1695418113105.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242331i4AE11538E2220F0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hajianik_0-1695418113105.png" alt="hajianik_0-1695418113105.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the screen below shows scope capture:&lt;/P&gt;&lt;P&gt;Where brown is the clk , Red CS, ORANGE MISO, Yellow the MOSI. I know the clk is wearied but in my past experience with NXP drivers, it's been like this. anyways the clk appears normal during the cs assertion at a frequency of 4mhz.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hajianik_3-1695418671348.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242334iDF6EDBE1C8AA7D69/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hajianik_3-1695418671348.png" alt="hajianik_3-1695418671348.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You also mentioned the initialization process:&lt;/P&gt;&lt;P&gt;Please look at fifth packet on MOSI , which reads:&lt;/P&gt;&lt;P&gt;0x01,0x01,0x01,0x00,x02, 0x28&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hajianik_4-1695419352093.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242335i83872823A72133DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hajianik_4-1695419352093.png" alt="hajianik_4-1695419352093.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I failed to see what is wrong with this packet.&lt;/P&gt;&lt;P&gt;the 1st 2 bytes (0x01,0x01) are configuration data for the init register. the 1st byte (0x01)is: Stop&amp;nbsp;forwarding and response on single side and the 2nd byte is 0x01 which is cluster id of 0x01.&lt;/P&gt;&lt;P&gt;3rd byte is the init register address 0x01.&lt;/P&gt;&lt;P&gt;4th byte is 0x00 which assigns a default cluster id ( bit 16 to 23)of 0x00&lt;/P&gt;&lt;P&gt;the 5th is command field of 0b10&lt;/P&gt;&lt;P&gt;6th byte is CRC.&lt;/P&gt;&lt;P&gt;Will you please point out the error data in this packet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regard,&lt;/P&gt;&lt;P&gt;Koorosh Hajiani&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;&lt;P&gt;&amp;nbsp;&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>Fri, 22 Sep 2023 22:26:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/FRDM33772CSPIEVB-Battery-cell-controller/m-p/1728279#M19352</guid>
      <dc:creator>hajianik</dc:creator>
      <dc:date>2023-09-22T22:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM33772CSPIEVB Battery cell controller</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/FRDM33772CSPIEVB-Battery-cell-controller/m-p/1728860#M19382</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Koorosh,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;please confirm, that you have the MC33772C full datasheet. When initializing&amp;nbsp;the new MC3377xx, you need to follow the format in the section 10.1. in the MC33772C datasheet. Please share more focused view of the SPI waveforms. I need to check the timings of the SCLK and MOSI. If the CPHA is indeed 0.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please note: &lt;EM&gt;"Unlike the read command, for which MC33772C responds with data, the write command&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;does not generate any response."&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;With Best Regards,&lt;/P&gt;
&lt;P&gt;Jozef&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 10:41:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/FRDM33772CSPIEVB-Battery-cell-controller/m-p/1728860#M19382</guid>
      <dc:creator>JozefKozon</dc:creator>
      <dc:date>2023-09-25T10:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM33772CSPIEVB Battery cell controller</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/FRDM33772CSPIEVB-Battery-cell-controller/m-p/1729152#M19389</link>
      <description>&lt;P&gt;Hi Josef,&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;In below screen shot&amp;nbsp; the channel 1( Brown) is the clock&amp;nbsp; and channel 4 (yellows) the MOSI .&amp;nbsp; as you can see by the red vertical line , lines up with the trailing edge of the clk and the Mosi( rising edge)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hajianik_1-1695676435975.png" style="width: 1029px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242595iE6AA4C9290FAFE2B/image-dimensions/1029x523?v=v2" width="1029" height="523" role="button" title="hajianik_1-1695676435975.png" alt="hajianik_1-1695676435975.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 21:32:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/FRDM33772CSPIEVB-Battery-cell-controller/m-p/1729152#M19389</guid>
      <dc:creator>hajianik</dc:creator>
      <dc:date>2023-09-25T21:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM33772CSPIEVB Battery cell controller</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/FRDM33772CSPIEVB-Battery-cell-controller/m-p/1729161#M19390</link>
      <description>&lt;P&gt;Hi Josef,&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;In below screen shot&amp;nbsp; the channel 1( Brown) is the clock&amp;nbsp; and channel 4 (yellows) the MOSI .&amp;nbsp; as you can see by the red vertical line , lines up with the trailing edge of the clk and the Mosi( rising edge)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hajianik_0-1695677883548.png" style="width: 689px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242598i8DB47883AAA8B0A2/image-dimensions/689x351?v=v2" width="689" height="351" role="button" title="hajianik_0-1695677883548.png" alt="hajianik_0-1695677883548.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even IF I go with phase1 does not change anything I still get a zero response to all my write and read requests.&lt;/P&gt;&lt;P&gt;CAN YOU PLEASE&amp;nbsp; ANSWER A VERY SIMPLE QUESTION RATHER THAN REFER ME TO DATASHEETS. The other day you mentioned my data for assigning CID is wrong and I asked you( with detail description of the format of the packet ) what is in error? YOU DID NOT ANSWER THAT and rather ask me about a more focused view of the SPI transfers ,which I'm providing in this post. I will ask this second time and please answer to this specific question and don't send me on a goose chase. to assign a CID , I'm sending the following packet , if this is in error ,please indicate the correct packets to be sent:&lt;/P&gt;&lt;P&gt;0x01, 0x01,,0x01,0x00,0x02,0x28&lt;/P&gt;&lt;P&gt;Again&amp;nbsp; from the left :&amp;nbsp; the 1st 2 bytes are the data(assigned CID) , 3rd byte is the address, 4th is the unassigned CID,5th is command byte(write), 6th is the CRC.&lt;/P&gt;&lt;P&gt;I've been working with lots of your colleagues and in a situation like this , they just do a simple test on their own I'm not the one to tell you what to do, but at this point ,it seems to be the best solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Koorosh Hajiani&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 22:05:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/FRDM33772CSPIEVB-Battery-cell-controller/m-p/1729161#M19390</guid>
      <dc:creator>hajianik</dc:creator>
      <dc:date>2023-09-25T22:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM33772CSPIEVB Battery cell controller</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/FRDM33772CSPIEVB-Battery-cell-controller/m-p/1731542#M19450</link>
      <description>&lt;P&gt;according to the picture below from the&amp;nbsp; MC3772C.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hajianik_0-1695933553974.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/243205iDB7302363DC9F8E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hajianik_0-1695933553974.png" alt="hajianik_0-1695933553974.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My SPI driver does not meet the condition of the clk input low before the CSB is asserted.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 20:47:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/FRDM33772CSPIEVB-Battery-cell-controller/m-p/1731542#M19450</guid>
      <dc:creator>hajianik</dc:creator>
      <dc:date>2023-09-28T20:47:24Z</dc:date>
    </item>
  </channel>
</rss>

