<?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: Lpc11c24 uart in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562591#M16823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by urb4nm on Sat Mar 09 13:54:33 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, thanks, I think I can go somewhere from here &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@Edit&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, I'm at the point of giving up, but I got one last thing to do, and I can push myself to think a little longer... Is there a way, to cast [B]int[/B] to string, and push it through UART via &lt;/SPAN&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;void UARTSend(uint8_t *BufferPtr, uint32_t Length)&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt; I did send an already declared string, and it went through without any problem, but whatever i've tried (sprintf, itoa) sends the code flying throug some HardFault Handler.. It might be stupid question,but I'm so confused now, that HelloWorld would be a struggle, and i just want to finish that one last thing...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:43:19 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:43:19Z</dc:date>
    <item>
      <title>Lpc11c24 uart</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562563#M16795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by urb4nm on Mon Feb 18 04:03:01 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not-so-advanced in this kind of programming, and I've stumbled upon a minor problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to write a code for LPC11C24 to work with CO2 sensor using MODBUS protocol. No interrupts, just a simple write read sequence. I've got UART set correctly (done it before). What I need is to send a sequence, eg. {0xFE, 0x00,...} and read similar sequence back. I've tried to use something I've done before&lt;/SPAN&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;void uart_send_byte(const uint8_t byte)
{
&amp;nbsp; while(!(LPC_UART-&amp;gt;LSR &amp;amp; 0x20));
&amp;nbsp; LPC_UART-&amp;gt;THR = byte;
}&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for each byte of the sequence, but then it looks like there's nothing to receive. The thing is I don't know whether I messed up the sending, or receiving as I don't really know how to print output in console... This may sound like a noobish problem, and in fact it kind of is, but any help would be deeply appreciated...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:43:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562563#M16795</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Lpc11c24 uart</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562564#M16796</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 Mon Feb 18 04:38:03 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;What's wrong with ...\LPCXpresso_5.1.0_2048\lpcxpresso\Examples\NXP\LPC1000\LPC11xx\NXP_LPCXpresso11C24_2011-01-27.zip\uart sample :confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do you receive&amp;nbsp; :confused:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:43:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562564#M16796</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Lpc11c24 uart</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562565#M16797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by urb4nm on Mon Feb 18 06:50:06 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Well... There's nothing wrong I guess, it's just that I foolishly tried to rewrite the code I've already had... Then again thanks for pointing that out.. Nevertheless, I've tried to use that:&lt;/SPAN&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;
uint8_t uart_recv_byte(void) 
{ 
&amp;nbsp; while(!(LPC_UART-&amp;gt;LSR &amp;amp; 0x01)); 
&amp;nbsp; return LPC_UART-&amp;gt;RBR; 
} &lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;SPAN&gt;And i just looped over nothing to read... And I'm still not sure if the console printout is working, any example for that would be great...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:43:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562565#M16797</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Lpc11c24 uart</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562566#M16798</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 Mon Feb 18 07:10:57 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 Polling UART is not recommended :eek:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 What is 'console printout' :confused: Semihosting ? &lt;/SPAN&gt;&lt;A href="http://"&gt;http://www.support.code-red-tech.com/CodeRedWiki/UsingPrintf&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:43:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562566#M16798</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Lpc11c24 uart</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562567#M16799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by urb4nm on Mon Feb 18 07:31:00 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 I'm aware of that, but that's the way I was told to do... Besides, as you may noticed already, with my knowledge I'm in no position to question that... :(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 Yes, that's te thing... Been there, read that, tried using that even, it compiled, but since sending was not working, so I don't think I had a chance to try that... Can't show you how it looked though, I don't have access to it right now...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:43:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562567#M16799</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Lpc11c24 uart</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562568#M16800</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 Mon Feb 18 07:39:09 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://www.support.code-red-tech.com/CodeRedWiki/WhatIsSemiHosting&lt;/A&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;Semihosting performance&lt;BR /&gt;It is fair to say that the semihosting mechanism does not provide a high performance i/o system.&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;And that's an understatement :eek: Semihosting is damned slow :eek::eek: So it is recommended to use a real UART :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:43:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562568#M16800</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Lpc11c24 uart</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562569#M16801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by urb4nm on Mon Feb 18 09:32:33 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I see... It's just for debugging for now anyway... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How would an example receive and print functions look like?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:43:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562569#M16801</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Lpc11c24 uart</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562570#M16802</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 Mon Feb 18 10:05:49 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;How would an example receive and print functions look like?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;#1 Import working UART sample&amp;nbsp; ...\LPCXpresso_5.1.0_2048\lpcxpresso\Examples\NXP\ LPC1000\LPC11xx\NXP_LPCXpresso11C24_2011-01-27.zip\uart :eek:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 Include &amp;lt;stdio.h&amp;gt; ;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#3 Change Lib to Redlib (semihost) with 'Manage linker script' enable via Project Properties: &lt;/SPAN&gt;&lt;A href="http://"&gt;http://www.support.code-red-tech.com/CodeRedWiki/SwitchingCLibrary&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#4 Now you have a full working UART and can use printf() to print out data to your console (as far as you receive them slow enough) :):)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:43:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562570#M16802</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Lpc11c24 uart</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562571#M16803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by urb4nm on Mon Feb 18 14:26:43 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, I really appreciate your help, that would be great to start with :) I suppose it's not he end of problems for me, but then again I have to do something on my own :) I reckon it won't be the last post in this thread, but thanks again :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:43:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562571#M16803</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Lpc11c24 uart</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562572#M16804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by urb4nm on Tue Feb 19 05:46:21 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I've imported stock UART example, as suggested, now, if I understand it correctly:&lt;/SPAN&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;if ( UARTCount != 0 ) //if data in buffer
&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_UART-&amp;gt;IER = IER_THRE | IER_RLS;/* Disable RBR */
&amp;nbsp;&amp;nbsp;&amp;nbsp; UARTSend( (uint8_t *)UARTBuffer, UARTCount ); // echo data in buffer
&amp;nbsp;&amp;nbsp;&amp;nbsp; UARTCount = 0; //clear buffer
&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_UART-&amp;gt;IER = IER_THRE | IER_RLS | IER_RBR;/* Re-enable RBR */
}&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 am I wrong somewhere? That means to send a command ({0xFE,..} ) and read back output I would need something like:&lt;/SPAN&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;
LPC_UART-&amp;gt;IER = IER_THRE | IER_RLS;/* Disable RBR */
UARTSend( (uint8_t *)myTab, myTabLenght ); //send command 
LPC_UART-&amp;gt;IER = IER_THRE | IER_RLS | IER_RBR;/* Re-enable RBR */

