<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>LPCXpresso</title>
		<link>http://knowledgebase.nxp.com/</link>
		<description>This is a discussion forum powered by NXP Semicondutors</description>
		<language>en</language>
		<lastBuildDate>Tue, 18 Jun 2013 22:48:26 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://knowledgebase.nxp.com/images/misc/rss.jpg</url>
			<title>LPCXpresso</title>
			<link>http://knowledgebase.nxp.com/</link>
		</image>
		<item>
			<title>including old header file in new source file causes errors?</title>
			<link>http://knowledgebase.nxp.com/showthread.php?t=4720&amp;goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 21:08:12 GMT</pubDate>
			<description><![CDATA[Hi, 
  
Suppose I have file a.c and file b.c. Both files include "file.h" Everything builds fine. There is a prototype in file.h I want to use in a...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
 <br />
Suppose I have file a.c and file b.c. Both files include &quot;file.h&quot; Everything builds fine. There is a prototype in file.h I want to use in a new file, c.c. So I add #include &quot;file.h&quot; in c.c When I build, all the sudden the compiler doesn't like file.h anymore, which is an example file supplied by NXP/Code Red!<br />
 <br />
The errors mainly look like this:<br />
 <br />
error: expected '=', ',', ';', 'asm' or '__attribute__' before (prototype for func xyz)<br />
 <br />
Also, sturctures are flagged with an error.<br />
<br />
Why does this happen? I'm probably overlooking something simple, but then the other two files using the same header build fine? <br />
 <br />
Sorry, not an expert at this!<br />
 <br />
EC</div>

]]></content:encoded>
			<category domain="http://knowledgebase.nxp.com/forumdisplay.php?f=4">LPCXpresso Forum</category>
			<dc:creator>ECamino</dc:creator>
			<guid isPermaLink="true">http://knowledgebase.nxp.com/showthread.php?t=4720</guid>
		</item>
		<item>
			<title>LPC1769 Debugger/LPC1850 Target/LPCXpresso Error: Target Marked as Not Debuggable</title>
			<link>http://knowledgebase.nxp.com/showthread.php?t=4719&amp;goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 15:55:50 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I'm attempting to burn some sample code I pulled down from the LPCOpen websire to my Hitex LPC1950EVA-A4 board via the LPC1769 debugger...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I'm attempting to burn some sample code I pulled down from the LPCOpen websire to my Hitex LPC1950EVA-A4 board via the LPC1769 debugger platform, but I keep getting the following error message within LPCXpresso:<br />
<br />
<img src="http://i.imgur.com/fTaSdC2.jpg" border="0" alt="" /><br />
<img src="http://i.imgur.com/xo1aVnB.jpg" border="0" alt="" /><br />
<br />
I've seen users with similar issues, but their solutions either involved correcting a solder lead or something unrelated to my issues. These are pre-built evaluation boards I'm working with, not something that I've put together.<br />
<br />
Any helpful input is appreciated. Thanks!</div>

]]></content:encoded>
			<category domain="http://knowledgebase.nxp.com/forumdisplay.php?f=4">LPCXpresso Forum</category>
			<dc:creator>janderson</dc:creator>
			<guid isPermaLink="true">http://knowledgebase.nxp.com/showthread.php?t=4719</guid>
		</item>
		<item>
			<title>clock using RTC</title>
			<link>http://knowledgebase.nxp.com/showthread.php?t=4718&amp;goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 12:23:36 GMT</pubDate>
			<description>How do I create a clock using RTC internal LPC1768 by the CMSIS libraries? 
