element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Technical Library
  • Products
  • Dev Tools
  • Technical Library
  • More
  • Cancel
Technical Library
Documents element14: Software examples and demos for the LPC4357-EVB
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Technical Library to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: vandana
  • Date Created: 15 Jan 2013 9:42 PM Date Created
  • Last Updated Last Updated: 8 Oct 2021 7:00 AM
  • Views 3130 views
  • Likes 0 likes
  • Comments 21 comments
Related
Recommended

element14: Software examples and demos for the LPC4357-EVB

This document lists the available software examples and demos for the LPC4357-EVB; Details on the examples and testing are provided in the User Manual.

 

Simply click on the links to download the code!

 

Examples 1 - Core & Drivers - (required for all examples)

Examples 2 - GPIO, SDRAM, I2C - Accelerometer, USB, LCD, Touch Screen

Examples 3 - I2S

Examples 4 - Dual-Core

Examples 5 - SD Card

 

Demo 1 - emWin Graphics

Demo 2 - Micrium uC/OS-III

  • Share
  • History
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • Former Member
    Former Member over 12 years ago +1
    Following the instructions on the enclosed 'Quick start guide' does not result in the driver for the VCOM installing. If this product is not compatible with Windows 8 or 64-bit Windows 7 then put that…
  • Former Member
    Former Member over 10 years ago

    Had a similar issue on Windows 7 x64. Solved with good quality USB cable and correct USB port selection.

     

    The issue was actually in USB port I've been using. Software uses USB device discovery features that requires full USB data cable (no the chap one) and full USB protocol standard support from the controller. So to say, many "front panel" USB 2.0/3.0 ports are also missing full USB support. So I end up connecting my board to the rear USB 1.0/2.0 port (they are usually the first 2-3 ports, where people used to plug mouse and keyboard before). All works like a charm.

     

    I had a very similar issue with Sony camcorder about a year before as well.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 10 years ago

    I've been working for a month on a board. Hardware is nice and reliable, the board includes almost everything you need to harness the power of LPC4300 system. One this missing is ethernet phy IC.

     

    Be careful of DNP (do not populate, ie missing) components in shematics. There is no second U15 flash chip. Audio input is wired for microphone, not for line in (resistors R29 to R32 need to be reconfigured for line in to function properly).

     

    You can use DFU to upload software via USB (without debugger), but once you write valid image to internal flash, you can no longer use DFU. I added jumper to my board to be able to pull-up P2_7, which enables DFU on reset even with valid image.

     

    The documentation is horrible, best throw it all away and double-check everything yourself. Boot switches are upside-down and reversed, so that table in user manual is just plain wrong. Sample code included on this site is of lowest quality I've ever seen in published software, and parts of it are not even for this board but for Hitex dev kit! Element14 should just remove this code base, it does nothing but waste our precious time.

     

    In my opinion, the best thing to do is to download newest LPCOpen lib and port the HAL layer (board.c and board_sysinit.c) to this board. I've been able to get it up and running on linux with free tools (arm gcc toolchain, openocd, buspirate as jtag adapter, gdb).

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 10 years ago

    For people who are still fighting to get the board to work in the demo out of the box

     

    J2 jumpers:   off, on on on.  

    download these drivers:  LPCOpen software platform USBD Library drivers for Windows | www.LPCware.com

    (this worked with version 1.2).

    modify lpc-ucom-vcom.inf and change all references of the PID 0083 to 2002

    Plug in the device, point it to that file.

    Open up a terminal session

     

    Buttons 1-5 are the buttons on the board (k1-5), not the your 101 keyboard.

    It should print out "You are pressing key0" or the like.

     

    Horrible, horrible documentation and support.  

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 11 years ago

    Hello all, could you help me about wichi flash programming algorithm did you use ?

    I tried many options but without good results, I'm using keil mdk with ulink2.

    Thanks for any help.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 11 years ago

    Hey, this is getting very annoying, could you please provide al link at least to the cores ?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 11 years ago in reply to Fossetics

    Fixing these broken links has been assigned ticket numbers PRE-2019 and PRE-2031.

    How to deal with all the broken links after your great UPDATE ?

    broken links in "NXP: LPC4357-EVB Development Kit"

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Fossetics
    Fossetics over 11 years ago

    How do I get driver, examples etc?  Nearly everything comes up with Broken Link including http://www.element14.com/solutions/http://www.element14.com/community/solutions/8065

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • smartengineer
    smartengineer over 11 years ago

    Confirmed. Link to examples and demos look like

    http://www.element14.com/solutions/http://www.element14.com/community/solutions/8065

    for example. Please check the links. Thank you. image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 11 years ago

    Link seems to be broken. I can not download the examples..

     

    Regards

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 12 years ago

    Yes, lan Dalziel's methos is valid with Windows XP, but with Windows7 64bit - fail. Driver is  compatible with Windows7 64bit ?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube