<?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中的主题 KL05Z Timer</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL05Z-Timer/m-p/243059#M6092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, I'm new to FRDM platform.&lt;/P&gt;&lt;P&gt;Can I know what I have to do to blink led by timer on my FRDM-KL05Z board?&lt;/P&gt;&lt;P&gt;I &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;would do it without&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Processor expert if it is possible.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Andrea&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Mar 2013 16:48:22 GMT</pubDate>
    <dc:creator>andreaz84</dc:creator>
    <dc:date>2013-03-27T16:48:22Z</dc:date>
    <item>
      <title>KL05Z Timer</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL05Z-Timer/m-p/243059#M6092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, I'm new to FRDM platform.&lt;/P&gt;&lt;P&gt;Can I know what I have to do to blink led by timer on my FRDM-KL05Z board?&lt;/P&gt;&lt;P&gt;I &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;would do it without&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Processor expert if it is possible.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Andrea&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 16:48:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL05Z-Timer/m-p/243059#M6092</guid>
      <dc:creator>andreaz84</dc:creator>
      <dc:date>2013-03-27T16:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: KL05Z Timer</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL05Z-Timer/m-p/243060#M6093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have attached a simple project which uses a timer to toggle the 3 RGB LED's on the board.&lt;/P&gt;&lt;P&gt;The project is available on GitHub here: &lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/FRDM-KL05Z/KL05Z_LedBlink" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/FRDM-KL05Z/KL05Z_LedBlink"&gt;mcuoneclipse/Examples/FRDM-KL05Z/KL05Z_LedBlink at master · ErichStyger/mcuoneclipse · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following tutorials/links might help you around Kinetis/Processor Expert (some are for FRDM-KL25Z, but things apply to the KL05Z as well):&lt;/P&gt;&lt;P&gt;- &lt;A href="http://mcuoneclipse.com/2012/12/30/a-new-freedom-board-frdm-kl05z/" title="http://mcuoneclipse.com/2012/12/30/a-new-freedom-board-frdm-kl05z/"&gt;A new Freedom Board: FRDM-KL05Z | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="http://mcuoneclipse.com/2012/08/13/tutorial-timer-led-with-processor-expert-for-kinetis/" title="http://mcuoneclipse.com/2012/08/13/tutorial-timer-led-with-processor-expert-for-kinetis/"&gt;Tutorial: Timer (LED) with Processor Expert for Kinetis | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="http://mcuoneclipse.com/2012/11/12/tutorial-bits-and-pins-with-kinetis/" title="http://mcuoneclipse.com/2012/11/12/tutorial-bits-and-pins-with-kinetis/"&gt;Tutorial: Bits and Pins with Kinetis and the FRDM-KL25Z Board | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="http://mcuoneclipse.com/2013/03/06/freertos-on-the-frdm-kl05z-board/" title="http://mcuoneclipse.com/2013/03/06/freertos-on-the-frdm-kl05z-board/"&gt;FreeRTOS on the FRDM-KL05Z Board | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="http://mcuoneclipse.com/2013/02/28/switching-processor-package-in-processor-expert/" title="http://mcuoneclipse.com/2013/02/28/switching-processor-package-in-processor-expert/"&gt;http://mcuoneclipse.com/2013/02/28/switching-processor-package-in-processor-expert/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 18:21:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL05Z-Timer/m-p/243060#M6093</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-03-27T18:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: KL05Z Timer</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL05Z-Timer/m-p/243061#M6094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thanks so much!&lt;/P&gt;&lt;P&gt;This helped me a lot! Now I'm able to use timer correctly with KL05.&lt;/P&gt;&lt;P&gt;Can I find also an ADC with DMA example?&lt;/P&gt;&lt;P&gt;Next step for me is to acquire a sinusoidal signal and interpret it.&lt;/P&gt;&lt;P&gt;:smileyhappy:&lt;/P&gt;&lt;P&gt;Thanks again for your help!&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 15:59:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL05Z-Timer/m-p/243061#M6094</guid>
      <dc:creator>andreaz84</dc:creator>
      <dc:date>2013-03-28T15:59:25Z</dc:date>
    </item>
  </channel>
</rss>

