<?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 Re: SSP interrupt needed for SPI? in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/SSP-interrupt-needed-for-SPI/m-p/577145#M23067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cyberstudio on Wed Nov 17 11:24:30 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;In fact, the SSP interrupt is rather useless in my opinion. It waits 32 clocks, or a half full FIFO, before interrupting. You may poll some status register to know exactly if SSP is busy, whether the transmit and receive FIFOs are empty or full, etc.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:11:23 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:11:23Z</dc:date>
    <item>
      <title>SSP interrupt needed for SPI?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/SSP-interrupt-needed-for-SPI/m-p/577144#M23066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kjhuebner on Wed Nov 17 09:26:52 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Does the LPC1114 chip require that I establish a SSP interrupt?&amp;nbsp; The examples I've seen do this in the code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f][LEFT]NVIC_EnableIRQ(SSP0_IRQn);[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][LEFT][/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f][LEFT] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// Set SSPINMS registers to enable interrupts&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// enable all error related interrupts&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SSP_SSP0IMSC = ( SSP_SSP0IMSC_RORIM_ENBL // Enable overrun interrupt[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| SSP_SSP0IMSC_RTIM_ENBL); // Enable timeout interrupt&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][/COLOR][/SIZE] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to do SPI communication solely by polling without an active SSP interrupt.&amp;nbsp; My fear is the SSP interrupt will interfere with my other interrupts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If someone could point me to some source code that does SPI without the SSP interrupt, I would be most appreciative.:)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:11:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/SSP-interrupt-needed-for-SPI/m-p/577144#M23066</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: SSP interrupt needed for SPI?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/SSP-interrupt-needed-for-SPI/m-p/577145#M23067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cyberstudio on Wed Nov 17 11:24:30 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;In fact, the SSP interrupt is rather useless in my opinion. It waits 32 clocks, or a half full FIFO, before interrupting. You may poll some status register to know exactly if SSP is busy, whether the transmit and receive FIFOs are empty or full, etc.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:11:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/SSP-interrupt-needed-for-SPI/m-p/577145#M23067</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:11:23Z</dc:date>
    </item>
  </channel>
</rss>

