<?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 Re: K60 Tower MQX in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-Tower-MQX/m-p/159934#M575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;manu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try with the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define LED1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (GPIO_PORT_A | GPIO_PIN11)&lt;/P&gt;&lt;P&gt;#define LED2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (GPIO_PORT_A | GPIO_PIN28)&lt;/P&gt;&lt;P&gt;#define LED3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (GPIO_PORT_A | GPIO_PIN29)&lt;/P&gt;&lt;P&gt;#define LED4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (GPIO_PORT_A | GPIO_PIN10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that you need to specify the port, in this case, port A and the pin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also MQX already has these definitions. If you're interested in using them, these are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSP_LED1&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;BSP_LED2&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;BSP_LED3&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;BSP_LED4&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find them on the "twrk60n512.h" file at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{MQX path}\lib\twrk60n512.cw10\bsp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that the specific BSP folder may change if you're using a different toolchain (IAR or Keil)&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Nov 2012 00:14:51 GMT</pubDate>
    <dc:creator>carlos_neri</dc:creator>
    <dc:date>2012-11-01T00:14:51Z</dc:date>
    <item>
      <title>K60 Tower MQX</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-Tower-MQX/m-p/159933#M574</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;did anyone get the AN3905 (Writing your first MQX Application) runing on the TWR-K60N512?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it but i am strugeling with the defines for the LEDs in ioDriver.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define LED_1 (GPIO_PORT_TE | GPIO_PIN3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i thought i can change this statement to&lt;/P&gt;&lt;P&gt;#define LED_1 (GPIO_PIN11).....&amp;nbsp; GPIO_PIN11 is the Pin on wich LED1 is connected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it doesn't work. Is there anything else i have to llok for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 07:35:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-Tower-MQX/m-p/159933#M574</guid>
      <dc:creator>manu_00</dc:creator>
      <dc:date>2012-10-31T07:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: K60 Tower MQX</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-Tower-MQX/m-p/159934#M575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;manu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try with the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define LED1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (GPIO_PORT_A | GPIO_PIN11)&lt;/P&gt;&lt;P&gt;#define LED2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (GPIO_PORT_A | GPIO_PIN28)&lt;/P&gt;&lt;P&gt;#define LED3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (GPIO_PORT_A | GPIO_PIN29)&lt;/P&gt;&lt;P&gt;#define LED4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (GPIO_PORT_A | GPIO_PIN10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that you need to specify the port, in this case, port A and the pin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also MQX already has these definitions. If you're interested in using them, these are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSP_LED1&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;BSP_LED2&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;BSP_LED3&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;BSP_LED4&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find them on the "twrk60n512.h" file at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{MQX path}\lib\twrk60n512.cw10\bsp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that the specific BSP folder may change if you're using a different toolchain (IAR or Keil)&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 00:14:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-Tower-MQX/m-p/159934#M575</guid>
      <dc:creator>carlos_neri</dc:creator>
      <dc:date>2012-11-01T00:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: K60 Tower MQX</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-Tower-MQX/m-p/159935#M576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer. Do you know if there are any documents&amp;nbsp; where i can find the information you provided to me? Or do i have to look in the header files to find out what functions are provided?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changend the source code as you told me. But still no LED is blinking. I opened a serial port and i can see that the different tasks are created and executed once. As i understand the source code, the different tasks should be executd more than once. Can anybody help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance :-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 09:06:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-Tower-MQX/m-p/159935#M576</guid>
      <dc:creator>manu_00</dc:creator>
      <dc:date>2012-11-05T09:06:44Z</dc:date>
    </item>
  </channel>
</rss>

