Wide-Vin Smart Battery Charger with MSP430 and bq Fuel Gauge
Texas Instruments, Inc.

********************************************************************************
Revision History
********************************************************************************
Ver 1.0 - Initial Revision
********************************************************************************
NOTES:
-This folder contains the source code and project files for the SLAA476 application report 
"Wide-Vin Battery Charger Using SMBus Communication Interface Between MSP430 MCUs 
and bq Fuel Gauges"
-The Hardware folder contains the schematic and gerber files for the MSP430 Daughterboard
and Power Stage Board files. 
-The Software folder contains the source code and project files for IAR and CCS IDE. 
-The IAR folder contains the project files compatible with IAR Embedded Work 
Bench 5.1 or higher.
The CCS folder contains the project files compatible with Code Composer 
Studio 4.2.1 or higher
********************************************************************************
Ver 1.1 
********************************************************************************
NOTES:
-Added Bill Of Materials (BOM) information for the MSP430 and Power Stage Boards.
-Updated the schematic of the 60V Power Stage Board
********************************************************************************
Project File Listing
********************************************************************************
|
|--Hardware				: Folder containing hardware files
   |--MSP430 Daughterboard	: Folder with MSP430 Daughterboard files
	|--MSP430_Daughterboard_PMP5385-E5.pdf		: MSP430 Daughterboard schematic in PDF 
	|--MSP430_Daughterboard_PMP5385-E4_bom.xls	: Board Bill of Materials (BOM)
   |--Power Stage Board		: Folder with Power Stage Board files
	|--40V_Power_Stage	: Folder with 40V Power Stage Board files
                 |--40V_Power_Stage_Board_PMP5306_RevD5.pdf	: Schematic in PDF
                 |--40V_PMP5306_REVD_bom.XLS			: Board Bill of Materials (BOM)
                 |--40V_PMP5306_REVD_GERBER.ZIP		: Zip file with PCB Gerber files
             |--60V_Power_Stage	: Folder with 60V Power Stage Board files
                 |--60V_Power_Stage_PMP5313_REVB1.pdf		: Schematic in PDF
                 |--60V_Power_Stage_PMP5313_REV-B_BOM.xls	: Board Bill of Materials (BOM)
                 |--60V_Power_Stage_PMP5313B_GBR.ZIP		: Zip file with PCB Gerber files
|--Software				: Folder with source code in C
   |--CCS				: Code Composer Studio v4.1 Files
	|--Wide_Vin_Battery_Charger		: Project Folder
	   |--F5XX_6XX_Core_Lib			: Folder containing Core Libraries for 5xx/6xx devices
		|--hal_pmm.c			: Hardware Abstraction Library Source for Power Management Module
		|--hal_pmm.h			: Hardware Abstraction Library Header for Power Management Module
	   |--demo.c		: Source file with demo function calls
	   |--demo.h		: Header file with demo function calls
	   |--device.h		: Header File with device specific header file declaration
	   |--init.c		: Source file with initialization functions
	   |--init.h		: Header file with initialization functions
	   |--led.c			: Source file with LED functions
	   |--led.h			: Header file with LED functions
	   |--main.c		: Source file with main() and battery charger application functions
	   |--misc.c		: Source file with miscellaneous functions
	   |--misc.h		: Header file with miscellaneous functions
	   |--pwm.c			: Source file with PWM functions
	   |--pwm.h			: Header file with PWM functions
	   |--smbus.c		: Source file with SMBus functions
	   |--smbus.h		: Header file with SMBus functions
	   |--lnk_msp430f5510.cmd	: Linker Command File for MSP430F5510
	   |--MSP430F5510.ccxml	: MSP430F5510 Target Configuration File
   |--IAR				: IAR Embedded Workbench v5.10 Files
	|--Wide_Vin_Battery_Charger		: Project Folder
	   |--F5XX_6XX_Core_Lib			: Folder containing Core Libraries for 5xx/6xx devices
		|--hal_pmm.c			: Hardware Abstraction Library Source for Power Management Module
		|--hal_pmm.h			: Hardware Abstraction Library Header for Power Management Module
	   |--demo.c		: Source file with demo function calls
	   |--demo.h		: Header file with demo function calls
	   |--device.h		: Header File with device specific header file declaration
	   |--init.c		: Source file with initialization functions
	   |--init.h		: Header file with initialization functions
	   |--led.c			: Source file with LED functions
	   |--led.h			: Header file with LED functions
	   |--main.c		: Source file with main() and battery charger application functions
	   |--misc.c		: Source file with miscellaneous functions
	   |--misc.h		: Header file with miscellaneous functions
	   |--pwm.c			: Source file with PWM functions
	   |--pwm.h			: Header file with PWM functions
	   |--smbus.c		: Source file with SMBus functions
	   |--smbus.h		: Header file with SMBus functions
	   |--Wide_Vin_Battery_Charger.ewp	: IAR Project File
	   |--Wide_Vin_Battery_Charger.eww	: IAR Workspace File
   |--Wide-Vin_Battery_Charger_Software_Manifest.html	: Software Manifest Document (HTML)
|--README.txt                 : This file