<?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 Implementing Console Print in debug??? in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Implementing-Console-Print-in-debug/m-p/566896#M18655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by akhilpo on Thu May 12 10:35:33 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Recently i heard about printing o/p from target MCU to the Console in IDE while debugging. I have tried a lot googling but still I cant implement it. I have an LPC Xpresso kit with LPC 1114 MCU. IDE version v3.6.3.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:45:45 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:45:45Z</dc:date>
    <item>
      <title>Implementing Console Print in debug???</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Implementing-Console-Print-in-debug/m-p/566896#M18655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by akhilpo on Thu May 12 10:35:33 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Recently i heard about printing o/p from target MCU to the Console in IDE while debugging. I have tried a lot googling but still I cant implement it. I have an LPC Xpresso kit with LPC 1114 MCU. IDE version v3.6.3.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:45:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Implementing-Console-Print-in-debug/m-p/566896#M18655</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing Console Print in debug???</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Implementing-Console-Print-in-debug/m-p/566897#M18656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Thu May 12 10:44:52 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Look for 'semihosting' and 'printf'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/UsingPrintf&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:45:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Implementing-Console-Print-in-debug/m-p/566897#M18656</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing Console Print in debug???</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Implementing-Console-Print-in-debug/m-p/566898#M18657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by akhilpo on Thu May 12 11:30:09 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It suddenly started working. I am using printf() and putchar() functions. Is that correct?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:45:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Implementing-Console-Print-in-debug/m-p/566898#M18657</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing Console Print in debug???</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Implementing-Console-Print-in-debug/m-p/566899#M18658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Thu May 12 11:33:58 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If it's printing to your Console, it's obvious working :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:45:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Implementing-Console-Print-in-debug/m-p/566899#M18658</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing Console Print in debug???</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Implementing-Console-Print-in-debug/m-p/566900#M18659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Thu May 12 11:38:59 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: akhilpo&lt;/STRONG&gt;&lt;BR /&gt;Recently i heard about printing o/p from target MCU to the Console in IDE while debugging. I have tried a lot googling but still I cant implement it. I have an LPC Xpresso kit with LPC 1114 MCU. IDE version v3.6.3.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you use the project wizard to create a "Semihosting C project" everything will be set up so that the printf will write "Hello World" out to the console of the IDE for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For more information see the C library FAQs....&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/CodeRedFAQ#CLibrary&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:45:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Implementing-Console-Print-in-debug/m-p/566900#M18659</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing Console Print in debug???</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Implementing-Console-Print-in-debug/m-p/566901#M18660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by akhilpo on Thu May 12 21:34:57 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Using printf() suddenly increases the file size from 6k to 18k. Is there any way to reduce that? I have already selected Redlib (semihost) in the project properties.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:45:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Implementing-Console-Print-in-debug/m-p/566901#M18660</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing Console Print in debug???</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Implementing-Console-Print-in-debug/m-p/566902#M18661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jharwood on Thu May 12 22:28:00 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: akhilpo&lt;/STRONG&gt;&lt;BR /&gt;Using printf() suddenly increases the file size from 6k to 18k. Is there any way to reduce that? I have already selected Redlib (semihost) in the project properties.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you read the FAQ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;To enable the non-floating-point printf from Redlib, define the symbol "CR_INTEGER_PRINTF". &lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:45:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Implementing-Console-Print-in-debug/m-p/566902#M18661</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:45:49Z</dc:date>
    </item>
  </channel>
</rss>

