<?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: Can the unit of Task time slice be changed? in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Can-the-unit-of-Task-time-slice-be-changed/m-p/217301#M5584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the default time slice unit is number of ticks. Ticks are set by the frequency of the system timer in the &amp;lt;board&amp;gt;.h file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Dec 2012 11:56:52 GMT</pubDate>
    <dc:creator>JuroV</dc:creator>
    <dc:date>2012-12-31T11:56:52Z</dc:date>
    <item>
      <title>Can the unit of Task time slice be changed?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Can-the-unit-of-Task-time-slice-be-changed/m-p/217298#M5581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using MQX 3.8.1 on TWR-K60N512.&lt;/P&gt;&lt;P&gt;And, the scheduling of MQX Task uses Round robin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to set the Time slice of Tasks to 100uSec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the setting possible?&lt;/P&gt;&lt;P&gt;If possible, please tell me the way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Dec 2012 10:46:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Can-the-unit-of-Task-time-slice-be-changed/m-p/217298#M5581</guid>
      <dc:creator>george</dc:creator>
      <dc:date>2012-12-25T10:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can the unit of Task time slice be changed?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Can-the-unit-of-Task-time-slice-be-changed/m-p/217299#M5582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can set it by changing the Task Templete. Please refer 3.2.20 in MQXRM pdf or 3.2.2 in MQXUG.pdf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;location would be C:\Program Files\Freescale\Freescale MQX 3.8\doc\mqx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;{INIT_TASK,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; init_Task,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;800,&amp;nbsp;&amp;nbsp; 9,&amp;nbsp; "initTask",&amp;nbsp; MQX_AUTO_START_TASK, 0, &lt;STRONG&gt;100&lt;/STRONG&gt;},&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;the bold on will change the time slice of task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 06:05:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Can-the-unit-of-Task-time-slice-be-changed/m-p/217299#M5582</guid>
      <dc:creator>Swapnil_Enable</dc:creator>
      <dc:date>2012-12-26T06:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can the unit of Task time slice be changed?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Can-the-unit-of-Task-time-slice-be-changed/m-p/217300#M5583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Katre,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my understanding, The default time unit of slice is &lt;STRONG&gt;milliseconds&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I want to set time slice fewer than the minimum which can set it.&lt;/P&gt;&lt;P&gt;Plase tell me how to change to &lt;STRONG&gt;microsec&lt;/STRONG&gt; from &lt;STRONG&gt;millisec&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 04:01:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Can-the-unit-of-Task-time-slice-be-changed/m-p/217300#M5583</guid>
      <dc:creator>george</dc:creator>
      <dc:date>2012-12-27T04:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can the unit of Task time slice be changed?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Can-the-unit-of-Task-time-slice-be-changed/m-p/217301#M5584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the default time slice unit is number of ticks. Ticks are set by the frequency of the system timer in the &amp;lt;board&amp;gt;.h file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 11:56:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Can-the-unit-of-Task-time-slice-be-changed/m-p/217301#M5584</guid>
      <dc:creator>JuroV</dc:creator>
      <dc:date>2012-12-31T11:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can the unit of Task time slice be changed?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Can-the-unit-of-Task-time-slice-be-changed/m-p/217302#M5585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Juraj, George i to agree with him, as per my knowledge....the time setting works on ticks so u can make it to microsec....u need to do some calculation to get ur desired number&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 10:41:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Can-the-unit-of-Task-time-slice-be-changed/m-p/217302#M5585</guid>
      <dc:creator>Swapnil_Enable</dc:creator>
      <dc:date>2013-01-02T10:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can the unit of Task time slice be changed?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Can-the-unit-of-Task-time-slice-be-changed/m-p/217303#M5586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Juraj and Swapnil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the parameter which you say the following?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; #ifndef BSP_ALARM_FREQUENCY&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define BSP_ALARM_FREQUENCY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (200)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; #endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is my understanding correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 10:06:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Can-the-unit-of-Task-time-slice-be-changed/m-p/217303#M5586</guid>
      <dc:creator>george</dc:creator>
      <dc:date>2013-01-07T10:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can the unit of Task time slice be changed?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Can-the-unit-of-Task-time-slice-be-changed/m-p/217304#M5587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's the parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 10:24:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Can-the-unit-of-Task-time-slice-be-changed/m-p/217304#M5587</guid>
      <dc:creator>JuroV</dc:creator>
      <dc:date>2013-01-07T10:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can the unit of Task time slice be changed?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Can-the-unit-of-Task-time-slice-be-changed/m-p/217305#M5588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Juraj,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 10:28:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Can-the-unit-of-Task-time-slice-be-changed/m-p/217305#M5588</guid>
      <dc:creator>george</dc:creator>
      <dc:date>2013-01-07T10:28:31Z</dc:date>
    </item>
  </channel>
</rss>

