
//Directory structure


				AppNotexx
				    ||
				    \/
     -----------------------------------------------------------------------------
     -----------------------------------------------------------------------------
      ||                       ||                      ||                      ||
      \/                       \/                      \/                      \/
     build                  include                   src                     CMM
      ||                       ||                      ||                      ||     
      \/                       \/                      \/                      \/
     soc                      soc                     soc             ------------------
      ||                       ||                      ||             ------------------
      \/                       \/                      \/              ||            ||
-------------------    -------------------     -----------------       \/            \/
-------------------    -------------------     -----------------     MPC5746C    MPC5748G
 ||         ||           ||           ||        ||           ||
 \/         \/           \/           \/        \/           \/
MPC5746C MPC5748G      MPC5746C   MPC5748G    MPC5746C    MPC5748G





1. Project file and linker descriptor file for MPC5746C are at "AppNotexx/build/soc/MPC5746C"
2. Project file and linker descriptor file for MPC5748G are at "AppNotexx/build/soc/MPC5748G"
3. Source files are in src folder.
4. Application files are at "AppNotexx/src"
5. Clock configuration file for MPC5746C is at "AppNotexx/src/soc/MPC5746C"
6. Clock configuration file for MPC5748G is at "AppNotexx/src/soc/MPC5748G"
7. Common header files are in include folder.
8. Header file for MPC6746C is at "AppNotexx/include/soc/MPC5746C" 
9. Header file for MPC6748G is at "AppNotexx/include/soc/MPC5748G" 
10. CMM file for MPC5746C is at "CMM/MPC5746C"
11. CMM file for MPC5748G is at "CMM/MPC5748G"






