<?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 System SD demo in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-Tower-System-SD-demo/m-p/274244#M9596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The latest OSBDM firmware provides a virtual serial port for OSBDM serial. Please check Windows computer management to check if&amp;nbsp; the serial terminal software is using the correct serial port. And in your serial code, please check if your are using the OSBDM serial port or TWR-SER board serial port. The OSBDM serial is using UART5, while the TWR-SER board is using UART3. You need to double check the &amp;lt;k60_tower.h&amp;gt; configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* &lt;BR /&gt; * Select the serial port that is being used below. Only one of the &lt;BR /&gt; * options should be uncommented at any time.&lt;BR /&gt; */&lt;BR /&gt;#define SERIAL_CARD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // use this option for serial port on TWR-SER&lt;BR /&gt;//#define OSJTAG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // use this option for serial port over the OS-JTAG circuit&lt;/P&gt;&lt;P&gt;#if (defined(SERIAL_CARD))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define TERM_PORT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UART3_BASE_PTR&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define TERMINAL_BAUD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 115200&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #undef&amp;nbsp; HW_FLOW_CONTROL&lt;BR /&gt;#elif (defined(OSJTAG))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define TERM_PORT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UART5_BASE_PTR&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define TERMINAL_BAUD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 115200&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #undef&amp;nbsp; HW_FLOW_CONTROL&lt;BR /&gt;#else&lt;BR /&gt;&amp;nbsp; #error "No valid serial port defined"&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jun 2013 01:58:29 GMT</pubDate>
    <dc:creator>Hui_Ma</dc:creator>
    <dc:date>2013-06-05T01:58:29Z</dc:date>
    <item>
      <title>K60 Tower System SD demo</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-Tower-System-SD-demo/m-p/274243#M9595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem in the TWR-K60N512 tower board. I installed the P&amp;amp;E serial toolkit, but when I try to use Terminal Utility to open the USB COM, it failed in open serial port. I check the device manager and all drivers are installed correctly.&lt;/P&gt;&lt;P&gt;Any ideas about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 20:56:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-Tower-System-SD-demo/m-p/274243#M9595</guid>
      <dc:creator>danielchai</dc:creator>
      <dc:date>2013-06-04T20:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: K60 Tower System SD demo</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-Tower-System-SD-demo/m-p/274244#M9596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The latest OSBDM firmware provides a virtual serial port for OSBDM serial. Please check Windows computer management to check if&amp;nbsp; the serial terminal software is using the correct serial port. And in your serial code, please check if your are using the OSBDM serial port or TWR-SER board serial port. The OSBDM serial is using UART5, while the TWR-SER board is using UART3. You need to double check the &amp;lt;k60_tower.h&amp;gt; configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* &lt;BR /&gt; * Select the serial port that is being used below. Only one of the &lt;BR /&gt; * options should be uncommented at any time.&lt;BR /&gt; */&lt;BR /&gt;#define SERIAL_CARD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // use this option for serial port on TWR-SER&lt;BR /&gt;//#define OSJTAG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // use this option for serial port over the OS-JTAG circuit&lt;/P&gt;&lt;P&gt;#if (defined(SERIAL_CARD))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define TERM_PORT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UART3_BASE_PTR&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define TERMINAL_BAUD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 115200&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #undef&amp;nbsp; HW_FLOW_CONTROL&lt;BR /&gt;#elif (defined(OSJTAG))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define TERM_PORT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UART5_BASE_PTR&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define TERMINAL_BAUD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 115200&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #undef&amp;nbsp; HW_FLOW_CONTROL&lt;BR /&gt;#else&lt;BR /&gt;&amp;nbsp; #error "No valid serial port defined"&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 01:58:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-Tower-System-SD-demo/m-p/274244#M9596</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2013-06-05T01:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: K60 Tower System SD demo</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-Tower-System-SD-demo/m-p/274245#M9597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you first.&lt;/P&gt;&lt;P&gt;I installed the P&amp;amp;E Tool Kit from the CD. But when I plug in the board through a USB-mini cable, it can not find the driver for it.&lt;/P&gt;&lt;P&gt;Any ideas about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 12:45:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-Tower-System-SD-demo/m-p/274245#M9597</guid>
      <dc:creator>danielchai</dc:creator>
      <dc:date>2013-06-05T12:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: K60 Tower System SD demo</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-Tower-System-SD-demo/m-p/274246#M9598</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;You need to download and install the OSBDM driver from below link:&lt;/P&gt;&lt;P&gt;[Install Drivers]:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.pemicro.com/osbdm/index.cfm"&gt;http://www.pemicro.com/osbdm/index.cfm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 02:18:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-Tower-System-SD-demo/m-p/274246#M9598</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2013-06-06T02:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: K60 Tower System SD demo</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-Tower-System-SD-demo/m-p/274247#M9599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;I tried to install the latest drivers for windows and also installed the OSDBM Virtual Serial ToolKits from the &lt;A class="jive-link-external-small" href="http://www.pemicro.com/osbdm/index.cfm"&gt;http://www.pemicro.com/osbdm&lt;/A&gt;. After installing them,&amp;nbsp; I use the Terminal Utility to open the USB COM but I can not open the port.&lt;/P&gt;&lt;P&gt;Then I check the device management of my PC and it shows &lt;/P&gt;&lt;P&gt;and &lt;span class="lia-inline-image-display-wrapper" image-alt="com port2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/39081iD776952A8E390E21/image-size/large?v=v2&amp;amp;px=999" role="button" title="com port2.png" alt="com port2.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Com Port.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/38926i1C8AB64F9F442239/image-size/large?v=v2&amp;amp;px=999" role="button" title="Com Port.png" alt="Com Port.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the TWRK60N512QSDLAB.pdf manual, under Jungo there should be a PEMicro USB Serial Port(i1). But in my PC, under Jungo there is no this port. Following the manual,&amp;nbsp; I tried to uninstall the OSBDM/OSJTAG and replug the USB cable but there is still no PEMicro USB Serial Port(i1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 12:53:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-Tower-System-SD-demo/m-p/274247#M9599</guid>
      <dc:creator>danielchai</dc:creator>
      <dc:date>2013-06-06T12:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: K60 Tower System SD demo</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-Tower-System-SD-demo/m-p/274248#M9600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Actually, I figure it out. Just the terminal can not recognize the Com port. Now I use Procom and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 20:12:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-Tower-System-SD-demo/m-p/274248#M9600</guid>
      <dc:creator>danielchai</dc:creator>
      <dc:date>2013-06-06T20:12:36Z</dc:date>
    </item>
  </channel>
</rss>

