<?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: Need an overview on using itty MQX devices in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Need-an-overview-on-using-itty-MQX-devices/m-p/797259#M17887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was pretty much the first thing I did, but it makes absolutely no difference. There must be something else I need to do!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2018 08:30:45 GMT</pubDate>
    <dc:creator>OliverSedlacek</dc:creator>
    <dc:date>2018-07-16T08:30:45Z</dc:date>
    <item>
      <title>Need an overview on using itty MQX devices</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Need-an-overview-on-using-itty-MQX-devices/m-p/797257#M17885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0.7); background-color: #ffffff;"&gt;I'm working on some custom hardware that uses MQX 4 as the RTOS. The command line interface is through a UART and the code currently polls the MQX tty device for received characters. At speed I'm losing characters, and I really want to use interrupts, but reading the reference manual isn't clarifying matters. Can anyone provide a quick crib on what I need to do?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 13:01:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Need-an-overview-on-using-itty-MQX-devices/m-p/797257#M17885</guid>
      <dc:creator>OliverSedlacek</dc:creator>
      <dc:date>2018-07-10T13:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need an overview on using itty MQX devices</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Need-an-overview-on-using-itty-MQX-devices/m-p/797258#M17886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oliver:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use interrupt mode, I would suggest you try to modify&amp;nbsp; BSP_DEFAULT_IO_CHANNEL in user_config.h.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, for frdm-k64 board,&lt;/P&gt;&lt;P&gt;original:&lt;/P&gt;&lt;P&gt;#define BSPCFG_ENABLE_TTYA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;BR /&gt;#define BSPCFG_ENABLE_ITTYA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;new:&lt;/P&gt;&lt;P&gt;#define BSPCFG_ENABLE_TTYA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 &amp;nbsp;&lt;BR /&gt;#define BSPCFG_ENABLE_ITTYA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define BSP_DEFAULT_IO_CHANNEL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ittya:"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then recompile all libraries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 04:53:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Need-an-overview-on-using-itty-MQX-devices/m-p/797258#M17886</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2018-07-13T04:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need an overview on using itty MQX devices</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Need-an-overview-on-using-itty-MQX-devices/m-p/797259#M17887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was pretty much the first thing I did, but it makes absolutely no difference. There must be something else I need to do!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 08:30:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Need-an-overview-on-using-itty-MQX-devices/m-p/797259#M17887</guid>
      <dc:creator>OliverSedlacek</dc:creator>
      <dc:date>2018-07-16T08:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need an overview on using itty MQX devices</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Need-an-overview-on-using-itty-MQX-devices/m-p/797260#M17888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All I see is tumbleweed blowing across abandoned fora! Is MQX now a zombie RTOS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 09:47:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Need-an-overview-on-using-itty-MQX-devices/m-p/797260#M17888</guid>
      <dc:creator>OliverSedlacek</dc:creator>
      <dc:date>2018-07-31T09:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need an overview on using itty MQX devices</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Need-an-overview-on-using-itty-MQX-devices/m-p/797261#M17889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oliver:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a little digging , there is a queue size setup in frdmk64f.h. BSPCFG_SCI0_SIZE, the default is set to 64. If you increase this size to a bigger value, that might solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For MQX RTOS, the feature for MQX classic 4.x is set frozen.&amp;nbsp;&amp;nbsp; MQX v5 is a continuation of MQX. Please check below link for more details.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/mqxv5" title="http://www.nxp.com/mqxv5"&gt;MQX™ v5 Software Solutions|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regardsk&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 02:50:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Need-an-overview-on-using-itty-MQX-devices/m-p/797261#M17889</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2018-08-08T02:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need an overview on using itty MQX devices</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Need-an-overview-on-using-itty-MQX-devices/m-p/797262#M17890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the slow response, I was having trouble logging in. I was pointed at an old MQX 3.8 example, and after porting the API calls to MQX 4 I got that working. The basic point was that I need to fopen the port and then fread from it. I am finding it very brittle though, with apparently unrelated code changes altering the success of the fopen call. I may investigate further if time permits as I don't like unpredictable side effects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Aug 2018 08:33:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Need-an-overview-on-using-itty-MQX-devices/m-p/797262#M17890</guid>
      <dc:creator>OliverSedlacek</dc:creator>
      <dc:date>2018-08-11T08:33:10Z</dc:date>
    </item>
  </channel>
</rss>

