Content originally posted in LPCWare by CodeRedSupport on Wed Apr 07 08:45:23 MST 2010
Can you confirm the actual name of your blinky project?
If it is LPCXpresso1343_blinky / LPCXpresso1114_blinky, then you need to also ensure that the library project LPC13_Lib / LPC11_Lib also exists in the workspace.
If the project name is just "blinky", then all the required files (other than the CMSIS ones) will be contained in the blinky project itself.
[ == Aside ==
The reason for the difference is that there are two sets of examples for each of LPC13 / LPC11. The one set is a reduced set of examples, which basically just provide a number of different ways of flashing the LED - aimed mainly at those who just have the lpcxpresso processor card. This reduced set of examples places some shared code into a library project.
The second set contain a wider set of examples, covering more of the peripherals contained in the MCU - but which in some cases require additional hardware. This second set of examples do not use this shared library project.
]
Regards,
CodeRedSupport.