<?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>topic SPI Slave LPC1769 in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/SPI-Slave-LPC1769/m-p/574038#M21710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by guillaumeL on Wed Oct 03 11:59:19 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I'm developping a SPI slave (using SSP1) on LPC1769 target. The Master ( FPGA) is sending SPI frame (up to 255 bytes by frame). Unfortunately, When the LPC1769 received the frame a RX FIFO full flag occur and I can only read 8 bytes.Is there any possibility to read this 255 bytes frame, or the frame length is limited to 8 bytes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:54:02 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:54:02Z</dc:date>
    <item>
      <title>SPI Slave LPC1769</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/SPI-Slave-LPC1769/m-p/574038#M21710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by guillaumeL on Wed Oct 03 11:59:19 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I'm developping a SPI slave (using SSP1) on LPC1769 target. The Master ( FPGA) is sending SPI frame (up to 255 bytes by frame). Unfortunately, When the LPC1769 received the frame a RX FIFO full flag occur and I can only read 8 bytes.Is there any possibility to read this 255 bytes frame, or the frame length is limited to 8 bytes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:54:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/SPI-Slave-LPC1769/m-p/574038#M21710</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: SPI Slave LPC1769</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/SPI-Slave-LPC1769/m-p/574039#M21711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by daniel.widyanto on Wed Oct 03 21:06:43 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The SSP1 has 8-frame of FIFO. So if the frame is set to 8-bits / frame, it will hold 8-bytes before the FIFO is full.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To catch the whole 255-bytes with minimum interrupt, you can use the LPC1769's DMA. Just set the DMA to fetch the data from SSP1, deliver it to your program buffer, count / no of bytes 255 and interrupt the MCU when it's done.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:54:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/SPI-Slave-LPC1769/m-p/574039#M21711</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: SPI Slave LPC1769</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/SPI-Slave-LPC1769/m-p/574040#M21712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by guillaumeL on Thu Oct 04 09:54:03 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, it works fine with the DMA.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:54:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/SPI-Slave-LPC1769/m-p/574040#M21712</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:54:04Z</dc:date>
    </item>
  </channel>
</rss>

