Ok, maybe this is obvious to many of you, and maybe I just didn't see it in the user's guides - how do I open KSDK demos in KDS? Do I start a new project and replace "main.c" with the source code in the demo's \src directory, or is there a better way to open the demo as a complete project? I'm new at this, so please bear with me!
On a related note, what's a good way to include all the necessary .h files? Right now, this is my quite cumbersome process:
1. Build project
2. get error stating that a particular .h file is missing
3. search my KSDK installation file for the particular .h file
4. add the .h file
5. repeat the process until build gives no errors.
There MUST be a better, more logical way to do this. Can anyone help?
BTW, I'm using a FRDM-K22F board. I don't know if that makes a difference.
Jeff