//////////////////////// Controller code for Longmax DC/DC converter //////////////////////////

Controller target: 	LAUNCHXL-28379D
Control target:		Longmax DC/DC

////////// Folder description:
//Code(cpu1and2)://
Contains the all necessary files to be added into the project. Note that since the programs need to be run on two cores, there are two main files in the folder 'Long_max_DCDC_28379D_cpu01.c' and 'Long_max_DCDC_28379D_cpu02.c'. Load corresponding file in proper CPU.

Files with name of 'F2837xD_xxx.c'are built-in functions in CCS.

Important files:
..ADC_config_28379D.c.. 			Functions to configure ADC registers
..EPWM_config_28379D.c.. 		Functions to configure EPWM registers
..Function_define_Longmax_28379D.h..	Headers for '.c' file
..Function_define_Longmax_28379D.c..	Functions used in the program
..shared_var_longmax_28379D.h..		Shared variable defines between CPU 1 and 2
..local_var_longmax_28379D_cpu01.h..	Local variable defines for CPU 1

//Includes//
Load this folder into include path in project property

//Linkers//
Two folders under it:
CPU1: add all files into CPU1 linkers in project property
CPU2: add all files into CPU2 linkers in project property

//Longmax_expressionwindow.txt//
CCS debug window import file (not yet included, waiting for testing)