User manual

LPC3250 Developer’s Kit v2 - User’s Guide
Page 49
Copyright 2013 © Embedded Artists AB
A USB driver must be installed on the PC/laptop in order for the virtual COM port to be created. See
FTDIs installation guides for details how to install the driver for different operating systems:
http://www.ftdichip.com/Support/Documents/InstallGuides.htm
5.3 Building Sample Applications
A bundle with sample applications is available at Embedded Artists’ support site. These applications
illustrate the use of different peripherals on both the LPC3250 OEM Board and the OEM Base Board.
The sample applications have been developed using the Common Driver Library (CDL) framework
developed by NXP.
The CDL framework contains start-up code, initialization of clocks and drivers for the peripherals on
the microcontroller. The file structure, see figure below, is organized in a way where chip specific code
is separated from board specific code and the structure also supports using different build environment
such as CodeSourcery’s GNU tools or Keil’s uVision.
Figure 27 Common Driver Library Structure