<?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: low performance in MQX SPI driver in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/low-performance-in-MQX-SPI-driver/m-p/152675#M539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="lia-message-body lia-component-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Hi Mircofelix,&lt;/P&gt;&lt;P&gt;Our MQX development team is working to improve the driver performance and an update is expected in our MQX3.8 release mid next month.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2011 20:22:03 GMT</pubDate>
    <dc:creator>DavidS</dc:creator>
    <dc:date>2011-10-06T20:22:03Z</dc:date>
    <item>
      <title>low performance in MQX SPI driver</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/low-performance-in-MQX-SPI-driver/m-p/152673#M537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In poll mode t takes 2.2us to send one character in 12MHz baudrate.&lt;/P&gt;&lt;P&gt;In&amp;nbsp;interrupt mode t takes 4.0us to send one character in 12MHz baudrate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked the poll mode driver, it calls _dspi_polled_tx_rx() for every character it sends, and it also wait for the read back in this function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The driver doesn't take the advantage of FIFO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 04:03:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/low-performance-in-MQX-SPI-driver/m-p/152673#M537</guid>
      <dc:creator>bugs</dc:creator>
      <dc:date>2011-07-22T04:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: low performance in MQX SPI driver</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/low-performance-in-MQX-SPI-driver/m-p/152674#M538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;I have&amp;nbsp;the same problem.&lt;BR /&gt;It&amp;nbsp;'been resolved?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="'arial black', 'avant garde'" size="3"&gt;&lt;SPAN style="line-height: 14px;"&gt;maurizio&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 22:42:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/low-performance-in-MQX-SPI-driver/m-p/152674#M538</guid>
      <dc:creator>Microfelix</dc:creator>
      <dc:date>2011-10-05T22:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: low performance in MQX SPI driver</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/low-performance-in-MQX-SPI-driver/m-p/152675#M539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="lia-message-body lia-component-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Hi Mircofelix,&lt;/P&gt;&lt;P&gt;Our MQX development team is working to improve the driver performance and an update is expected in our MQX3.8 release mid next month.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 20:22:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/low-performance-in-MQX-SPI-driver/m-p/152675#M539</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2011-10-06T20:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: low performance in MQX SPI driver</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/low-performance-in-MQX-SPI-driver/m-p/152676#M540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you tried the processor expert driver code?&lt;/P&gt;&lt;P&gt;I first tried I2C with MQX driver, it jammed. Then changed&amp;nbsp; to P&amp;amp;E code (for K60/K10), works fine.&lt;/P&gt;&lt;P&gt;The driver functions are in one (generated) file, easy to check what's happening.&lt;/P&gt;&lt;P&gt;~Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 00:19:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/low-performance-in-MQX-SPI-driver/m-p/152676#M540</guid>
      <dc:creator>MarkP_</dc:creator>
      <dc:date>2011-10-07T00:19:16Z</dc:date>
    </item>
  </channel>
</rss>

