Tool/software: TI C/C++ Compiler
In the compiler linker file memory page has to be mentioned as Page: 0 for executable and Page : 1 for data, nevertheless all the memory has been mentioned as Page: 0. Is there any consequences due to this declaration. if not the what is significance of using Page: 0 or Page: 1 in the memory declaration.