<?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: PIN assignment: EVB FRDM-STBA-A8964 in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1755181#M20042</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/70703" target="_self"&gt;&lt;SPAN class=""&gt;JozefKozon&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have used the EVK with I2C and had no problems as with SPI. Do you have any recommendations? I don't think it is SPI protocol because SPI looks good.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Tania&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Nov 2023 21:20:25 GMT</pubDate>
    <dc:creator>Tania_VS</dc:creator>
    <dc:date>2023-11-09T21:20:25Z</dc:date>
    <item>
      <title>PIN assignment: EVB FRDM-STBA-A8964</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1748898#M19865</link>
      <description>&lt;P&gt;Hi NXP team,&lt;/P&gt;&lt;P&gt;I'm trying to connect the&amp;nbsp;FRDM-STBA-A8964 with a Nordic EVB (nrf9160dk with SPI). I can see all signals in the oscilloscope (CLK, CS, MOSI) but MISO is at high impedance (always high/reading 0xFF in SPI receiver).&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;uint8_t&lt;/SPAN&gt; &lt;SPAN&gt;txBuf&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;] &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;SPAN&gt;0x80&lt;/SPAN&gt; &lt;SPAN&gt;|&lt;/SPAN&gt; &lt;SPAN&gt;0x13&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;0x00&lt;/SPAN&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;uint8_t&lt;/SPAN&gt; &lt;SPAN&gt;rxBuf&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;];&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my connection:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tania_VS_0-1698688544636.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247554i42320B749E6EADDC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tania_VS_0-1698688544636.png" alt="Tania_VS_0-1698688544636.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea why this is happening?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Tania&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 17:59:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1748898#M19865</guid>
      <dc:creator>Tania_VS</dc:creator>
      <dc:date>2023-10-30T17:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: PIN assignment: EVB FRDM-STBA-A8964</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1749303#M19875</link>
      <description>&lt;P&gt;Hi Tania,&lt;/P&gt;
&lt;P&gt;please refer to the section 13.1 in the &lt;A href="https://www.nxp.com/docs/en/data-sheet/FXLS8964AF.pdf" target="_self"&gt;FXLS8964AF datasheet&lt;/A&gt;. For SPI writing the MISO pin is always high-impedance. Please try to read WHO_AM_I register.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JozefKozon_0-1698739725316.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247648i725E734509171434/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JozefKozon_0-1698739725316.png" alt="JozefKozon_0-1698739725316.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please share the SPI scopes to check if you have set correct SPI mode in your MCU.&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>Tue, 31 Oct 2023 08:09:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1749303#M19875</guid>
      <dc:creator>JozefKozon</dc:creator>
      <dc:date>2023-10-31T08:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: PIN assignment: EVB FRDM-STBA-A8964</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1751393#M19924</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/70703" target="_self"&gt;&lt;SPAN class=""&gt;JozefKozon&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Writing&amp;nbsp;&lt;SPAN&gt;WHO_AM_I register (address 0x13):&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;uint8_t&lt;/SPAN&gt; &lt;SPAN&gt;txBuf&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;] &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;SPAN&gt;0x00&lt;/SPAN&gt; &lt;SPAN&gt;|&lt;/SPAN&gt; &lt;SPAN&gt;0x13&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;0x00&lt;/SPAN&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;uint8_t&lt;/SPAN&gt; &lt;SPAN&gt;rxBuf&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;];&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;Reading&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;WHO_AM_I register (address 0x13):&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;uint8_t&lt;/SPAN&gt; &lt;SPAN&gt;txBuf&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;] &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;SPAN&gt;0x80&lt;/SPAN&gt; &lt;SPAN&gt;|&lt;/SPAN&gt; &lt;SPAN&gt;0x13&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;0x00&lt;/SPAN&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;uint8_t&lt;/SPAN&gt; &lt;SPAN&gt;rxBuf&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;];&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;I'm waiting to receive ID 0x84 but it is just a high impedance.&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Tania Velazquez&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 20:45:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1751393#M19924</guid>
      <dc:creator>Tania_VS</dc:creator>
      <dc:date>2023-11-02T20:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: PIN assignment: EVB FRDM-STBA-A8964</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1751397#M19925</link>
      <description>&lt;P&gt;Please find attached pictures for "writing" and "reading" modes.&lt;/P&gt;&lt;P&gt;Writing:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tania_VS_1-1698958127092.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248238iFAD09160ACAEE4DF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tania_VS_1-1698958127092.jpeg" alt="Tania_VS_1-1698958127092.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reading:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tania_VS_0-1698958099318.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248237i5F98286CC34322D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tania_VS_0-1698958099318.jpeg" alt="Tania_VS_0-1698958099318.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 20:49:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1751397#M19925</guid>
      <dc:creator>Tania_VS</dc:creator>
      <dc:date>2023-11-02T20:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: PIN assignment: EVB FRDM-STBA-A8964</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1751631#M19931</link>
      <description>&lt;P&gt;Hi Tania,&lt;/P&gt;
