<?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>MQX Software SolutionsのトピックMinimum period for MQX Timer</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Minimum-period-for-MQX-Timer/m-p/159718#M1132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;What's the minimum period suggested for a periodic MQX Timer?&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Dec 2009 07:03:02 GMT</pubDate>
    <dc:creator>JaimeR</dc:creator>
    <dc:date>2009-12-05T07:03:02Z</dc:date>
    <item>
      <title>Minimum period for MQX Timer</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Minimum-period-for-MQX-Timer/m-p/159718#M1132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;What's the minimum period suggested for a periodic MQX Timer?&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2009 07:03:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Minimum-period-for-MQX-Timer/m-p/159718#M1132</guid>
      <dc:creator>JaimeR</dc:creator>
      <dc:date>2009-12-05T07:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum period for MQX Timer</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Minimum-period-for-MQX-Timer/m-p/159719#M1133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The minimum timer interval is 1 tick, and it's equivalent to 5ms&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2009 00:03:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Minimum-period-for-MQX-Timer/m-p/159719#M1133</guid>
      <dc:creator>Jairo</dc:creator>
      <dc:date>2009-12-12T00:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum period for MQX Timer</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Minimum-period-for-MQX-Timer/m-p/159720#M1134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible to set periodic timer with period less then 5ms?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 16:42:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Minimum-period-for-MQX-Timer/m-p/159720#M1134</guid>
      <dc:creator>bistrulli</dc:creator>
      <dc:date>2011-05-03T16:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum period for MQX Timer</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Minimum-period-for-MQX-Timer/m-p/159721#M1135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We got it down to 1 tick = 1mS, by modifying the BSP_tick_frequency in the BSP (dont hold me to that exact name, but it is something to that effect). &amp;nbsp;By changing it from 200 (default) to 1000, you increase your resolution 5 fold. &amp;nbsp;To get uS resolution, you have to bypass MQX and use hardware interrupts (at least this is what we were told by our FAE, using the coldfire V1 core).&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 21:02:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Minimum-period-for-MQX-Timer/m-p/159721#M1135</guid>
      <dc:creator>Kyle_Apollo</dc:creator>
      <dc:date>2011-05-03T21:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum period for MQX Timer</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Minimum-period-for-MQX-Timer/m-p/159722#M1136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Kyle, I'll try it soon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 17:55:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Minimum-period-for-MQX-Timer/m-p/159722#M1136</guid>
      <dc:creator>bistrulli</dc:creator>
      <dc:date>2011-05-04T17:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum period for MQX Timer</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Minimum-period-for-MQX-Timer/m-p/159723#M1137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been looking for the name of the tick frequency parameter for a while, could you drop me a clue of where to find it, please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2011 14:30:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Minimum-period-for-MQX-Timer/m-p/159723#M1137</guid>
      <dc:creator>Kafre</dc:creator>
      <dc:date>2011-05-09T14:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum period for MQX Timer</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Minimum-period-for-MQX-Timer/m-p/159724#M1138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's the BSP_ALARM_FREQUENCY parameter, which is set in &amp;lt;mqx_dir&amp;gt;\mqx\source\bsp\&amp;lt;board_name&amp;gt;\&amp;lt;board_name&amp;gt;.h&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ticks are then set up in the BSP initialization, located at &amp;lt;mqx_dir&amp;gt;\mqx\source\bsp\&amp;lt;board_name&amp;gt;\init_bsp.c&lt;/P&gt;&lt;PRE&gt;    kernel_data-&amp;gt;TIMER_HW_REFERENCE = (BSP_SYSTEM_CLOCK / BSP_ALARM_FREQUENCY);       _time_set_ticks_per_sec(BSP_ALARM_FREQUENCY);    _time_set_hwticks_per_tick(kernel_data-&amp;gt;TIMER_HW_REFERENCE);    _time_set_hwtick_function(_bsp_get_hwticks, (pointer)NULL);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:05:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Minimum-period-for-MQX-Timer/m-p/159724#M1138</guid>
      <dc:creator>anthony_huereca</dc:creator>
      <dc:date>2020-10-29T09:05:06Z</dc:date>
    </item>
  </channel>
</rss>

