<?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: Kwikstik UART</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kwikstik-UART/m-p/178598#M1628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So you were successful at everything?&lt;/P&gt;&lt;P&gt;I downloaded the demo code, MQX, added MQX patches, updated CW10.1,&amp;nbsp; and build the code.....did everything per the demo lab document (0.4).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got close but no cigar as they say.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something appears not to be built right? Definitely,&amp;nbsp; problems arise when I do the final "Run Debug Configurations",.... Did you do anything special?&amp;nbsp;&amp;nbsp; I'm building on WInXP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Kevin 314-546-9624&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Jan 2012 06:40:56 GMT</pubDate>
    <dc:creator>kdz</dc:creator>
    <dc:date>2012-01-07T06:40:56Z</dc:date>
    <item>
      <title>Kwikstik UART</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kwikstik-UART/m-p/178595#M1625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm just getting started with my K40 Kwikstik in CW10.1, and do not have a tower system. &amp;nbsp;I've tried running several of the demos, and have been successful at building the MQX libraries to get the demos to debug and execute, however when I probe the UART5 TPs (which I believe are ttyf in software), I see no communication. &amp;nbsp;I have also tried switching the&amp;nbsp;BSP_DEFAULT_IO_CHANNEL to "ttye:", which should be UART4 (the CAN TPs on the Kwikstik), and have probed these with a scope as well with no success. &amp;nbsp;What am I missing? &amp;nbsp;The demo I'm currently trying is the "io_kwikstikk40x256", and it builds successfully after enabling ttya and ttyb.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also debugged to see that Hardware flow control is not being used, however I also can't figure out where this is set in the software.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 02:55:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kwikstik-UART/m-p/178595#M1625</guid>
      <dc:creator>dspNeil</dc:creator>
      <dc:date>2011-11-02T02:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Kwikstik UART</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kwikstik-UART/m-p/178596#M1626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some more information:&lt;/P&gt;&lt;P&gt;I have verified that the output pins still work by using the LWGPIO, and simply toggling the bits.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally, to eliminate flow control as an issue (since I'm not connected to a serial level shifter or other device), I set:&lt;/P&gt;&lt;P&gt;#define BSP_DEFAULT_IO_OPEN_MODE &amp;nbsp; &amp;nbsp; &amp;nbsp; (pointer) (IO_SERIAL_RAW_IO)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 20:50:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kwikstik-UART/m-p/178596#M1626</guid>
      <dc:creator>dspNeil</dc:creator>
      <dc:date>2011-11-03T20:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Kwikstik UART</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kwikstik-UART/m-p/178597#M1627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And the solution:&lt;/P&gt;&lt;P&gt;On the KwikStik-K40 V5 board, the silk screen labels for &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;UART5 TX and RTS are REVERSED&lt;/STRONG&gt;&lt;/FONT&gt;! &amp;nbsp;As soon as I moved my probe over to the RTS pin, I saw the serial data screaming across as it should.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From continuity checking my KwikStik V5:&lt;/P&gt;&lt;P&gt;TP labeled as "RTS" is connected to pin A44 of the tower connector "PTE8/UART_TX".&lt;/P&gt;&lt;P&gt;TP labeled as "TX" is connected to pin B21 of the tower connector "PTE7/UART_RTS".&lt;/P&gt;&lt;P&gt;TP labeled as "RX" is correctly connected to pin A43 of the tower connector "PTE9/UART_RX".&lt;/P&gt;&lt;P&gt;TP labeled as "CTS" is correctly connected to pin A9 of the tower connector "PTE10/UART_CTS".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assumed by V5 of a board, Freescale would have the basics checked out, and that a non-functioning port would be my own software mistake. &amp;nbsp;I am still assuming this was my issue with&amp;nbsp;UART4 as well... &amp;nbsp;Maybe I'm wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 22:45:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kwikstik-UART/m-p/178597#M1627</guid>
      <dc:creator>dspNeil</dc:creator>
      <dc:date>2011-11-03T22:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Kwikstik UART</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kwikstik-UART/m-p/178598#M1628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So you were successful at everything?&lt;/P&gt;&lt;P&gt;I downloaded the demo code, MQX, added MQX patches, updated CW10.1,&amp;nbsp; and build the code.....did everything per the demo lab document (0.4).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got close but no cigar as they say.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something appears not to be built right? Definitely,&amp;nbsp; problems arise when I do the final "Run Debug Configurations",.... Did you do anything special?&amp;nbsp;&amp;nbsp; I'm building on WInXP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Kevin 314-546-9624&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jan 2012 06:40:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kwikstik-UART/m-p/178598#M1628</guid>
      <dc:creator>kdz</dc:creator>
      <dc:date>2012-01-07T06:40:56Z</dc:date>
    </item>
  </channel>
</rss>

