<?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>Digital Signal ControllersのトピックConfiguration about MC56F72848 R/W two SPI FLASH.</title>
    <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Configuration-about-MC56F72848-R-W-two-SPI-FLASH/m-p/1252512#M2102</link>
    <description>&lt;P&gt;dear nxp expert,&lt;/P&gt;&lt;P&gt;is there any reference code or docs about&amp;nbsp;MC56F72848 R/W two SPI FLASH? I have some questions about this application.&lt;/P&gt;&lt;P&gt;Q1: the SS is connected to VDD in Wire-OR mode, so in processor expert should the SS pin be enabled or just configured as GPIO output?&lt;/P&gt;&lt;P&gt;Q2: why the QSCI pin SS is not used in the Wire-OR mode figure?&lt;/P&gt;&lt;P&gt;Q3:what's the difference between the SS pin enabled and disabled when QSPI working?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="terrybogard_0-1616727783517.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/140699iBF0F7F019D32B96A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="terrybogard_0-1616727783517.png" alt="terrybogard_0-1616727783517.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="terrybogard_1-1616727989513.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/140700iA6885463C10AF1C4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="terrybogard_1-1616727989513.png" alt="terrybogard_1-1616727989513.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>Fri, 26 Mar 2021 03:14:39 GMT</pubDate>
    <dc:creator>terrybogard</dc:creator>
    <dc:date>2021-03-26T03:14:39Z</dc:date>
    <item>
      <title>Configuration about MC56F72848 R/W two SPI FLASH.</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Configuration-about-MC56F72848-R-W-two-SPI-FLASH/m-p/1252512#M2102</link>
      <description>&lt;P&gt;dear nxp expert,&lt;/P&gt;&lt;P&gt;is there any reference code or docs about&amp;nbsp;MC56F72848 R/W two SPI FLASH? I have some questions about this application.&lt;/P&gt;&lt;P&gt;Q1: the SS is connected to VDD in Wire-OR mode, so in processor expert should the SS pin be enabled or just configured as GPIO output?&lt;/P&gt;&lt;P&gt;Q2: why the QSCI pin SS is not used in the Wire-OR mode figure?&lt;/P&gt;&lt;P&gt;Q3:what's the difference between the SS pin enabled and disabled when QSPI working?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="terrybogard_0-1616727783517.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/140699iBF0F7F019D32B96A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="terrybogard_0-1616727783517.png" alt="terrybogard_0-1616727783517.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="terrybogard_1-1616727989513.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/140700iA6885463C10AF1C4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="terrybogard_1-1616727989513.png" alt="terrybogard_1-1616727989513.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>Fri, 26 Mar 2021 03:14:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Configuration-about-MC56F72848-R-W-two-SPI-FLASH/m-p/1252512#M2102</guid>
      <dc:creator>terrybogard</dc:creator>
      <dc:date>2021-03-26T03:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration about MC56F72848 R/W two SPI FLASH.</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Configuration-about-MC56F72848-R-W-two-SPI-FLASH/m-p/1253436#M2104</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;For the Fig 32-25, I think you do not need to care about the Wire-OR mode. In the Fig, you use GPIO from master SPI to select the slave.&lt;/P&gt;
&lt;P&gt;When SS1 is low, the slave1 is selected, the MISO pin of slave1 spi is driven, in the case, SS2 pin is high, the MISO pin of slave2 spi is in high-impedance, so it can work.&lt;/P&gt;
&lt;P&gt;When SS2 is low, the slave2 is selected, the MISO pin of slave2 spi is driven, in the case, SS1 pin is high, the MISO pin of slave1 spi is in high-impedance, so it can work.&lt;/P&gt;
&lt;P&gt;Note that the SS1 and SS2 can not be low simultaneously.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 08:26:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Configuration-about-MC56F72848-R-W-two-SPI-FLASH/m-p/1253436#M2104</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2021-03-29T08:26:05Z</dc:date>
    </item>
  </channel>
</rss>

