<?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: Howto understand queue size in charq.h in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Howto-understand-queue-size-in-charq-h/m-p/180806#M2701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks PetrM for explanation. I'm currently improving serl_int.c to reduce interrupt load. I want to use HW FIFO from MK60 which is 8 byte because I've high RX load (460 KBaud) in my application.&lt;/P&gt;&lt;P&gt;In relation with this development I need to inspect the charq content during debug. To see the full array content (64 byte) instead of 4 bytes only, I've adapted the queue size from 4 to 64 byte.&lt;/P&gt;&lt;P&gt;I promise to revert it to 4 bytes in the release version of my application :smileywink:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2012 18:13:54 GMT</pubDate>
    <dc:creator>Fabi</dc:creator>
    <dc:date>2012-07-27T18:13:54Z</dc:date>
    <item>
      <title>Howto understand queue size in charq.h</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Howto-understand-queue-size-in-charq-h/m-p/180804#M2699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;During troubleshooting of my application using interrupt based :ittya I've just arrived charq.h&lt;/P&gt;&lt;P&gt;At line 161 is a fixed array for data members:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;char&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QUEUE[4];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the other hand, I've configured&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;BSPCFG_SCI0_QUEUE_SIZE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 64&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this work? I haven't found any relation between _CHARQ_FULL and size 4. Should I increase the size of the array?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 22:19:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Howto-understand-queue-size-in-charq-h/m-p/180804#M2699</guid>
      <dc:creator>Fabi</dc:creator>
      <dc:date>2012-07-18T22:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Howto understand queue size in charq.h</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Howto-understand-queue-size-in-charq-h/m-p/180805#M2700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BSPCFG_SCI0_QUEUE_SIZE&amp;nbsp;&lt;/SPAN&gt;works. Don't make changes to the structure. It it assumed, that the structure is located at the beginning of some memory pool and everything that follows is the QUEUE itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;PetrM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 20:12:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Howto-understand-queue-size-in-charq-h/m-p/180805#M2700</guid>
      <dc:creator>PetrM</dc:creator>
      <dc:date>2012-07-19T20:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Howto understand queue size in charq.h</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Howto-understand-queue-size-in-charq-h/m-p/180806#M2701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks PetrM for explanation. I'm currently improving serl_int.c to reduce interrupt load. I want to use HW FIFO from MK60 which is 8 byte because I've high RX load (460 KBaud) in my application.&lt;/P&gt;&lt;P&gt;In relation with this development I need to inspect the charq content during debug. To see the full array content (64 byte) instead of 4 bytes only, I've adapted the queue size from 4 to 64 byte.&lt;/P&gt;&lt;P&gt;I promise to revert it to 4 bytes in the release version of my application :smileywink:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 18:13:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Howto-understand-queue-size-in-charq-h/m-p/180806#M2701</guid>
      <dc:creator>Fabi</dc:creator>
      <dc:date>2012-07-27T18:13:54Z</dc:date>
    </item>
  </channel>
</rss>