&lt;P&gt;thank you for the scopes. I see at least one issue with it. Please refer to the section 13. in the FXLS8964 datasheet. You need to set the SPI mode to 0 in your MCU. The CPOL=0 and CPHA=0. In your case the CPOL is set to 1. High on Idle.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JozefKozon_1-1698990760756.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248295i387B0A3EA8038938/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JozefKozon_1-1698990760756.png" alt="JozefKozon_1-1698990760756.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JozefKozon_2-1698990806116.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248296iD761E2F45ECDCC99/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JozefKozon_2-1698990806116.png" alt="JozefKozon_2-1698990806116.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-1698990877997.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248297iDD033826E5C9D5A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JozefKozon_3-1698990877997.png" alt="JozefKozon_3-1698990877997.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Further, when you will have the CPOL set to 0, you need set the CPHA to 0=&amp;gt;data sampled on CLK rising edge.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JozefKozon_4-1698990964011.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248299iE61C732E21FD10F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JozefKozon_4-1698990964011.png" alt="JozefKozon_4-1698990964011.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JozefKozon_5-1698991023547.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248300iFA7B90515385D2BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JozefKozon_5-1698991023547.png" alt="JozefKozon_5-1698991023547.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;</description>
      <pubDate>Fri, 03 Nov 2023 05:57:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1751631#M19931</guid>
      <dc:creator>JozefKozon</dc:creator>
      <dc:date>2023-11-03T05:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: PIN assignment: EVB FRDM-STBA-A8964</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1753098#M19982</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/70703" target="_self"&gt;&lt;SPAN class=""&gt;JozefKozon&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I had this result.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tania_VS_0-1699319712521.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248700i088D8FD3FF38586F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tania_VS_0-1699319712521.jpeg" alt="Tania_VS_0-1699319712521.jpeg" /&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;Tania&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 01:15:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1753098#M19982</guid>
      <dc:creator>Tania_VS</dc:creator>
      <dc:date>2023-11-07T01:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: PIN assignment: EVB FRDM-STBA-A8964</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1753100#M19983</link>
      <description>&lt;P&gt;Is the configuration correct?&lt;/P&gt;&lt;P&gt;Connection:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tania_VS_0-1699319797577.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248701i7E8B136121E5B1C2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tania_VS_0-1699319797577.png" alt="Tania_VS_0-1699319797577.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>Tue, 07 Nov 2023 01:17:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1753100#M19983</guid>
      <dc:creator>Tania_VS</dc:creator>
      <dc:date>2023-11-07T01:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: PIN assignment: EVB FRDM-STBA-A8964</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1753252#M19986</link>
      <description>&lt;P&gt;Hi Tania,&lt;/P&gt;