Can anyone help me?</description>
			<content:encoded><![CDATA[<div>How do I create a clock using RTC internal LPC1768 by the CMSIS libraries?<br />
Can anyone help me?</div>

]]></content:encoded>
			<category domain="http://knowledgebase.nxp.com/forumdisplay.php?f=4">LPCXpresso Forum</category>
			<dc:creator>kevin</dc:creator>
			<guid isPermaLink="true">http://knowledgebase.nxp.com/showthread.php?t=4718</guid>
		</item>
		<item>
			<title>Hardware for programming lpc1769 using UART</title>
			<link>http://knowledgebase.nxp.com/showthread.php?t=4717&amp;goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 11:05:58 GMT</pubDate>
			<description>Can any one help me to build a hardware to program the lpc17xx devices using UART0? The IC that I want to use is PL2303HX. Also can I get some...</description>
			<content:encoded><![CDATA[<div>Can any one help me to build a hardware to program the lpc17xx devices using UART0? The IC that I want to use is PL2303HX. Also can I get some procedure like the commands the the way to send it to the IC etc..<br />
Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://knowledgebase.nxp.com/forumdisplay.php?f=4">LPCXpresso Forum</category>
			<dc:creator>karanmehta93</dc:creator>
			<guid isPermaLink="true">http://knowledgebase.nxp.com/showthread.php?t=4717</guid>
		</item>
		<item>
			<title>Pin interrupt on Port 1, pin1</title>
			<link>http://knowledgebase.nxp.com/showthread.php?t=4716&amp;goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 10:15:06 GMT</pubDate>
			<description>Hello, 
 
I try to generate an interrupt on PIO1_1, but as you can properly guess it is not working. 
I have attached my code here: 
 
 
Code:...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I try to generate an interrupt on PIO1_1, but as you can properly guess it is not working.<br />
I have attached my code here:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">void GPIO_int(void)<br />
{<br />
&nbsp; &nbsp; /* Enable AHB clock to the GPIO domain. */<br />
&nbsp; &nbsp; LPC_SYSCON-&gt;SYSAHBCLKCTRL |= (1&lt;&lt;6);<br />
<br />
&nbsp; &nbsp; /* Enable AHB clock to the FlexInt, GroupedInt domain. */<br />
&nbsp; &nbsp; LPC_SYSCON-&gt;SYSAHBCLKCTRL |= (1&lt;&lt;19) | (1&lt;&lt;24);<br />
&nbsp; &nbsp; LPC_GPIO_PORT-&gt;DIR[1] &amp;= ~(1&lt;&lt;1);&nbsp; &nbsp; //Port 1, pin 1<br />
&nbsp; &nbsp; LPC_SYSCON-&gt;PINSEL[0] = 1 + 32;&nbsp; &nbsp; &nbsp; &nbsp; //Interrupt Port 1, pin 1<br />
&nbsp; &nbsp; LPC_GPIO_PIN_INT-&gt;ISEL &amp;= ~(1&lt;&lt;0);&nbsp; &nbsp; //Edge sensitive<br />
&nbsp; &nbsp; LPC_GPIO_PIN_INT-&gt;IENR |= (1&lt;&lt;0);&nbsp; &nbsp; /*Enable edge or rising level interrupt */<br />
&nbsp; &nbsp; //Enable registers<br />
&nbsp; &nbsp; LPC_GPIO_PIN_INT-&gt;SIENR |= (1&lt;&lt;0);&nbsp; &nbsp; /*Enable Rising edge interrupt */<br />
&nbsp; &nbsp; LPC_GPIO_PIN_INT-&gt;IST = (1&lt;&lt;0);<br />
&nbsp; &nbsp; NVIC_EnableIRQ(PIN_INT0_IRQn);<br />
<br />
}<br />
<br />
void PIN_INT0_IRQHandler(void)<br />
{<br />
&nbsp; &nbsp; LPC_GPIO_PORT-&gt;SET[0] = 0x10000;<br />
&nbsp; &nbsp; if ( LPC_GPIO_PIN_INT-&gt;IST &amp; (0x1&lt;&lt;0) )&nbsp; &nbsp; LPC_GPIO_PIN_INT-&gt;IST = 0x1&lt;&lt;0;<br />
}</code><hr />
</div>I have this ISR that should at least set an output pin high, but nothing happens.<br />
<br />
If someone could take a look.<br />
Thank you.</div>

]]></content:encoded>
			<category domain="http://knowledgebase.nxp.com/forumdisplay.php?f=4">LPCXpresso Forum</category>
			<dc:creator>tyassin</dc:creator>
			<guid isPermaLink="true">http://knowledgebase.nxp.com/showthread.php?t=4716</guid>
		</item>
		<item>
			<title>USB CDC Class Data transfer to host</title>
			<link>http://knowledgebase.nxp.com/showthread.php?t=4714&amp;goto=newpost</link>
			<pubDate>Mon, 17 Jun 2013 14:44:15 GMT</pubDate>
			<description>Hi, 
  
