<?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 LPC4353 examples? in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4353-examples/m-p/554227#M14701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sixten11 on Thu Nov 05 14:40:46 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This might be a long shot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't find many examples using the LPC4353 (?). I'm very new to all this, but I learn by trial and error/reading code/putting it together. Is there any equivalent LPC (older, newer?) where I can use the code 1:1?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does any of you have a USART/SPI example - eg. sending data from a Raspberry or via. the USB to the board? Basically I want to send text strings using either USART or SPI/other (terminated by \n) to the LPC4353.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using a dev board.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:38:41 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:38:41Z</dc:date>
    <item>
      <title>LPC4353 examples?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4353-examples/m-p/554227#M14701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sixten11 on Thu Nov 05 14:40:46 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This might be a long shot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't find many examples using the LPC4353 (?). I'm very new to all this, but I learn by trial and error/reading code/putting it together. Is there any equivalent LPC (older, newer?) where I can use the code 1:1?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does any of you have a USART/SPI example - eg. sending data from a Raspberry or via. the USB to the board? Basically I want to send text strings using either USART or SPI/other (terminated by \n) to the LPC4353.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using a dev board.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:38:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4353-examples/m-p/554227#M14701</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4353 examples?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4353-examples/m-p/554228#M14702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Thu Nov 05 21:30:32 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi sixten11,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use LPC4357 code from below link&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Flpcopen-software-development-platform-lpc43xx-packages" rel="nofollow" target="_blank"&gt;https://www.lpcware.com/content/nxpfile/lpcopen-software-development-platform-lpc43xx-packages&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The difference between LPC4357 and LPC4353 is the flash size. LPC4357 has two banks of 512KB flash each, whereas LPC4353 has 2 banks of 256KB flash each. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You will have to change board library according to your board.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:38:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4353-examples/m-p/554228#M14702</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4353 examples?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4353-examples/m-p/554229#M14703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sixten11 on Fri Nov 06 00:26:21 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: mc&lt;/STRONG&gt;&lt;BR /&gt;Hi sixten11,&lt;BR /&gt;Use LPC4357 code from below link&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Flpcopen-software-development-platform-lpc43xx-packages" rel="nofollow" target="_blank"&gt;https://www.lpcware.com/content/nxpfile/lpcopen-software-development-platform-lpc43xx-packages&lt;/A&gt;&lt;BR /&gt;The difference between LPC4357 and LPC4353 is the flash size. LPC4357 has two banks of 512KB flash each, whereas LPC4353 has 2 banks of 256KB flash each. &lt;BR /&gt;You will have to change board library according to your board.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi mc,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Great, thanks a lot for your quick reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had some trouble figuring out the differences between LPC4357 and LPC4353 - I see a lot of examples for LPC4357, but none for LPC4353; which obviously makes sense, if only the flash size is the difference. If I read your reply correctly, I should be able to use examples for LPC4357 on my LPC4353.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:38:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4353-examples/m-p/554229#M14703</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4353 examples?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4353-examples/m-p/554230#M14704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Fri Nov 06 07:02:18 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, most of the examples will fit within one bank (256KB) itself. For difference between LPC4353 and LPC435,7 please see page 17/1433 of UM10503 Rev. 1.9 — 18 February 2015&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:38:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4353-examples/m-p/554230#M14704</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4353 examples?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4353-examples/m-p/554231#M14705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sixten11 on Wed Nov 11 02:49:29 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Mc, just wanted to let you know that the LPC43xx CDC example is working fine. Thanks again for your assistance :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:38:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4353-examples/m-p/554231#M14705</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4353 examples?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4353-examples/m-p/554232#M14706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Wed Nov 11 10:45:32 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi sixten11,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am glad I was able to help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:38:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4353-examples/m-p/554232#M14706</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:38:44Z</dc:date>
    </item>
  </channel>
</rss>

