Content originally posted in LPCWare by NXP_Europe on Wed May 30 08:32:22 MST 2012
There is a much simpler solution than adding own linker scripts...
- Import CMSIS project into workspace.
- Choose new project -> "LPCXpresso C project".
- In the final step of the wizard point to the CMSIS project where it sais "CMSIS library to link project to".
- Copy uart.c, uart.h and type.h to the new project.
- Add location of uart.h and type.h to the search path.
- Build the project.
Or, even simpler, just edit the main.c of the UART example.
Regards,