<?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のトピック1114 SPI Header File Help</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/1114-SPI-Header-File-Help/m-p/537861#M11554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by GMO on Wed Sep 02 09:05:00 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to use the 1114 board and an SPI. I'm new to the whole concept so have been looking at other posts in the forum to get a feel for what the code is doing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I couldn't find an SPI example code for this board - there is one for the 11u14 and the 812 (which I was using previously). I had a look at these to try and follow the SPI code through.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Because I couldn't find an SPI example code (or SSP - which one of the other threads suggested I used) I tried to make my own using the 11u14 and adapting it for the 1114. However the functions used in these aren't recognised at all. I thought this was due to it not being able to find the header file (e.g. lpc8xx_spi.h) so tried to replicate this for the 1114 - but with no success.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume there must be a much simpler way to use the SPI functionality of the 1114 chip - surely there must be some sample code from nxp for the spi. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please could you help me:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. find the sample code and header files for the 1114 SPI&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. should I try to adapt the 11u14 or 812 spi code(which one is best?). And how should I go about this??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(If you've used the SPI function on a 1114 board please can you tell me how you went about setting it up - did you simply adapt an example code specifically for the 1114 board.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:39:28 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:39:28Z</dc:date>
    <item>
      <title>1114 SPI Header File Help</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/1114-SPI-Header-File-Help/m-p/537861#M11554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by GMO on Wed Sep 02 09:05:00 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to use the 1114 board and an SPI. I'm new to the whole concept so have been looking at other posts in the forum to get a feel for what the code is doing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I couldn't find an SPI example code for this board - there is one for the 11u14 and the 812 (which I was using previously). I had a look at these to try and follow the SPI code through.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Because I couldn't find an SPI example code (or SSP - which one of the other threads suggested I used) I tried to make my own using the 11u14 and adapting it for the 1114. However the functions used in these aren't recognised at all. I thought this was due to it not being able to find the header file (e.g. lpc8xx_spi.h) so tried to replicate this for the 1114 - but with no success.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume there must be a much simpler way to use the SPI functionality of the 1114 chip - surely there must be some sample code from nxp for the spi. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please could you help me:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. find the sample code and header files for the 1114 SPI&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. should I try to adapt the 11u14 or 812 spi code(which one is best?). And how should I go about this??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(If you've used the SPI function on a 1114 board please can you tell me how you went about setting it up - did you simply adapt an example code specifically for the 1114 board.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:39:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/1114-SPI-Header-File-Help/m-p/537861#M11554</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: 1114 SPI Header File Help</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/1114-SPI-Header-File-Help/m-p/537862#M11555</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 Wed Sep 02 09:37:03 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;What's wrong with LPCOpen?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:39:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/1114-SPI-Header-File-Help/m-p/537862#M11555</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: 1114 SPI Header File Help</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/1114-SPI-Header-File-Help/m-p/537863#M11556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by GMO on Thu Sep 03 01:06:28 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I couldn't find the downloads for the 1114 or 11xx, but apparently the 11c24 will work for the board I'm using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But within this there is only an SSP example. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I use the SSP code to work the SPI?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:39:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/1114-SPI-Header-File-Help/m-p/537863#M11556</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: 1114 SPI Header File Help</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/1114-SPI-Header-File-Help/m-p/537864#M11557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by GMO on Thu Sep 03 01:14:01 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks R2D2 for the help. I've checked around and I think I can use the SSP code for the 11C24 and change the setup (as in the user manual) so it works for my board. And the SSP will be able to function as an SP Interface. (please tell me if I've got this wrong though)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:39:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/1114-SPI-Header-File-Help/m-p/537864#M11557</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: 1114 SPI Header File Help</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/1114-SPI-Header-File-Help/m-p/537865#M11558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by starblue on Thu Sep 03 01:17:24 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, SSP is the recommended peripheral for doing SPI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The SPI peripheral is older and should only be used for compatibility with old code or if no SSP is available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fforum%2Fwhy-prefer-ssp-instead-spi-everywhere-confused-s" rel="nofollow" target="_blank"&gt;https://www.lpcware.com/content/forum/why-prefer-ssp-instead-spi-everywhere-confused-s&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:39:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/1114-SPI-Header-File-Help/m-p/537865#M11558</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:39:31Z</dc:date>
    </item>
  </channel>
</rss>

