<?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のトピックMCU slow in operations</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-slow-in-operations/m-p/1346744#M46584</link>
    <description>&lt;P&gt;Hello everyone, I have a small problem, the system clock is set to 172.9 MHz, and so far so good, I have created a task and when it comes to put simple operations, the clock slows down a lot. I have to do a lot of counting and this means that the task takes about 5 kHz, that's a long time.&lt;/P&gt;&lt;P&gt;I don't know if this has happened to anyone and if you have a solution.&lt;BR /&gt;Thank you very much.&lt;BR /&gt;Best regards.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Sep 2021 11:03:31 GMT</pubDate>
    <dc:creator>Nadia</dc:creator>
    <dc:date>2021-09-27T11:03:31Z</dc:date>
    <item>
      <title>MCU slow in operations</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-slow-in-operations/m-p/1346744#M46584</link>
      <description>&lt;P&gt;Hello everyone, I have a small problem, the system clock is set to 172.9 MHz, and so far so good, I have created a task and when it comes to put simple operations, the clock slows down a lot. I have to do a lot of counting and this means that the task takes about 5 kHz, that's a long time.&lt;/P&gt;&lt;P&gt;I don't know if this has happened to anyone and if you have a solution.&lt;BR /&gt;Thank you very much.&lt;BR /&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 11:03:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-slow-in-operations/m-p/1346744#M46584</guid>
      <dc:creator>Nadia</dc:creator>
      <dc:date>2021-09-27T11:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: MCU slow in operations</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-slow-in-operations/m-p/1347043#M46589</link>
      <description>&lt;P&gt;Someone might have a solution, but that would require them to know what you are talking about...&lt;/P&gt;&lt;P&gt;It does not make much sense what you write, is the "system clock of 172.9 MHz" slowing down when you do "simple operations" ? Does not make any sense at all. And "the task takes about 5 KHz, thats a long time" ? Something does "not take 5 KHz", it might take 200 uSec ? But if that is fast or slow depends on what exactly "the task" is doing. If it is adding 2+2, yes, then its a long time. If it calculates the cure for cancer, then it is very fast.....&lt;/P&gt;&lt;P&gt;You need to give much, much more info about your problem, what CPU, what you are trying to do etc.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 18:35:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-slow-in-operations/m-p/1347043#M46589</guid>
      <dc:creator>carstengroen</dc:creator>
      <dc:date>2021-09-27T18:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: MCU slow in operations</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-slow-in-operations/m-p/1347441#M46592</link>
      <description>&lt;P&gt;I agree, the description is not very helpful.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt; ...the system clock is set to 172.9 MHz ...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is just a variable, and by no means proof of the actual core clock frequency. Setting up the external clock source might have failed, and thus the default clock is still active.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I came across such instances, I configured the SysTick timer to a nice round ratio, and toggled a GPIO pin in the hander routine. The measured frequency must correspond to the configured core clock.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="line"&gt;The SysTick timer/code is CMSIS functionality.&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/* one interrupt every millisecond */
if (SysTick_Config(SystemCoreClock / 1000) != 0)
{
    // whatever error handling
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 09:02:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-slow-in-operations/m-p/1347441#M46592</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2021-09-28T09:02:42Z</dc:date>
    </item>
  </channel>
</rss>

