hay can u please explain how to include system_lpc17xx.c file? because Im trying to include it normally like #include "system_lpc17xx.c" .. but it is not shot working. even I copied system_lpc17xx.c file in the folder where my project file is present
Add the file to a group in the project like you'd add any other file?
Im trying to include it normally like #include "system_lpc17xx.c"
Since when is it normal to #include *.c files?
What use is it to have both *.h and *.c files if they are used identically?
As noted, you add the file to your project. Adding it to the directory will not mean anything.