if ( UARTCount != 0 )
{
for(int i = 0, i &amp;lt; UARTCount, i++)
printf(UARTBuffer&lt;I&gt;);

UARTCpunt = 0;
}&lt;/I&gt;&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does it make sense? It's just a general idea, but I need to know if it is at least good direction &lt;SPAN class="lia-unicode-emoji" title=":winking_face:"&gt;&lt;LI-EMOJI id="lia_winking-face" title=":winking_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:43:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562572#M16804</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Lpc11c24 uart</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562573#M16805</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 Tue Feb 19 06:00:09 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: urb4nm&lt;/STRONG&gt;&lt;BR /&gt;Does it make sense? &lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes :) Could be useful to add a simple loop (about 1 sec) to repeat your transmission (and scope it or it's answer :eek: from your sensor) ;)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:43:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562573#M16805</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Lpc11c24 uart</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562574#M16806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by urb4nm on Tue Feb 19 13:52:40 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, I think it's getting too complicated for me...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I try running debugging it stops on [B]UARTInit()[/B], calling the [B]HardFault_Handler()[/B] from [B]cr_startup_lpc11.c[/B], entering an infinite loop, not doing anything else. Second run gives me something like:&lt;/SPAN&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;No source available for "(gdb[18].proc[42000].threadGroup[i1],gdb[18].proc[42000].OSthread[1]).thread[1].frame[0]" &lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but i guess it's just still looping...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:43:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562574#M16806</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Lpc11c24 uart</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562575#M16807</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 Tue Feb 19 14:03:17 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;:confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try to close your GBD connection or just LPCXpresso.Reconnect LPC-Link and try it again. UART Sample is working without problems here. Is this original sample causing this problem or did you change it's code already?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:43:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562575#M16807</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Lpc11c24 uart</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562576#M16808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by urb4nm on Tue Feb 19 14:53:36 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, I've run sample, then again mine version, and it seems not to do that again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got printf(); working (it needed &lt;/SPAN&gt;&lt;A href="http://http://www.support.code-red-tech.com/CodeRedWiki/DebuggerSemihosting"&gt;http://www.support.code-red-tech.com/CodeRedWiki/DebuggerSemihosting&lt;/A&gt;&lt;SPAN&gt; set manually), and as I feared there's still nothing to read back - UARTCount gets nothing, and it doesn't look promising...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:43:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562576#M16808</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Lpc11c24 uart</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562577#M16809</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 Tue Feb 19 15:09:41 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: urb4nm&lt;/STRONG&gt;&lt;BR /&gt;...UARTCount gets nothing, and it doesn't look promising...&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's hardware time :) Scope your TxD / RxD and check your hardware ;)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:43:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562577#M16809</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Lpc11c24 uart</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562578#M16810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by urb4nm on Tue Feb 19 15:43:32 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, success! :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've got readout, the last problem was, as you predicted, hardware: 3.3V was not enough, I had to supply sensor with 5V and now it's working as supposed to. Polling works perfect, I get complete response, from this point I shoul be able to handle the rest by myself. Nevertheless, I'm very grateful for all your support and patience, it was a pleasure to be tutored by you :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I reckon it's no the end of my problems, but for now I'd give it a break :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:43:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562578#M16810</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Lpc11c24 uart</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562579#M16811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by urb4nm on Thu Feb 21 13:39:42 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that I can't include [B]timer32.h[/B] to my project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've added [B]#include timer32.h[/B], added [B]#define CONFIG_ENABLE_DRIVER_TIMER32 1[/B], and I still can't call init_timer() and so on. [B]timer32.h[/B] is grayed out/crossed out under ./myproject/driver tree. Is there something I've missed?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:43:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562579#M16811</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Lpc11c24 uart</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562580#M16812</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 Feb 21 13:49:43 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you read #5 of &lt;/SPAN&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=1684&lt;/A&gt;&lt;SPAN&gt; already :confused:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:43:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562580#M16812</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Lpc11c24 uart</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562581#M16813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by urb4nm on Thu Feb 21 15:00:40 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, but I tried the thing from #2 of the same topic, and succeeded, I think... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why is that sometimes I run debugging I get some errors like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;No source available for&amp;nbsp; __sys_seek() at 0x28b6
No source available for "malloc() at 0x28be" &lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And so on?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:43:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562581#M16813</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Lpc11c24 uart</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562582#M16814</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 Feb 21 15:28:00 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you trying to debug a library function (=&amp;nbsp; compiled without debug information) ;) That's usually the cause for this message :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:43:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Lpc11c24-uart/m-p/562582#M16814</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:43:13Z</dc:date>
    </item>
  </channel>
</rss>