&lt;P&gt;thank you for the updated scope. I see you have fixed the CPOL to 0. Can you please share more focused scope? To see when the MOSI and MISO data are sampled and shifted? The data should be shifted on SCLK falling edge and sampled on SCLK rising edge. CPHA should be 0.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JozefKozon_1-1699336264110.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248762i527CC493766084C2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JozefKozon_1-1699336264110.png" alt="JozefKozon_1-1699336264110.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Are you still trying to read the WHO_AM_I register?&lt;/P&gt;
&lt;P&gt;With Best Regards,&lt;/P&gt;
&lt;P&gt;Jozef&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 05:51:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1753252#M19986</guid>
      <dc:creator>JozefKozon</dc:creator>
      <dc:date>2023-11-07T05:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: PIN assignment: EVB FRDM-STBA-A8964</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1753788#M19999</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/70703" target="_self"&gt;&lt;SPAN class=""&gt;JozefKozon&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your help. Please fid attached the oscilloscope captures.&lt;/P&gt;&lt;P&gt;Can you tell me if my connection is ok? I was reading the datasheet and I have added the INTF_SEL pin to high (VDD) (for SPI) and I have the problem still. In previous versions it did not take this pin into account.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tania&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 02:37:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1753788#M19999</guid>
      <dc:creator>Tania_VS</dc:creator>
      <dc:date>2023-11-08T02:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: PIN assignment: EVB FRDM-STBA-A8964</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1754086#M20009</link>
      <description>&lt;P&gt;Hi Tania,&lt;/P&gt;
&lt;P&gt;your connection is correct. Thank you for the scopes. Your SPI settings are correct (CPOL=0, CPHA=0). Please double check the SW1 pin. Is it in position 2-3. From your printscreen it is, but please confirm. Please disconnect the MISO pin from your MCU and try to read the WHO_AM_I register. Connect the oscilloscope probe on the MISO pin. To check if your MCU is not holding the MISO pin constantly high.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With Best Regards,&lt;/P&gt;
&lt;P&gt;Jozef&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 09:11:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1754086#M20009</guid>
      <dc:creator>JozefKozon</dc:creator>
      <dc:date>2023-11-08T09:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: PIN assignment: EVB FRDM-STBA-A8964</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1755181#M20042</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/70703" target="_self"&gt;&lt;SPAN class=""&gt;JozefKozon&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have used the EVK with I2C and had no problems as with SPI. Do you have any recommendations? I don't think it is SPI protocol because SPI looks good.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Tania&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 21:20:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1755181#M20042</guid>
      <dc:creator>Tania_VS</dc:creator>
      <dc:date>2023-11-09T21:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: PIN assignment: EVB FRDM-STBA-A8964</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1755386#M20046</link>
      <description>&lt;P&gt;Hi Tania,&lt;/P&gt;
&lt;P&gt;with the INTF_SEL pin configuration shouldn't be a problem. If you switch the SW2 for SPI interface, the INTF_SEL is connected to VDD through a 10k pull-up resistor. But there is no harm to bring the VDD directly to INTF_SEL pin.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JozefKozon_0-1699597104967.png" style="width: 319px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/249330i5E3E965213FF02B2/image-dimensions/319x215?v=v2" width="319" height="215" role="button" title="JozefKozon_0-1699597104967.png" alt="JozefKozon_0-1699597104967.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please remove the jumpers from the J7, J8 and J9 headers.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JozefKozon_1-1699597223509.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/249331i36CD544A94E786BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JozefKozon_1-1699597223509.png" alt="JozefKozon_1-1699597223509.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please remove the R3, R1 and R4 pull-up resistors. They are not necessary for the SPI interface if your MCU have push-pull inputs/outputs pins. They are needed for I2C interface only.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JozefKozon_2-1699598001906.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/249333i86FF38F6E0053439/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JozefKozon_2-1699598001906.png" alt="JozefKozon_2-1699598001906.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please send a read command once again, now with the correct CPOL=0 and CPHA=0 configuration.&lt;/P&gt;
&lt;P&gt;Please send 1001 0011 0000 0000 0000 0000. Please share a scope of the SPI pins.&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>Fri, 10 Nov 2023 06:36:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1755386#M20046</guid>
      <dc:creator>JozefKozon</dc:creator>
      <dc:date>2023-11-10T06:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: PIN assignment: EVB FRDM-STBA-A8964</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1756563#M20089</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/70703" target="_self"&gt;&lt;SPAN class=""&gt;JozefKozon&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/70703" target="_self"&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Solved, it was a pin.&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Tania&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 01:26:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PIN-assignment-EVB-FRDM-STBA-A8964/m-p/1756563#M20089</guid>
      <dc:creator>Tania_VS</dc:creator>
      <dc:date>2023-11-14T01:26:41Z</dc:date>
    </item>
  </channel>
</rss>

