This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

can u please explain how to include system_lpc17xx.c

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

Parents
  • 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.

Reply
  • 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.

Children
No data