<?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>Kinetis MicrocontrollersのトピックRe: How to create delays in FRDM-KE02Z</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-create-delays-in-FRDM-KE02Z/m-p/740707#M45136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdul hayee,&lt;BR /&gt;You can refer the function posted by Erich.&lt;BR /&gt;This is related to the frequency of Core, so you need to know the configuration of ICS module.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Figure 5-1. Clocking diagram.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/18250i615483FAD45DDAC3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Figure 5-1. Clocking diagram.png" alt="Figure 5-1. Clocking diagram.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Nov 2017 05:56:00 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2017-11-06T05:56:00Z</dc:date>
    <item>
      <title>How to create delays in FRDM-KE02Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-create-delays-in-FRDM-KE02Z/m-p/740705#M45134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys&lt;/P&gt;&lt;P&gt;I am using FRDM-KE02Z board. I wanna ask how do i create delays in FRDM-KE02Z without using interrupts.&lt;/P&gt;&lt;P&gt;for example if i want 1uS delay, 5mS delay, 1Sec delay etc. How do i write a function for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose i want to toggle an LED with a rate of 30mS then how i generate this 30mS delay?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards&lt;/P&gt;&lt;P&gt;Abdul hayee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 13:04:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-create-delays-in-FRDM-KE02Z/m-p/740705#M45134</guid>
      <dc:creator>abdulhayee</dc:creator>
      <dc:date>2017-11-01T13:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create delays in FRDM-KE02Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-create-delays-in-FRDM-KE02Z/m-p/740706#M45135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the Wait component of the McuOnEclipse project:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/ErichStyger/McuOnEclipseLibrary/blob/master/lib/src/McuWait.c" title="https://github.com/ErichStyger/McuOnEclipseLibrary/blob/master/lib/src/McuWait.c"&gt;McuOnEclipseLibrary/McuWait.c at master · ErichStyger/McuOnEclipseLibrary · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 17:44:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-create-delays-in-FRDM-KE02Z/m-p/740706#M45135</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-11-01T17:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create delays in FRDM-KE02Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-create-delays-in-FRDM-KE02Z/m-p/740707#M45136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdul hayee,&lt;BR /&gt;You can refer the function posted by Erich.&lt;BR /&gt;This is related to the frequency of Core, so you need to know the configuration of ICS module.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Figure 5-1. Clocking diagram.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/18250i615483FAD45DDAC3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Figure 5-1. Clocking diagram.png" alt="Figure 5-1. Clocking diagram.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 05:56:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-create-delays-in-FRDM-KE02Z/m-p/740707#M45136</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2017-11-06T05:56:00Z</dc:date>
    </item>
  </channel>
</rss>

