<?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 interrupt RX FIFO one frame</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-interrupt-RX-FIFO-one-frame/m-p/596111#M22951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by 1234567890 on Sat Jul 25 02:29:51 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use RTIM in SSP0IMSC (if you have the time for).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately RNE in SSP0SR doesn't raise an interrupt.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:26:19 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:26:19Z</dc:date>
    <item>
      <title>SPI interrupt RX FIFO one frame</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-interrupt-RX-FIFO-one-frame/m-p/596110#M22950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MrBool on Sat Jul 25 01:58:31 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using SPI in slave mode. I have found information in user manual that for LPC1114 interrupt can be enable when the Rx FIFO is at least half full. Because FIFO size is 8 frames. So I have to wait for 4 frames.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is passible to enable interrupt for RX one frame only?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:26:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-interrupt-RX-FIFO-one-frame/m-p/596110#M22950</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: SPI interrupt RX FIFO one frame</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-interrupt-RX-FIFO-one-frame/m-p/596111#M22951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by 1234567890 on Sat Jul 25 02:29:51 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use RTIM in SSP0IMSC (if you have the time for).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately RNE in SSP0SR doesn't raise an interrupt.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:26:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-interrupt-RX-FIFO-one-frame/m-p/596111#M22951</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: SPI interrupt RX FIFO one frame</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-interrupt-RX-FIFO-one-frame/m-p/596112#M22952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MrBool on Sat Jul 25 04:14:56 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In manual is&amp;nbsp; "The time-out period is the same for master and slave modes and is determined by the SSP bit rate: 32 bits at PCLK / (CPSDVSR x [SCR+1])."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This equation is for bit rate. For example I have PCLK = 48MHz, CPSDVSR = 2 and SCR = 239.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This give me bit rate = 100kHz. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But what about timeout? How I can calculate it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:26:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-interrupt-RX-FIFO-one-frame/m-p/596112#M22952</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: SPI interrupt RX FIFO one frame</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-interrupt-RX-FIFO-one-frame/m-p/596113#M22953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mysepp on Sat Jul 25 04:39:07 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Please verify my calculation, but I would say:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1 bit takes 1 bit / (100000 bits/second) = 0.000001 seconds = 10 us&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;32 bits take 32 * 10us = 320 us&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So the timeout is 320us?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:26:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-interrupt-RX-FIFO-one-frame/m-p/596113#M22953</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: SPI interrupt RX FIFO one frame</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-interrupt-RX-FIFO-one-frame/m-p/596114#M22954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MrBool on Sat Jul 25 04:58:57 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you mysepp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are right. I misunderstand "32 bits at". Now all is clear.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:26:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-interrupt-RX-FIFO-one-frame/m-p/596114#M22954</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:26:20Z</dc:date>
    </item>
  </channel>
</rss>

