<?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: SPI slave IRQ question- MQX 4.0, CW10.3 in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/SPI-slave-IRQ-question-MQX-4-0-CW10-3/m-p/241027#M6804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From MQX4.0 release notes:&lt;/P&gt;&lt;P class="Default"&gt;&lt;EM&gt;&lt;STRONG style="font-size: 11pt;"&gt;SPI I/O Driver &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The driver supports &lt;STRONG style="color: red;"&gt;master mode&lt;/STRONG&gt; of operation. If enabled in user configuration the SPI device drivers are installed during the BSP startup code as “&lt;STRONG&gt;spi0:&lt;/STRONG&gt;” (or “&lt;STRONG&gt;spiX:&lt;/STRONG&gt;” where X is index of the SPI module used). The SPI driver has been significantly rewritten in the MQX 4.0 and &lt;STRONG style="color: red;"&gt;there is no distinct interrupt&lt;/STRONG&gt; or polled driver type. See IO User Guide for details.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this means I have to write my own SPI &lt;SPAN style="color: red;"&gt;slave Interrupt &lt;/SPAN&gt;driver. Oh well, more fun---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2013 17:11:24 GMT</pubDate>
    <dc:creator>cavebiker</dc:creator>
    <dc:date>2013-01-31T17:11:24Z</dc:date>
    <item>
      <title>SPI slave IRQ question- MQX 4.0, CW10.3</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/SPI-slave-IRQ-question-MQX-4-0-CW10-3/m-p/241026#M6803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attempting to use the MQX 4.0 SPI drivers. I want SPI slave operation that generated an interrupt when the SPI receive buffer is not empty. I did this with bare-metal code with no problems. &lt;/P&gt;&lt;P&gt;My questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -Using the SPI driver, how do I specify what generates the SPI interrupt?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -How do I set the interrupt vector table to use my SPI ISR?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 17:32:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/SPI-slave-IRQ-question-MQX-4-0-CW10-3/m-p/241026#M6803</guid>
      <dc:creator>cavebiker</dc:creator>
      <dc:date>2013-01-29T17:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: SPI slave IRQ question- MQX 4.0, CW10.3</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/SPI-slave-IRQ-question-MQX-4-0-CW10-3/m-p/241027#M6804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From MQX4.0 release notes:&lt;/P&gt;&lt;P class="Default"&gt;&lt;EM&gt;&lt;STRONG style="font-size: 11pt;"&gt;SPI I/O Driver &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The driver supports &lt;STRONG style="color: red;"&gt;master mode&lt;/STRONG&gt; of operation. If enabled in user configuration the SPI device drivers are installed during the BSP startup code as “&lt;STRONG&gt;spi0:&lt;/STRONG&gt;” (or “&lt;STRONG&gt;spiX:&lt;/STRONG&gt;” where X is index of the SPI module used). The SPI driver has been significantly rewritten in the MQX 4.0 and &lt;STRONG style="color: red;"&gt;there is no distinct interrupt&lt;/STRONG&gt; or polled driver type. See IO User Guide for details.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this means I have to write my own SPI &lt;SPAN style="color: red;"&gt;slave Interrupt &lt;/SPAN&gt;driver. Oh well, more fun---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 17:11:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/SPI-slave-IRQ-question-MQX-4-0-CW10-3/m-p/241027#M6804</guid>
      <dc:creator>cavebiker</dc:creator>
      <dc:date>2013-01-31T17:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: SPI slave IRQ question- MQX 4.0, CW10.3</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/SPI-slave-IRQ-question-MQX-4-0-CW10-3/m-p/241028#M6805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I started with MQX 3.8. I have implemented both SPI master and SPI slave with ISRs. Unfortunately my SPI slave code doesn't generate interrupt at all when I upgrade to MQX 4.0. I suspect that Release Notes means SPI I/O driver only supports master mode in MQX 4.0. I have posted my question in another thread at here:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/311181#311181"&gt;https://community.freescale.com/message/311181#311181&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 20:36:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/SPI-slave-IRQ-question-MQX-4-0-CW10-3/m-p/241028#M6805</guid>
      <dc:creator>lisa_tx</dc:creator>
      <dc:date>2013-08-12T20:36:20Z</dc:date>
    </item>
  </channel>
</rss>