I have a LPC11U24 device connected to a linux host.This device works in USB CDC class. Once the data is sent from device to host using...</description>
			<content:encoded><![CDATA[<div><div align="left">Hi,<br />
 <br />
I have a LPC11U24 device connected to a linux host.This device works in USB CDC class. Once the data is sent from device to host using <font size="2"><font size="3"><b>VCOM_bulk_in_hdlr,</b> will the device wait for ACK from the host?</font></font><br />
 <br />
<font size="2"><font size="3">I have a situation where for the first read request from the host, the data is sent and received at the host. Immedietly if I send the second read request from the host, no operation happens at device. Also, if I try to generate interrupts from other IOs no interrupts get generated after first data transfer to host. </font></font><br />
 <br />
<font size="2"><font size="3">Can anyone please inform me does USB CDC mode operation of LPC11U24 requires ACK from host? If yes, what is the ACK format for linux.</font></font><br />
 <br />
<font size="2"><font size="3">Thanks in advance.</font></font><br />
 <br />
<font size="2"><font size="3">with regards</font></font><br />
<font size="2"><font size="3">Saraswathi C</font><br />
</font> </div></div>

]]></content:encoded>
			<category domain="http://knowledgebase.nxp.com/forumdisplay.php?f=4">LPCXpresso Forum</category>
			<dc:creator>saraswathi</dc:creator>
			<guid isPermaLink="true">http://knowledgebase.nxp.com/showthread.php?t=4714</guid>
		</item>
		<item>
			<title>Hitex LPC1850EVA-A4 Build Error?</title>
			<link>http://knowledgebase.nxp.com/showthread.php?t=4713&amp;goto=newpost</link>
			<pubDate>Mon, 17 Jun 2013 13:32:08 GMT</pubDate>
			<description>Hello, 
 
