<?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: LPC54114 SPI can transfer data, but SSEL keep high</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-SPI-can-transfer-data-but-SSEL-keep-high/m-p/918514#M36647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry,&amp;nbsp; I found the problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cause I initial SSEL0 for&amp;nbsp;config-&amp;gt;sselNum&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so according to&amp;nbsp;AN12127, the pin assigned to SDA port. not the SSEL pin on board.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jul 2019 09:14:05 GMT</pubDate>
    <dc:creator>erich0604</dc:creator>
    <dc:date>2019-07-15T09:14:05Z</dc:date>
    <item>
      <title>LPC54114 SPI can transfer data, but SSEL keep high</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-SPI-can-transfer-data-but-SSEL-keep-high/m-p/918513#M36646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I download these two example file from &lt;A href="https://mcuxpresso.nxp.com/en/example-projects?uvid=187339"&gt;https://mcuxpresso.nxp.com/en/example-projects?uvid=187339&lt;/A&gt;&amp;nbsp;:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;spi_half_duplex_polling_master&lt;/P&gt;&lt;P&gt;spi_polling_b2b_transfer_master&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in both project, the SSEL port seems to keep high, even in transmiting data period.&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;I&amp;nbsp;&lt;/SPAN&gt;didn't connect the slave.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my initial setting are : (not changed)&lt;/P&gt;&lt;P&gt;void SPI_MasterGetDefaultConfig(spi_master_config_t *config)&lt;BR /&gt;{&lt;BR /&gt; assert(NULL != config);&lt;/P&gt;&lt;P&gt;/* Initializes the configure structure to zero. */&lt;BR /&gt; memset(config, 0, sizeof(*config));&lt;/P&gt;&lt;P&gt;config-&amp;gt;enableLoopback = false;&lt;BR /&gt; config-&amp;gt;enableMaster = true;&lt;BR /&gt; config-&amp;gt;polarity = kSPI_ClockPolarityActiveHigh;//kSPI_ClockPolarityActiveHigh: 0 kSPI_ClockPolarityActiveLow :1&lt;BR /&gt; config-&amp;gt;phase = kSPI_ClockPhaseFirstEdge; //kSPI_ClockPhaseFirstEdge : 0 kSPI_ClockPhaseSecondEdge :1&lt;BR /&gt; config-&amp;gt;direction = kSPI_MsbFirst;&lt;BR /&gt; config-&amp;gt;baudRate_Bps = 500000U;&lt;BR /&gt; config-&amp;gt;dataWidth = kSPI_Data8Bits;&lt;BR /&gt; config-&amp;gt;sselNum = kSPI_Ssel0;&lt;BR /&gt; config-&amp;gt;txWatermark = kSPI_TxFifo0;&lt;BR /&gt; config-&amp;gt;rxWatermark = kSPI_RxFifo1;&lt;BR /&gt; config-&amp;gt;sselPol = kSPI_SpolActiveAllLow;&lt;BR /&gt; config-&amp;gt;delayConfig.preDelay = 0U;&lt;BR /&gt; config-&amp;gt;delayConfig.postDelay = 0U;&lt;BR /&gt; config-&amp;gt;delayConfig.frameDelay = 0U;&lt;BR /&gt; config-&amp;gt;delayConfig.transferDelay = 0U;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="messageImage_1563170637349.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/91176iACA30D73ACE7F29A/image-size/large?v=v2&amp;amp;px=999" role="button" title="messageImage_1563170637349.jpg" alt="messageImage_1563170637349.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2019 06:14:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-SPI-can-transfer-data-but-SSEL-keep-high/m-p/918513#M36646</guid>
      <dc:creator>erich0604</dc:creator>
      <dc:date>2019-07-15T06:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 SPI can transfer data, but SSEL keep high</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-SPI-can-transfer-data-but-SSEL-keep-high/m-p/918514#M36647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry,&amp;nbsp; I found the problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cause I initial SSEL0 for&amp;nbsp;config-&amp;gt;sselNum&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so according to&amp;nbsp;AN12127, the pin assigned to SDA port. not the SSEL pin on board.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2019 09:14:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-SPI-can-transfer-data-but-SSEL-keep-high/m-p/918514#M36647</guid>
      <dc:creator>erich0604</dc:creator>
      <dc:date>2019-07-15T09:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 SPI can transfer data, but SSEL keep high</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-SPI-can-transfer-data-but-SSEL-keep-high/m-p/918515#M36648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for sharing your solution!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2019 22:25:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-SPI-can-transfer-data-but-SSEL-keep-high/m-p/918515#M36648</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2019-07-15T22:25:56Z</dc:date>
    </item>
  </channel>
</rss>

