Content originally posted in LPCWare by woodchuck on Wed Nov 28 23:56:40 MST 2012
I've had essentially no problem using LPCXpresso boards for a long time, but now I'm trying to develop with a new chip. I followed the tutorial in LPCXpressoGettingStarted.pdf to create a new project for the new target. The simple main.c program (the one that immediately jumps into an endless loop) downloads and runs just fine on the new target.
So what I want to know is what is the official, slick, proper way to import the needed header files (like timer16.h) so that I can have the processor do something more than endless loops?