I am receiving the following message immediately after my build has completed. Is this an error, or more of a warning message? Honestly, I...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I am receiving the following message immediately after my build has completed. Is this an error, or more of a warning message? Honestly, I am unsure whether or not the project has been built successfully.<br />
<br />
<img src="http://i.imgur.com/SzIyjJn.jpg" border="0" alt="" /><br />
<br />
Just for kicks and punches, I then proceeded to attempt to debug the project, and I am presented with the following message:<br />
<br />
<img src="http://i.imgur.com/zSVovNH.jpg" border="0" alt="" /><br />
<br />
If 'Proceed' is selected, the following message appears:<br />
<br />
<img src="http://i.imgur.com/6kO5TG8.jpg" border="0" alt="" /><br />
<br />
Please excuse my ignorance - I am very new to this LPCXpresso IDE and hardware, so any help and/or guidance is appreciated.<br />
<br />
Thank you.</div>

]]></content:encoded>
			<category domain="http://knowledgebase.nxp.com/forumdisplay.php?f=4">LPCXpresso Forum</category>
			<dc:creator>janderson</dc:creator>
			<guid isPermaLink="true">http://knowledgebase.nxp.com/showthread.php?t=4713</guid>
		</item>
		<item>
			<title>LPC4357 Dual-Core programming error</title>
			<link>http://knowledgebase.nxp.com/showthread.php?t=4712&amp;goto=newpost</link>
			<pubDate>Mon, 17 Jun 2013 13:09:26 GMT</pubDate>
			<description>When programming the LPC4357 using a Red Probe+ and LPCXpresso 5.2.4 I get an exit error when programming the device from the GUI tool. The command...</description>
			<content:encoded><![CDATA[<div>When programming the LPC4357 using a Red Probe+ and LPCXpresso 5.2.4 I get an exit error when programming the device from the GUI tool. The command line tool just hangs (at the same point). <br />
<br />
First the flash area of the M4 (Flash A) gets programmed successfully, then the flash area of the M0 core (Flash B) gets programmed (also successfully). And then area just after the first Flash A gets programmed (only 76 bytes @ address 0x1A0016DC). But this is the points where the trouble starts.<br />
<br />
I get an exit code -1073741819<br />
<br />
I use this command:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">crt_emu_lpc18_43_nxp -g -2 -vendor=NXP -pLPC4357 -s1000 -flash-load-exec &quot;D:\dual_core_test\M4app\Debug\M4app.axf&quot;</code><hr />
</div><b>This is the output of the crt_emu_lpc18_43_nxp tool:</b><br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Ni: LPCXpresso Debug Driver v5.2 (Apr 26 2013 19:52:27 - crt_emu_lpc18_43_nxp.exe build 1153)<br />
Pc: (&nbsp; 0) Reading remote configuration<br />
Nc: Looked for chip XML file in C:/nxp/LPCXpresso_5.2.4_2122/lpcxpresso/bin/LPC4357.xml<br />
<br />
Nc: Looked for vendor directory XML file in C:/nxp/LPCXpresso_5.2.4_2122/lpcxpresso/bin/nxp_directory.xml<br />
<br />
Nc: Found generic directory XML file in C:/nxp/LPCXpresso_5.2.4_2122/lpcxpresso/bin/crt_directory.xml<br />
<br />
Pc: (&nbsp; 5) Remote configuration complete<br />
Pc: ( 30) Emulator Connected<br />
Pc: ( 40) Debug Halt<br />
Pc: ( 50) CPU ID<br />
Nc: Emu(0): Conn&amp;Reset. DpID: 2BA01477. Info: FTVD2TSMA<br />
Nc: SWD Frequency: 1000 KHz. RTCK: False. Vector catch: False.<br />
Nc: Packet delay: 0&nbsp; Poll delay: 0.<br />
Nc: Loaded LPC18x7_43x7_2x512_BootA.cfx: LPC18x7/LPC43x7 Flash 2x512KB @0x1A000000 (Boot Bank A) Aug 17 2012 00:15:43&nbsp; On-chip Flash Memory<br />
<br />
Nc: NXP: LPC4357&nbsp; Part ID: 0x00000000<br />
Pc: ( 65) Chip Setup Complete<br />
Nt: Connected: was_reset=false. was_stopped=false<br />
Cr:v Registered license, download limit of 128K<br />
Pc: ( 70) License Check Complete<br />
Nt: Loading ELF file 'M4app.axf' at location 1A000000<br />
Nt: Writing 5852 bytes to 1A000000 in Flash (assumed clock: 72.0MHz)<br />
Pb: 1 of 1 (&nbsp; 0) Writing pages 0-0 at 0x1A000000 with 5852 bytes<br />
Ps: (&nbsp; 0) Page&nbsp; 0 at 1A000000<br />
Ps: (&nbsp; 0) Page&nbsp; 0 at 1A000000: 4096 bytes<br />
Ps: ( 69) Page&nbsp; 0 at 1A001000: 1756 bytes<br />
Nt: Erased/Wrote page&nbsp; 0-0 with 5852 bytes in 780msec<br />
Pb: (100) Finished writing Flash successfully.<br />
Nt: Flash write Done<br />
Nt: Loading ELF file 'M4app.axf' at location 1B000000<br />
Nt: Writing 716 bytes to 1B000000 in Flash (assumed clock: 72.0MHz)<br />
Pb: 1 of 1 (&nbsp; 0) Writing pages 15-15 at 0x1B000000 with 716 bytes<br />
Ps: (&nbsp; 0) Page 15 at 1B000000<br />
Ps: (&nbsp; 0) Page 15 at 1B000000: 716 bytes<br />
Nt: Erased/Wrote page&nbsp; 15-15 with 716 bytes in 289msec<br />
Pb: (100) Finished writing Flash successfully.<br />
Nt: Flash write Done<br />
Nt: Loading ELF file 'M4app.axf' at location 1A0016DC<br />
Nt: Writing 76 bytes to 1A0016DC in Flash (assumed clock: 72.0MHz)<br />
Pb: 1 of 1 (&nbsp; 0) Writing pages 0-0 at 0x1A0016DC with 76 bytes<br />
Ps: (&nbsp; 0) Page&nbsp; 0 at 1A0016DC</code><hr />
</div><b>From the memory map I read that the data at that point in flash has something to do with:<br />
  </b><div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">*(.isr_vector)<br />
&nbsp;.isr_vector&nbsp; &nbsp; 0x1a000000&nbsp; &nbsp; &nbsp; 0x114 ./src/cr_startup_lpc43xx.o<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a000000&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; g_pfnVectors<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a000114&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; . = ALIGN (0x4)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a000114&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; __section_table_start = .<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a000114&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; __data_section_table = .<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a000114&nbsp; &nbsp; &nbsp; &nbsp; 0x4 LONG 0x1a0016dc LOADADDR (.data)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a000118&nbsp; &nbsp; &nbsp; &nbsp; 0x4 LONG 0x10000000 ADDR (.data)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a00011c&nbsp; &nbsp; &nbsp; &nbsp; 0x4 LONG 0x4c SIZEOF (.data)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a000120&nbsp; &nbsp; &nbsp; &nbsp; 0x4 LONG 0x1a0016dc LOADADDR (.data_RAM2)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a000124&nbsp; &nbsp; &nbsp; &nbsp; 0x4 LONG 0x10080000 ADDR (.data_RAM2)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a000128&nbsp; &nbsp; &nbsp; &nbsp; 0x4 LONG 0x0 SIZEOF (.data_RAM2)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a00012c&nbsp; &nbsp; &nbsp; &nbsp; 0x4 LONG 0x1a0016dc LOADADDR (.data_RAM3)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a000130&nbsp; &nbsp; &nbsp; &nbsp; 0x4 LONG 0x20000000 ADDR (.data_RAM3)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a000134&nbsp; &nbsp; &nbsp; &nbsp; 0x4 LONG 0x0 SIZEOF (.data_RAM3)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a000138&nbsp; &nbsp; &nbsp; &nbsp; 0x4 LONG 0x1a0016dc LOADADDR (.data_RAM4)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a00013c&nbsp; &nbsp; &nbsp; &nbsp; 0x4 LONG 0x20008000 ADDR (.data_RAM4)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a000140&nbsp; &nbsp; &nbsp; &nbsp; 0x4 LONG 0x0 SIZEOF (.data_RAM4)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a000144&nbsp; &nbsp; &nbsp; &nbsp; 0x4 LONG 0x1a0016dc LOADADDR (.data_RAM5)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a000148&nbsp; &nbsp; &nbsp; &nbsp; 0x4 LONG 0x2000c000 ADDR (.data_RAM5)</code><hr />
</div><b><br />
And<br />
</b><br />
  <div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">.rodata.CGU_PERIPHERAL_Info<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a001554&nbsp; &nbsp; &nbsp; 0x188 D:\dual_core_test\CMSIS_LPC43xx_DriverLib\Debug\libCMSIS_LPC43xx_DriverLib.a(lpc43xx_cgu.o)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a001554&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CGU_PERIPHERAL_Info<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a0016dc&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; . = ALIGN (0x4)<br />
<br />
.glue_7&nbsp; &nbsp; &nbsp; &nbsp;  0x1a0016dc&nbsp; &nbsp; &nbsp; &nbsp; 0x0<br />
&nbsp;.glue_7&nbsp; &nbsp; &nbsp; &nbsp; 0x00000000&nbsp; &nbsp; &nbsp; &nbsp; 0x0 linker stubs<br />
<br />
.glue_7t&nbsp; &nbsp; &nbsp; &nbsp; 0x1a0016dc&nbsp; &nbsp; &nbsp; &nbsp; 0x0<br />
&nbsp;.glue_7t&nbsp; &nbsp; &nbsp;  0x00000000&nbsp; &nbsp; &nbsp; &nbsp; 0x0 linker stubs<br />
<br />
.vfp11_veneer&nbsp;  0x1a0016dc&nbsp; &nbsp; &nbsp; &nbsp; 0x0<br />
&nbsp;.vfp11_veneer&nbsp; 0x00000000&nbsp; &nbsp; &nbsp; &nbsp; 0x0 linker stubs<br />
<br />
.v4_bx&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a0016dc&nbsp; &nbsp; &nbsp; &nbsp; 0x0<br />
&nbsp;.v4_bx&nbsp; &nbsp; &nbsp; &nbsp;  0x00000000&nbsp; &nbsp; &nbsp; &nbsp; 0x0 linker stubs<br />
<br />
.ARM.extab<br />
&nbsp;*(.ARM.extab* .gnu.linkonce.armextab.*)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a0016dc&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; __exidx_start = .<br />
<br />
.ARM.exidx<br />
&nbsp;*(.ARM.exidx* .gnu.linkonce.armexidx.*)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a0016dc&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; __exidx_end = .<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x1a0016dc&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _etext = .<br />
<br />
.data_RAM2&nbsp; &nbsp; &nbsp; 0x10080000&nbsp; &nbsp; &nbsp; &nbsp; 0x0 load address 0x1a0016dc<br />
&nbsp;FILL mask 0xff<br />
&nbsp;*(.data.$RAM2*)<br />
&nbsp;*(.data.$RamLoc40*)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x10080000&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; . = ALIGN (0x4)<br />
<br />
.data_RAM3&nbsp; &nbsp; &nbsp; 0x20000000&nbsp; &nbsp; &nbsp; &nbsp; 0x0 load address 0x1a0016dc<br />
&nbsp;FILL mask 0xff<br />
&nbsp;*(.data.$RAM3*)<br />
&nbsp;*(.data.$RamAHB32*)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x20000000&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; . = ALIGN (0x4)<br />
<br />
.data_RAM4&nbsp; &nbsp; &nbsp; 0x20008000&nbsp; &nbsp; &nbsp; &nbsp; 0x0 load address 0x1a0016dc<br />
&nbsp;FILL mask 0xff<br />
&nbsp;*(.data.$RAM4*)<br />
&nbsp;*(.data.$RamAHB16*)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x20008000&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; . = ALIGN (0x4)<br />
<br />
.data_RAM5&nbsp; &nbsp; &nbsp; 0x2000c000&nbsp; &nbsp; &nbsp; &nbsp; 0x0 load address 0x1a0016dc<br />
&nbsp;FILL mask 0xff<br />
&nbsp;*(.data.$RAM5*)<br />
&nbsp;*(.data.$RamAHB_ETB16*)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x2000c000&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; . = ALIGN (0x4)<br />
<br />
.uninit_RESERVED<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x10000000&nbsp; &nbsp; &nbsp; &nbsp; 0x0<br />
&nbsp;*(.bss.$RESERVED*)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x10000000&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; . = ALIGN (0x4)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x10000000&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _end_uninit_RESERVED = .<br />
<br />
.data&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  0x10000000&nbsp; &nbsp; &nbsp;  0x4c load address 0x1a0016dc<br />
&nbsp;FILL mask 0xff<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x10000000&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _data = .</code><hr />
</div>What is going wrong here?<br />
Strangely enough everything goes well when entering a debug session on the M4. Both Flash A and B get programmed, but the last area (where the errors are) is ignored. After a manual reset the program works fine, even without debugger.<br />
<br />
<br />
BTW, version 5.2.2 of LPCXpresso shows no error programming, however the code itself does not run properly. Only when I first invoke a debug session (which includes automatic programming/flashing) the code runs properly afterwards (e.g. after reset/no debugging active). This is this case for both 5.2.2 and 5.2.4. Anybody from Code Red knows the cause maybe? What are the differences in programming/flashing between the debug session and the GUI tool.</div>

]]></content:encoded>
			<category domain="http://knowledgebase.nxp.com/forumdisplay.php?f=4">LPCXpresso Forum</category>
			<dc:creator>wlamers</dc:creator>
			<guid isPermaLink="true">http://knowledgebase.nxp.com/showthread.php?t=4712</guid>
		</item>
		<item>
			<title>Error 2 while Installing Link2  Driver with german W8 PRO / 32</title>
			<link>http://knowledgebase.nxp.com/showthread.php?t=4711&amp;goto=newpost</link>
			<pubDate>Mon, 17 Jun 2013 10:53:52 GMT</pubDate>
			<description><![CDATA[Just tried to update a german W8 PRO /32 PC to  LPCXpresso v5.2.4 [Build 2122] [2013-04-29]. 
 
Got a message: 
 
Attachment 1059...]]></description>
			<content:encoded><![CDATA[<div>Just tried to update a german W8 PRO /32 PC to  LPCXpresso v5.2.4 [Build 2122] [2013-04-29].<br />
<br />
Got a message:<br />
<br />
<a href="http://knowledgebase.nxp.com/attachment.php?attachmentid=1059" target="_blank">Attachment 1059</a><br />
<br />
and the driver isn't installed:<br />
<br />
<a href="http://knowledgebase.nxp.com/attachment.php?attachmentid=1060" target="_blank">Attachment 1060</a><br />
<br />
Trying to install it online or local failed:<br />
<br />
<a href="http://knowledgebase.nxp.com/attachment.php?attachmentid=1061" target="_blank">Attachment 1061</a><br />
<br />
Is there a known issue with german W8/32? Is there someone out there who is using this version and Link2?<br />
<br />
Note: LPCXpresso is working without problems and LPC-Link. Anti-Virus &amp; Firewall are off.</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://knowledgebase.nxp.com/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://knowledgebase.nxp.com/attachment.php?attachmentid=1059&amp;d=1371466118">em1.JPG</a> (30.0 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://knowledgebase.nxp.com/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://knowledgebase.nxp.com/attachment.php?attachmentid=1060&amp;d=1371466125">em2.JPG</a> (17.9 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://knowledgebase.nxp.com/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://knowledgebase.nxp.com/attachment.php?attachmentid=1061&amp;d=1371466132">em3.JPG</a> (39.3 KB)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://knowledgebase.nxp.com/forumdisplay.php?f=4">LPCXpresso Forum</category>
			<dc:creator>R2D2</dc:creator>
			<guid isPermaLink="true">http://knowledgebase.nxp.com/showthread.php?t=4711</guid>
		</item>
		<item>
			<title>Problems Connecting to VM</title>
			<link>http://knowledgebase.nxp.com/showthread.php?t=4710&amp;goto=newpost</link>
			<pubDate>Sun, 16 Jun 2013 23:33:20 GMT</pubDate>
			<description><![CDATA[Hi, 
I'm currently using a MacBook Pro running OS X (10.8.3) and I have a VM (via Parallels Desktop) running XP SP2 with LPCXpresso 5 on it, whenever...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
I'm currently using a MacBook Pro running OS X (10.8.3) and I have a VM (via Parallels Desktop) running XP SP2 with LPCXpresso 5 on it, whenever I try to debug (on a non modified LPC1769 Kit) I get the same message:<br />
&quot;Premature end of file.:null(line:1, Col:1)&quot;<br />
And see that the VM is not detecting my board.<br />
I'm working with another Windows based computers and had to install the VM because I wasn't able to import the Windows Projects on my LPCXpresso running on OS X (they were FreeRTOS projects).<br />
<br />
Parallels Windows detects the board, but not the LPCXpresso on XP SP2. I could initially program the board in the Mac version of LPCXpresso but when I started using freeRTOS i couldn't import existing projects and make them work on the Mac version.<br />
<br />
Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://knowledgebase.nxp.com/forumdisplay.php?f=4">LPCXpresso Forum</category>
			<dc:creator>ewajs</dc:creator>
			<guid isPermaLink="true">http://knowledgebase.nxp.com/showthread.php?t=4710</guid>
		</item>
		<item>
			<title>Strange behaviour using my hardware.</title>
			<link>http://knowledgebase.nxp.com/showthread.php?t=4709&amp;goto=newpost</link>
			<pubDate>Sun, 16 Jun 2013 23:09:57 GMT</pubDate>
			<description>My LPC1114FD/102 board is simular to the NXP 1114 board but without external xtal. 
 
So I modified the UART demo to use the IRC and it downloads...</description>
			<content:encoded><![CDATA[<div>My LPC1114FD/102 board is simular to the NXP 1114 board but without external xtal.<br />
<br />
So I modified the UART demo to use the IRC and it downloads fine.<br />
<br />
But it will not echo chars thru the uart until I disconnect the usb from the lpc-link (cut board). :(<br />
<br />
Anybody see this? <br />
<br />
My application using same uart demo code (w/o) interrupts works on NXP board.<br />
On the nxp board it puts out a signon message and then does an interpreter...<br />
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.<br />
Instead it just echos imput like the uart demo. Even after I erase flash and redownload.<br />
<br />
:confused:</div>

]]></content:encoded>
			<category domain="http://knowledgebase.nxp.com/forumdisplay.php?f=4">LPCXpresso Forum</category>
			<dc:creator>cwpjr</dc:creator>
			<guid isPermaLink="true">http://knowledgebase.nxp.com/showthread.php?t=4709</guid>
		</item>
		<item>
			<title>LPC812 boot problem</title>
			<link>http://knowledgebase.nxp.com/showthread.php?t=4708&amp;goto=newpost</link>
			<pubDate>Sun, 16 Jun 2013 21:40:17 GMT</pubDate>
			<description>When debugging LPC812 all goes fine. 
When Power Up the code will not execute/boot until I assert then release the reset pin. 
Any ideas? 
Thank you....</description>
			<content:encoded><![CDATA[<div>When debugging LPC812 all goes fine.<br />
When Power Up the code will not execute/boot until I assert then release the reset pin.<br />
Any ideas?<br />
Thank you.<br />
MTV2</div>

]]></content:encoded>
			<category domain="http://knowledgebase.nxp.com/forumdisplay.php?f=4">LPCXpresso Forum</category>
			<dc:creator>mvinger</dc:creator>
			<guid isPermaLink="true">http://knowledgebase.nxp.com/showthread.php?t=4708</guid>
		</item>
		<item>
			<title>lpc4357 and external RAM</title>
			<link>http://knowledgebase.nxp.com/showthread.php?t=4707&amp;goto=newpost</link>
			<pubDate>Sun, 16 Jun 2013 10:05:31 GMT</pubDate>
			<description><![CDATA[Hi, 
 
Currently working on a diolan LPC4357 board rev C. 
I'm trying to use external SDRAM with EMC module. 
Does any1 already done it? 
It's seems...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
Currently working on a diolan LPC4357 board rev C.<br />
I'm trying to use external SDRAM with EMC module.<br />
Does any1 already done it?<br />
It's seems I can write something in the ram, but when reading, can't get the right value.<br />
<br />
Any help is welcome.<br />
thx, kabriolin</div>

]]></content:encoded>
			<category domain="http://knowledgebase.nxp.com/forumdisplay.php?f=4">LPCXpresso Forum</category>
			<dc:creator>kabriolin</dc:creator>
			<guid isPermaLink="true">http://knowledgebase.nxp.com/showthread.php?t=4707</guid>
		</item>
		<item>
			<title><![CDATA[Clock & PLL config verification in tool?]]></title>
			<link>http://knowledgebase.nxp.com/showthread.php?t=4706&amp;goto=newpost</link>
			<pubDate>Sat, 15 Jun 2013 19:27:38 GMT</pubDate>
			<description><![CDATA[Is there a way to verify clock and PLL speed and input selection in the debug session? 
 
I'm changing clock stuff and the only notion of the tool...]]></description>
			<content:encoded><![CDATA[<div>Is there a way to verify clock and PLL speed and input selection in the debug session?<br />
<br />
I'm changing clock stuff and the only notion of the tool noticing is during debug download; the assumed clock at flash download programming changes.<br />
<br />
The peripheral views do reflect my clock / pll init values.<br />
<br />
The reason I ask is that my changes should make things faster yet they seem slower!</div>

]]></content:encoded>
			<category domain="http://knowledgebase.nxp.com/forumdisplay.php?f=4">LPCXpresso Forum</category>
			<dc:creator>cwpjr</dc:creator>
			<guid isPermaLink="true">http://knowledgebase.nxp.com/showthread.php?t=4706</guid>
		</item>
		<item>
			<title>realloc problem?</title>
			<link>http://knowledgebase.nxp.com/showthread.php?t=4705&amp;goto=newpost</link>
			<pubDate>Fri, 14 Jun 2013 22:11:09 GMT</pubDate>
			<description><![CDATA[Hello, 
I am using  LPCXpresso v5.2.2 [Build 2108]. 
I am trying to use realloc function from stdlib.h (Redlib - semihost). 
 
For test I am calling...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
I am using  LPCXpresso v5.2.2 [Build 2108].<br />
I am trying to use realloc function from stdlib.h (Redlib - semihost).<br />
<br />
For test I am calling this part of code in the loop:<br />
<br />
void* ptr1 = NULL;<br />
void* ptr2 = NULL;<br />
ptr1 = realloc(NULL, 300);<br />
ptr2 = realloc(ptr1, 301);<br />
//free(ptr1);<br />
free(ptr2);<br />
<br />
When deallocation of ptr1 is commented-out, code crashes very soon.<br />
But, in case free(ptr1); is commented, code is running without any crash.<br />
From description of realloc function, old space should be deallocated automatically, but from this test it looks different. Manual deallocation is needed. <br />
<br />
Can someone explain whats going on here?<br />
Thank you</div>

]]></content:encoded>
			<category domain="http://knowledgebase.nxp.com/forumdisplay.php?f=4">LPCXpresso Forum</category>
			<dc:creator>Lumos</dc:creator>
			<guid isPermaLink="true">http://knowledgebase.nxp.com/showthread.php?t=4705</guid>
		</item>
	</channel>
</rss>
