<?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: Strange behaviour using my hardware. in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Strange-behaviour-using-my-hardware/m-p/560219#M15775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by vasanth on Sun Jun 16 19:12:47 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems like power supply related problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How are you powering your application board? Are you using a separate power supply or is it via LPC-Link? Can you debug your application board using LPC-Link?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:13:28 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:13:28Z</dc:date>
    <item>
      <title>Strange behaviour using my hardware.</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Strange-behaviour-using-my-hardware/m-p/560214#M15770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Sun Jun 16 16:09:57 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;My LPC1114FD/102 board is simular to the NXP 1114 board but without external xtal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I modified the UART demo to use the IRC and it downloads fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But it will not echo chars thru the uart until I disconnect the usb from the lpc-link (cut board). :(&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anybody see this? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My application using same uart demo code (w/o) interrupts works on NXP board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On the nxp board it puts out a signon message and then does an interpreter...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Downloads to my hardware of the same code will also not respond until I disconnect the usb from the LPC-Link cut board, and even then does not put out signon msg or interpret.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead it just echos imput like the uart demo. Even after I erase flash and redownload.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;:confused:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:13:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Strange-behaviour-using-my-hardware/m-p/560214#M15770</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behaviour using my hardware.</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Strange-behaviour-using-my-hardware/m-p/560215#M15771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Sun Jun 16 16:31:56 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: cwpjr&lt;/STRONG&gt;&lt;BR /&gt;My application using same uart demo code (w/o) interrupts works on NXP board.&lt;BR /&gt;:confused:&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;:confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is 'NXP Board'?&amp;nbsp; LPCXpresso target board? Did you solder out the crystal?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are not providing much informations. No hardware schematic to review, no sample project to run. So the answer is: you made a mistake somewhere.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:13:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Strange-behaviour-using-my-hardware/m-p/560215#M15771</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behaviour using my hardware.</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Strange-behaviour-using-my-hardware/m-p/560216#M15772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Sun Jun 16 16:44:05 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;R2D2: What is 'NXP Board'?&amp;nbsp; LPCXpresso target board? Did you solder out the crystal?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Board is OM11049 LPCXpresso target board. And no I did not modify it. I modified the 1114 UART DEMO sw to use the IRC instead of the external xtal, as I pointed out already. That matches my board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That modified sw loads on the my board and the LPCXpresso target board...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;YET ON MY BOARD RUNS ONLY if I disconnect the USB from the LPC-LINK board.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:13:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Strange-behaviour-using-my-hardware/m-p/560216#M15772</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behaviour using my hardware.</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Strange-behaviour-using-my-hardware/m-p/560217#M15773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Sun Jun 16 17:08:36 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: R2D2&lt;/STRONG&gt;&lt;BR /&gt;:confused:&lt;BR /&gt;&lt;BR /&gt;What is 'NXP Board'?&amp;nbsp; LPCXpresso target board? [COLOR=Red]Did you solder out the crystal?[/COLOR]&lt;BR /&gt;&lt;BR /&gt;You are not providing much informations. No hardware schematic to review, no sample project to run. So the answer is: you made a mistake somewhere.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then solder out crystal of LPCXpresso target board. If it behaves like your board you have the same hardware.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:13:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Strange-behaviour-using-my-hardware/m-p/560217#M15773</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behaviour using my hardware.</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Strange-behaviour-using-my-hardware/m-p/560218#M15774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Sun Jun 16 17:41:16 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you telling me that a sw cannot select the clock source if an external xtal is present?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:13:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Strange-behaviour-using-my-hardware/m-p/560218#M15774</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behaviour using my hardware.</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Strange-behaviour-using-my-hardware/m-p/560219#M15775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by vasanth on Sun Jun 16 19:12:47 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems like power supply related problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How are you powering your application board? Are you using a separate power supply or is it via LPC-Link? Can you debug your application board using LPC-Link?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:13:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Strange-behaviour-using-my-hardware/m-p/560219#M15775</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behaviour using my hardware.</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Strange-behaviour-using-my-hardware/m-p/560220#M15776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Sun Jun 16 19:37:16 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: cwpjr&lt;/STRONG&gt;&lt;BR /&gt;Are you telling me that a sw cannot select the clock source if an external xtal is present?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No. I'm trying to generate informations. You are telling me that your board is identically equal to LPCXpresso target board. And I'm asking you if you have proved that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:13:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Strange-behaviour-using-my-hardware/m-p/560220#M15776</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behaviour using my hardware.</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Strange-behaviour-using-my-hardware/m-p/560221#M15777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Mon Jun 17 16:52:52 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the statement of your objectives, R2D2. I will respond accordingly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;vasanth: Yes I am able to download and debug my code and UART example code. The UART comm didn't work with either while connected / debugging...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yet unconnected it acted only like the UART example, which simple echoes received chars... which fooled me for a bit!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Soooooo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll suggest to close this thread as I have derived new information re: my board that should allow me to get past this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My uart traces are in loopback mode... somehow. I will figure it out shortly but bottom line is that unconnected and when RST and ISP are not grounded my terminal program echos chars just like the UART example does....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Except I can change baud rate in the terminal program and keep on looking like the UART example... echoing away at any baud without changing anything... :D&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:13:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Strange-behaviour-using-my-hardware/m-p/560221#M15777</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behaviour using my hardware.</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Strange-behaviour-using-my-hardware/m-p/560222#M15778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Mon Jun 17 17:36:19 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;RE: Suggestion to solder out LPCxpresso Demo Boards xtal... WHOA SILVER!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The same frequency xtal (12mhz, as the IRC) is used: WTF? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Would not the external xtal reflect on clkout a finer PPM resolution than the IRC?&amp;nbsp; Both external and IRC are *12 mhz*.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If not why have a same frequency external XTAL? :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And why suggest a destructive method first?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:13:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Strange-behaviour-using-my-hardware/m-p/560222#M15778</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:13:30Z</dc:date>
    </item>
  </channel>
</rss>

