element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • 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
RoadTests & Reviews
  • Products
  • More
RoadTests & Reviews
RoadTest Forum Review - LPCXpresso LPC1114 again
  • Blogs
  • RoadTest Forum
  • Documents
  • RoadTests
  • Reviews
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join RoadTests & Reviews to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 1 reply
  • Subscribers 2563 subscribers
  • Views 327 views
  • Users 0 members are here
  • RoadTest
  • codered
  • lpc1114
  • cortex
  • review
  • lpcxpresso
  • nxp
  • kit
Related

Review - LPCXpresso LPC1114 again

bbolo1
bbolo1 over 15 years ago
Evaluation of the LPCXpresso LPC1114FBD48/301,1LPC1114FBD48/301,1 Board
 
The “package”
The LPCXpresso board comes in a shock protection envelope. The only things that can be found inside are the board itself and a paper card with a coupon (for Embedded Artist site purchase) and a link to an NXP page for support.
A really good resource is the LPCXpresso getting started guide available at: http://ics.nxp.com/support/documents/microcontrollers/pdf/lpcxpresso.getting.started.pdf , which gives you all the necessary information for getting you up and running in shortest time.
 
The target
The board itself is a clean design with the USB debugger on one side and the target LPC1114FBD48/301,1LPC1114FBD48/301,1 mcu on the other side.
The LPC1114FBD48/301,1LPC1114FBD48/301,1 target comes in a 48 pin, 0.5mm pitch package. Besides that there’s an LED, some passive components and 2 , 1 way headers, each having 27 pins spaced at 100mil which helps a lot when prototyping. The pins are named by their function (e.g. MOSI, MISO, SCK, I2C-SDA, I2C-SCL, …) but not all of them are actually connected (e.g. the LPC1114FBD48/301,1LPC1114FBD48/301,1 doesn’t have USB, so the USB-DM and USB-DP have no use).
 
The IDE
The IDE comes from CodeRed and it is based on Eclipse. The installation kit is 140MB (for version 3.4). After installing it together with the drivers for the debugger you need to obtain a licence. After registering a valid e-mail you’ll receive the activation code. This gives you a full licence with a debug limit(load limit) of 128KB. I started it and then I imported the example projects for LPC11xx. The examples are copied inside the IDE’s installation folder.
Another thing about CodeRed which I’ve found to be particularly interesting is the Quickstart Panel. I had some issues when I tried to debug the “blinky” project and it was caused by some weird Eclipse debug configuration options. By using the Quickstart panel I avoided these problems, so use it with confidence.
 
Debugger
The USB debugger is built around LPC3154 which has high-speed transfer capabilities (480Mbps). When plugged, the debugger presents itself as USB DFU(Device Firmware Upgrade) class and when debugging, the appropriate firmware is loaded into the LPC3154. This is a neat way to provide a flexible and adaptable debugger for which support of newer MCUs will be only a matter of loading the right firmware.
Running at 480Mbps, the debugger moves fast and it is quite an improvement (in terms of speed) from other USB debugger (e.g. XDS100v1 from TI which runs only at 12Mbps)
The JTAG signals are buffered by 2 x LVC125 and a LVC126 chip, thus protecting the LPC3154 pins against destruction.
The board and the debugger can be physically separated and the JTAG signals from the debugger will be available either at an 8 pin, single way header or at a 2x5 pins header.
 
Application examples
Among the provided examples another important one is the console print example which makes use of semihosting. This is quite useful when debugging projects without the use of let’s say serial ports. This feature comes at a cost and as stated in the readme of this project, the code on the target CPU will appear to run slower.
 
I have to mention 2 other great reviews on this board:
http://www.element-14.com/community/thread/4123?tstart=0
http://www.element-14.com/community/thread/4138?tstart=0
 
The board even though is cheap offers you the following:
  • a nice Cortex-M0 MCU on a friendly prototyping board
  • a fast debugger with upgrade capabilities in order to support future MCUs
  • a full featured IDE, only the debug limit being at 128KB
  • one of the best Eclipse based IDEs I’ve worked with (CodeRed)

 

Bogdan

 
  • Sign in to reply
  • Cancel
  • lahcen005
    lahcen005 over 14 years ago

    Nice review, I've also worked with LPCexpresso Board. thank you

     

    Lahcen

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • 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