<?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: SPI1</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI1/m-p/535933#M11092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Fri May 09 13:37:43 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt; :quest: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think he's talking about Peripherals View. There's no SPI1 available for LPC1113 LQFP48 versions...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:37:12 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:37:12Z</dc:date>
    <item>
      <title>SPI1</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI1/m-p/535931#M11090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by IanB on Fri May 09 06:52:52 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working on an LPC1113/302 (48-pin version), but SPI1 is not showing up in the peripherals. Is there some way of adding it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:37:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI1/m-p/535931#M11090</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: SPI1</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI1/m-p/535932#M11091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by nxp_apps on Fri May 09 12:24:24 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please check the basic configuration in your software:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) The SPI pins must be configured in the IOCONFIG register block. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) In the SYSAHBCLKCTRL register, set bit 11 and bit 18 (Table 21).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Enable the SPI1 peripheral clock by writing to the SSP1CLKDIV registers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Before accessing the SPI blocks, ensure that the SSP_RST_N bit in the PRESETCTRL register is set to 1. This de-asserts the reset signal to the SPI blocks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can refer to the LPCOpen software&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Flpcopen-software-development-platform-lpc11xx-packages" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/lpcopen-software-development-platform-lpc11xx-packages&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or the sample bundle code as a reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Fsample-code-bundle-lpc11xx-peripherals-using-nxp-lpcxpresso" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/sample-code-bundle-lpc11xx-peripherals-using-nxp-lpcxpresso&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;nxp_support&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:37:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI1/m-p/535932#M11091</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: SPI1</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI1/m-p/535933#M11092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Fri May 09 13:37:43 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt; :quest: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think he's talking about Peripherals View. There's no SPI1 available for LPC1113 LQFP48 versions...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:37:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI1/m-p/535933#M11092</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: SPI1</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI1/m-p/535934#M11093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by IanB on Fri May 09 14:30:11 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, that's what I meant (was I not clear?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC1113FDB48/302 has two SPI's according to the data sheet, but only the SPI0 shows up in the peripherals view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like to see what SPI1 is up to.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:37:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI1/m-p/535934#M11093</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: SPI1</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI1/m-p/535935#M11094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by IanB on Fri Aug 01 07:30:58 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I see that we now have a new version of LPCXpresso which still does not show SPI1 in peripheral view!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:37:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI1/m-p/535935#M11094</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:37:13Z</dc:date>
    </item>
  </channel>
</rss>

