I want to include header file in my project The header file contains all the declarations. Can i use text file for the same purpose.
A header file (.h) is a kind of text file. It just happens to contain C syntax and has a conventional file name extension. Once you compile a .c, the headers on which it depends appear in uVision. You can edit the headers by double-clicking the file, as with the .c's.