<?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: Changing the MQX tick rate in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Changing-the-MQX-tick-rate/m-p/156135#M775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mark, that seems to make sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm wondering, however, why the tick rate is refered to as "tick rate" everywhere else, yet this critical definitions names it "&lt;/P&gt;&lt;P&gt;BSP_ALARM_FREQUENCY"&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I missing something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2012 02:45:12 GMT</pubDate>
    <dc:creator>RWey</dc:creator>
    <dc:date>2012-04-24T02:45:12Z</dc:date>
    <item>
      <title>Changing the MQX tick rate</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Changing-the-MQX-tick-rate/m-p/156133#M773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is probably a simple question, but being new to MQX please find it in your hearts to forgive me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using MQX 3.8 along with Processor Expert and I'm having trouble changing the MQX tick rate.&amp;nbsp; It's easy enough to call the _time_set_ticks_per_second(&amp;nbsp;1000 ) function, and while querying with the associated "get" function shows the change, doing some timing tests shows the actual time is still at the default 200 tps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you look at the kernel function definition, the comment mentions:&amp;nbsp; "THIS MUST AGREE WITH THE ACTUAL INTERRUPT PERIOD...",&amp;nbsp; so the question is, how does one change the "actual interrupt period" so it agrees with the new 1mS tick rate ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2012 04:24:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Changing-the-MQX-tick-rate/m-p/156133#M773</guid>
      <dc:creator>RWey</dc:creator>
      <dc:date>2012-04-21T04:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the MQX tick rate</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Changing-the-MQX-tick-rate/m-p/156134#M774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In twrk60n512.h is default:&lt;/P&gt;&lt;P&gt;/* ** The clock tick rate */&lt;/P&gt;&lt;P&gt;#ifndef BSP_ALARM_FREQUENCY&lt;/P&gt;&lt;P&gt;#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;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add own definition into user_config.h:&lt;/P&gt;&lt;P&gt;#define BSP_ALARM_FREQUENCY&amp;nbsp;&amp;nbsp; 1000&amp;nbsp; /* 1 ms tick */&lt;/P&gt;&lt;P&gt;~Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Apr 2012 19:41:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Changing-the-MQX-tick-rate/m-p/156134#M774</guid>
      <dc:creator>MarkP_</dc:creator>
      <dc:date>2012-04-22T19:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the MQX tick rate</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Changing-the-MQX-tick-rate/m-p/156135#M775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mark, that seems to make sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm wondering, however, why the tick rate is refered to as "tick rate" everywhere else, yet this critical definitions names it "&lt;/P&gt;&lt;P&gt;BSP_ALARM_FREQUENCY"&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I missing something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 02:45:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Changing-the-MQX-tick-rate/m-p/156135#M775</guid>
      <dc:creator>RWey</dc:creator>
      <dc:date>2012-04-24T02:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the MQX tick rate</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Changing-the-MQX-tick-rate/m-p/156136#M776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am planning on changing the tick from 5 ms to 1 ms on a k60n512 project. Only one very short task will run every ms. Does anyone have experience to say if this will be a problem?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 22:10:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Changing-the-MQX-tick-rate/m-p/156136#M776</guid>
      <dc:creator>barbercolman</dc:creator>
      <dc:date>2012-07-12T22:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the MQX tick rate</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Changing-the-MQX-tick-rate/m-p/156137#M777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi barber colman,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you be more explicit what's your use case?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MartinK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 14:53:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Changing-the-MQX-tick-rate/m-p/156137#M777</guid>
      <dc:creator>c0170</dc:creator>
      <dc:date>2012-07-13T14:53:09Z</dc:date>
    </item>
  </channel>
</rss>

