<?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: mmc_fat uart check in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/mmc-fat-uart-check/m-p/594738#M31085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dragilla on Wed Nov 23 11:04:36 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Olivier&lt;/STRONG&gt;&lt;BR /&gt;I have communication because if I put the usb in the pc he detects a COM-port.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Usb you say, so you must be using some kind of com-&amp;gt;usb converter. If so, then the fact your computer detects a port means only your converter is working :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:30:21 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:30:21Z</dc:date>
    <item>
      <title>mmc_fat uart check</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/mmc-fat-uart-check/m-p/594735#M31082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Olivier on Tue Nov 22 13:47:34 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an LPC1769 board connected with a LPCexpresso base board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the program mcc_fat, there is a uart_send message and I will check this with USB communication with PC (hyperterminal). I have communication but, I see nothing in the hyperterminal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;UART_SendString(UART_DEV, (uint8_t*)"MMC/SD example\r\n");&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or, how can I check this message with the base board?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Someone who has experience with the base board??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:30:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/mmc-fat-uart-check/m-p/594735#M31082</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: mmc_fat uart check</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/mmc-fat-uart-check/m-p/594736#M31083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by fjrg76 on Tue Nov 22 17:03:30 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Olivier&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I have communication but, I see nothing in the hyperterminal.&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you tried to send text messages independently of you application? What "I have communication" means? The uart must be initialized before using it, and maybe you are using "semihost" mode, which in turn everything you send out will be displayed in the IDE's console.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;:)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:30:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/mmc-fat-uart-check/m-p/594736#M31083</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: mmc_fat uart check</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/mmc-fat-uart-check/m-p/594737#M31084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Olivier on Wed Nov 23 10:31:17 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: fjrg76&lt;/STRONG&gt;&lt;BR /&gt;Hello&lt;BR /&gt;&lt;BR /&gt;Have you tried to send text messages independently of you application? What "I have communication" means? The uart must be initialized before using it, and maybe you are using "semihost" mode, which in turn everything you send out will be displayed in the IDE's console.&lt;BR /&gt;&lt;BR /&gt;:)&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's not independently, it's in the application code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have communication because if I put the usb in the pc he detects a COM-port.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is de IDE's console??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:30:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/mmc-fat-uart-check/m-p/594737#M31084</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: mmc_fat uart check</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/mmc-fat-uart-check/m-p/594738#M31085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dragilla on Wed Nov 23 11:04:36 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Olivier&lt;/STRONG&gt;&lt;BR /&gt;I have communication because if I put the usb in the pc he detects a COM-port.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Usb you say, so you must be using some kind of com-&amp;gt;usb converter. If so, then the fact your computer detects a port means only your converter is working :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:30:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/mmc-fat-uart-check/m-p/594738#M31085</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:30:21Z</dc:date>
    </item>
  </channel>
</rss>

