<?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>topic Blink LED in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Blink-LED/m-p/442752#M26019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MK60N1M0 + MQX 4.1 - IAR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried everything to make my board to run my code but&amp;nbsp; I haven't succeeded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone just show me a piece of code that uses an external 4MHz cristal clock and blinks a LED at port B7 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can be even alternatively in the Kinetis Design Studio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Luiz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2015 19:43:34 GMT</pubDate>
    <dc:creator>pasini</dc:creator>
    <dc:date>2015-06-09T19:43:34Z</dc:date>
    <item>
      <title>Blink LED</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Blink-LED/m-p/442752#M26019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MK60N1M0 + MQX 4.1 - IAR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried everything to make my board to run my code but&amp;nbsp; I haven't succeeded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone just show me a piece of code that uses an external 4MHz cristal clock and blinks a LED at port B7 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can be even alternatively in the Kinetis Design Studio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Luiz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 19:43:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Blink-LED/m-p/442752#M26019</guid>
      <dc:creator>pasini</dc:creator>
      <dc:date>2015-06-09T19:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Blink LED</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Blink-LED/m-p/442753#M26020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luiz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please refer to the examples comes with MQX v4.1.&lt;/P&gt;&lt;P&gt;These examples are located in {MQX}\mqx\examples\gpio\build\.&lt;/P&gt;&lt;P&gt;If these there are still problems, then, please reply!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 02:13:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Blink-LED/m-p/442753#M26020</guid>
      <dc:creator>Rick_Li</dc:creator>
      <dc:date>2015-06-10T02:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Blink LED</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Blink-LED/m-p/442754#M26021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've seen the examples, but i&amp;nbsp; need to run code from my own board ( not a tower ).&lt;/P&gt;&lt;P&gt;Based on the examples, my code is stoped while trying to check the source of the FLL reference (bsp_cm.c)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void __pe_initialize_hardware(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;P&gt;while((MCG_S &amp;amp; MCG_S_IREFST_MASK) == 0x00U) { /* Check that the source of the FLL reference clock is the internal reference clock. */&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; while((MCG_S &amp;amp; 0x0CU) != 0x00U) {&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Wait until output of the FLL is selected */&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 16:39:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Blink-LED/m-p/442754#M26021</guid>
      <dc:creator>pasini</dc:creator>
      <dc:date>2015-06-10T16:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Blink LED</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Blink-LED/m-p/442755#M26022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luiz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think your issue is a MQX issue.&lt;/P&gt;&lt;P&gt;I would suggest creating an new project in CodeWarrior with Processor Expert tools for MK60N1M0 and then configure the clock module.&lt;/P&gt;&lt;P&gt;Then generated code to see if this new created project works on your side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this project is just testing your firmware to see if it works well!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 06:56:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Blink-LED/m-p/442755#M26022</guid>
      <dc:creator>Rick_Li</dc:creator>
      <dc:date>2015-06-12T06:56:43Z</dc:date>
    </item>
  </channel>
</rss>

