<?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>LPC MicrocontrollersのトピックRe: Tick Rate LCP11u68</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Tick-Rate-LCP11u68/m-p/747384#M30120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lee,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you set the TICKRATE to 10 it will run slower than if you set the TICKRATE to&amp;nbsp;10000. If you enter to the function SysTick_Config you will see that the value of&amp;nbsp;SystemCoreClock / TICKRATE_HZ1 is the number of ticks you put in the RELOAD Register. So if you put a big value, for example&amp;nbsp;&lt;SPAN&gt;SystemCoreClock / 10 it will run slower than if you put a smaller value (SystemCoreClock / 10000) because this value corresponds to the number of ticks necessary&amp;nbsp;to shot the interrupt of the SysTick. Higher the number, slower the SysTick and vice versa.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;Victor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2018 16:16:13 GMT</pubDate>
    <dc:creator>victorjimenez</dc:creator>
    <dc:date>2018-05-16T16:16:13Z</dc:date>
    <item>
      <title>Tick Rate LCP11u68</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Tick-Rate-LCP11u68/m-p/747383#M30119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;#define TICKRATE_HZ1 (10000)&lt;/P&gt;&lt;P&gt;SysTick_Config(SystemCoreClock / TICKRATE_HZ1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what difference does it make for different tick rate setting? &amp;nbsp;for example, does it run slower if I set TICKRATE_HZ1 to 10 comparing to setting TICKRATE_HZ1 &amp;nbsp;to 10000?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 03:54:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Tick-Rate-LCP11u68/m-p/747383#M30119</guid>
      <dc:creator>leechen</dc:creator>
      <dc:date>2018-05-14T03:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tick Rate LCP11u68</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Tick-Rate-LCP11u68/m-p/747384#M30120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lee,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you set the TICKRATE to 10 it will run slower than if you set the TICKRATE to&amp;nbsp;10000. If you enter to the function SysTick_Config you will see that the value of&amp;nbsp;SystemCoreClock / TICKRATE_HZ1 is the number of ticks you put in the RELOAD Register. So if you put a big value, for example&amp;nbsp;&lt;SPAN&gt;SystemCoreClock / 10 it will run slower than if you put a smaller value (SystemCoreClock / 10000) because this value corresponds to the number of ticks necessary&amp;nbsp;to shot the interrupt of the SysTick. Higher the number, slower the SysTick and vice versa.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;Victor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 16:16:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Tick-Rate-LCP11u68/m-p/747384#M30120</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2018-05-16T16:16:13Z</dc:date>
    </item>
  </channel>
</rss>

