i have written the C code complied it with 0 error and 0 warnings.
now how can i divide this codes into small c codes in same project.
please help me as i am new to embedded world
You mean, the compiler finds 0 errors?
But the compiler can only find syntax errors - it cannot tell if your project is well-organised, easily maintainable, reliable, etc...
In fact, 0 errors and 0 warnings doesn't even mean that your program will work!
thanks i got the problem, it was that when i am calling a function which where in the different C file was not linked with other C files of projects
thanks to all of u.
now my project is working