<?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>LPC MicrocontrollersのトピックRe: SPI HS LPC55S16-EVK</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-HS-LPC55S16-EVK/m-p/1333687#M46375</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;embedded_eng_,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If the MISO signal is&amp;nbsp; 0xFF from&amp;nbsp;oscilloscope, I think you should first check slave,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;dose it send out right data?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Sep 2021 02:33:31 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2021-09-02T02:33:31Z</dc:date>
    <item>
      <title>SPI HS LPC55S16-EVK</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-HS-LPC55S16-EVK/m-p/1333241#M46366</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to use&amp;nbsp;lpcxpresso55s16_spi_HS_LSPI_dma_b2b_transfer_master example with LPC55S16-EVK.&lt;/P&gt;&lt;P&gt;The only changes I did to the example code are:&lt;/P&gt;&lt;P&gt;1. SPI_SSEL variable, which I changed from 1 to 0 (change in pin_mux as well).&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&amp;nbsp;EXAMPLE_MasterInit,&amp;nbsp;EXAMPLE_MasterDMASetup,&amp;nbsp;EXAMPLE_MasterStartDMATransfer,&amp;nbsp;EXAMPLE_TransferDataCheck and&amp;nbsp;SPI_Deinit inside a infinite loop, so it will transfer non stop.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to communicate with a IC flash (&lt;SPAN&gt;W25Q32JVDAIQ&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;I can see MOSI, CLK and SSEL lines move with a oscilloscope, but MISO doesn't move.&lt;/P&gt;&lt;P&gt;All RX I get is 0xff, 0xff...&lt;/P&gt;&lt;P&gt;Looking into the SDK example, I saw that the TX data is determined by:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    for (i = 0U; i &amp;lt; TRANSFER_SIZE; i++)
    {
        /* SPI is configured for 8 bits transfer - set only lower 8 bits of buffers */
        spiMasterTxData[i] = i % 256U;
    }&lt;/LI-CODE&gt;&lt;P&gt;So first byte is 0x00, second one is 0x01 etc..&lt;/P&gt;&lt;P&gt;SPI first byte should be the instruction code, so I'm not sure what is expected to happen sending this tx buffer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried to change the TX buffer so it will issue a read command, but got 0xff 0xff.. as well.&lt;/P&gt;&lt;P&gt;Maybe someone can help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 11:44:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-HS-LPC55S16-EVK/m-p/1333241#M46366</guid>
      <dc:creator>embedded_eng_</dc:creator>
      <dc:date>2021-09-01T11:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: SPI HS LPC55S16-EVK</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-HS-LPC55S16-EVK/m-p/1333687#M46375</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;embedded_eng_,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If the MISO signal is&amp;nbsp; 0xFF from&amp;nbsp;oscilloscope, I think you should first check slave,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;dose it send out right data?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 02:33:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-HS-LPC55S16-EVK/m-p/1333687#M46375</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-09-02T02:33:31Z</dc:date>
    </item>
  </channel>
</rss>

