1Code Composer
1
In Code Composer for the Application project remove the include option for the board file:2
Remove the board.c file from the project:3
Navigate to the following path and copy the board.h and board.c files:4
Paste them in the Application project’s source folder:5
Add the files to your project:6
Remove the LCD files:7
Remove the following pre defines:8
Remove this call:9
You should remove any reference to the LCD from your application.10
If using UART comment out the following line and replace it with the line below: #if defined(__TI_COMPILER_VERSION__) #pragma DATA_SECTION(UART_config, ".const:UART_config") //#pragma DATA_SECTION(uartCC26XXObjects, ".const:uartCC26XXObjects") #pragma DATA_SECTION(uartCC26XXHWAttrs, ".const:uartCC26XXHWAttrs") #endif
1IAR
1
In IAR for the Application project remove the include option for the board file:2
Remove the board.c file from the project:3
Navigate to the following path and copy the board.h and board.c files:4
Paste them in the Application project’s source folder:5
Add the files to your project:6
Remove the LCD files from your application:7
Remove the two following preprocessor defines:8
Comment out the line that opens the LCD in your application:9
You should remove all references to the LCD in your application.