<?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 LPC2388 sample code library  in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC2388-sample-code-library/m-p/797019#M32059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to implement a UART RS485 communication using a Custom board LPC2388 both for master and slaves, but before that I want to clear some concept by referring peripheral examples. I found a web base example at keil, but not for a&amp;nbsp; peripheral examples and other library source code for LPC2388. Can you please help me to get the library source code file for lpc2388 and for UART RS485 master slave communication.&lt;/P&gt;&lt;P&gt;warm regards&lt;/P&gt;&lt;P&gt;Mohammad Faizan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2018 09:24:56 GMT</pubDate>
    <dc:creator>mohammadfaizan</dc:creator>
    <dc:date>2018-06-20T09:24:56Z</dc:date>
    <item>
      <title>LPC2388 sample code library</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC2388-sample-code-library/m-p/797019#M32059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to implement a UART RS485 communication using a Custom board LPC2388 both for master and slaves, but before that I want to clear some concept by referring peripheral examples. I found a web base example at keil, but not for a&amp;nbsp; peripheral examples and other library source code for LPC2388. Can you please help me to get the library source code file for lpc2388 and for UART RS485 master slave communication.&lt;/P&gt;&lt;P&gt;warm regards&lt;/P&gt;&lt;P&gt;Mohammad Faizan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 09:24:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC2388-sample-code-library/m-p/797019#M32059</guid>
      <dc:creator>mohammadfaizan</dc:creator>
      <dc:date>2018-06-20T09:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: LPC2388 sample code library</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC2388-sample-code-library/m-p/797020#M32060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mohammad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can download the complete Software Bundle drivers for Keil or IAR from the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/lpc-cortex-m-mcus/lpc2000-arm7-mcus/arm7-with-512-kb-flash-98-kb-sram-ethernet-usb-2.0-device-host-otg-can-and-10-bit-adc:LPC2388FBD144?tab=Design_Tools_Tab" title="https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/lpc-cortex-m-mcus/lpc2000-arm7-mcus/arm7-with-512-kb-flash-98-kb-sram-ethernet-usb-2.0-device-host-otg-can-and-10-bit-adc:LPC2388FBD144?tab=Design_Tools_Tab"&gt;Arm7™ with 512 kB flash, 98 kB SRAM, Ethernet, USB 2.0 Device/Host/OTG, CAN, and 10-bit ADC|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;TIC Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 16:43:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC2388-sample-code-library/m-p/797020#M32060</guid>
      <dc:creator>jamesbone</dc:creator>
      <dc:date>2018-06-20T16:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: LPC2388 sample code library</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC2388-sample-code-library/m-p/797021#M32061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks jamesbone,&lt;/P&gt;&lt;P&gt;I get started with my custom board, so, first I tried to blink the LEDs which is connected on port4 P4.6 and P4.7 of my custom board.&amp;nbsp; Code is running well on a simulator but when I burn the hex code, not able to toggle the LEDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;LPC23xx.h&amp;gt;&lt;BR /&gt;int delay;&lt;/P&gt;&lt;P&gt;int main (void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;PINSEL8 = 0x00000000;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FIO4DIR = 0x0000F000; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;while (1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FIO4SET = 0x0000F000; // Set Logic 1 to all the PORT4 pins i.e. turn on LEDs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for (delay = 0; delay&amp;lt;500000; delay++);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FIO4CLR = 0x0000F000; // Set Logic 0 to all the PORT4 pins i.e. turn off LEDs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for (delay = 0; delay&amp;lt;500000; delay++);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;return 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me,&lt;/P&gt;&lt;P&gt;warm regards&lt;/P&gt;&lt;P&gt;Mohammad Faizan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jun 2018 10:41:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC2388-sample-code-library/m-p/797021#M32061</guid>
      <dc:creator>mohammadfaizan</dc:creator>
      <dc:date>2018-06-23T10:41:25Z</dc:date>
    </item>
  </channel>
</rss>

