Texas Instruments DLP® LightCrafter™ Evaluation Module DLPLIGHTCRAFTER DLPLIGHTCRAFTER 데이터 시트

제품 코드
DLPLIGHTCRAFTER
다운로드
페이지 68
Chapter 3
DLPU006C – January 2012 – Revised December 2013
Developing with the DLP LightCrafter
This chapter describes the tools needed to develop the DLP LightCrafter GUI, MSP430 firmware, and TI's
DVSDK.
3.1
Compiling the GUI Using QT Creator
To compile the DLP LightCrafter GUI, follow these steps:
1. Download QT5.1 from
2. Install QT5.1
3. Open QT Creator
4. Open the "LightCrafterGUI.pro" from the GUI source folder
5. Build the project
3.2
Compiling the MSP430 Firmware Using Code Composer
To compile the MSP430 firmware for DLP LightCrafter, follow these steps:
1. Download Code Composer Studio(CCS) v4.0 from the link,
2. Open the CCS and Import the project by navigating to, Project--> Import Existing CCS Eclipse Project
3. Browse for the downloaded MSP430v3 source files and click 'Finish'
4. Compile this by building the project in Release/ Debug mode.
5. The build creates a "MSP430.hex" file
6. Copy the MSP430.hex file from the Debug/ Release folder and Paste it in MSP430v3 directory
7. Open the MSDOS command terminal and navigate to this location
8. Execute the MSP430BIN.EXE to merge the Bootstrap loader with this code as follows,
MSP430BIN.EXE -b MSP430_BOOT.hex -m MSP430.hex - o lcrmsp430v25_full.hex Where,
lcrmsp430v3.hex is the output file name
This command creates two files in the same directory: lcrmsp430v25_full.hex lcrmsp430v25_full.txt
9. Using the GUI, load lcrmsp430v3.txt file in the "Upgrade / Splash" tab.
The LightCrafter GUI only accepts .txt file for the upgrade.
10. Remove the power and USB cables from the LightCrafter for a complete shutdown
3.3
Developing with the TI DVSDK
To compile the TI DVSDK for the DLP LightCrafer's DM365, follow these steps:
1. Install the DVSDK Linux build from
./ti-dvsdk_dm365-evm_4_02_00_06 --forcehost
--forcehost allows installations on systems other than Ubuntu 10.04
2. Install the Code Sourcery toolchain from
3. Install the latest DLP LightCrafter DM365 DVSDK from DLP LightCrafter's tool page
4. Follow the instructions from the "DVSDK for LightCrafter.doc" document installed with DLP LightCrafter
DM365 DVSDK.
55
DLPU006C – January 2012 – Revised December 2013
Developing with the DLP LightCrafter
Copyright © 2012–2013, Texas Instruments Incorporated