We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
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.