
Rev. 1.0 (February 2012) 2 © DLP Design, Inc.
2.0 MAVRK QUICK START GUIDE
This guide requires the use of a MAVRK platform (purchased separately).
1. Connect the DLP-MAV-LCD1 module to one of the four LTE positions on the MAVRK platform
via the connector on the bottom side of the DLP-MAV-LCD1 module:
Figure 1: MAVRK Board with DLP-MAV-LCD1 Installed in Position AFE #4
2. Install the firmware as described on the MAVRK wiki pages:
http://processors.wiki.ti.com/index.php/MAVRK_Introduction, specifically the “How do I
get started with MAVRK?” section. Begin by creating a SVN folder at C:\svn.
3. Once installed, locate the project:
C:\svn\mavrk\mavrk_embedded\Modular_EVM_Projects\System_Demo_Projects\MSP43
0F5438-MVK_UART_Passthrough
4. Open the project in Code Composer 5.1 or later.
5. Find the file “MSP430F5438_UART_Passthrough_main.c”, then edit the following lines in the
function main():
// mvk_Configure_UART_Passthrough (MAVRK_UART_RF, MAVRK_UART_TUSB);
// mvk_Configure_UART_Passthrough (MAVRK_UART_TUSB, MAVRK_UART_RF);
6. Add the following lines in the function main() under the ones you just commented out above:
mvk_Configure_UART_Passthrough (MAVRK_UART_P1P2, MAVRK_UART_TUSB);
mvk_Configure_UART_Passthrough (MAVRK_UART_TUSB, MAVRK_UART_P1P2);
7. Rebuild the project, and reload the MAVRK platform with your new flash.