1. Preparation
1. SDK version: simplelink_cc13x0_sdk_1_60_00_21
2. Development tools: IAR (Embedded Workbench 8.0_2) or CCS (Code Composer Studio 7.3.0)
3. Development board: CC1310 (Rev 1.4), CC1310F128
4.IAR import configuration: IAR-->Tools-->Configure custom argument variable-->Global-->import
Import path: SIMPLELINK_CC13XX_CC26XX_SDK.custom_argvars in C:\ti\simplelink_cc13x0_sdk_1_60_00_21\tools\iar
2. Create a new IAR project
1. Drag Examples.html from C:\ti\simplelink_cc13x0_sdk_1_60_00_21\tools\iar into IAR
2. Copy a demo in CC1310_LAUNCHXL, such as a uart routine, and select NO RTOS of uartecho under TI Drivers
3. Create a project folder on the work disk and select the folder as the copied project path
4. Create a Source Insight to read the code. You need to include ti's C:\ti\simplelink_cc13x0_sdk_1_60_00_21\source\ti\drivers
5. Open the example project, right-click the project, and modify the debugging configuration:
1) options-->TI XDS-->emulator-->specify custom board file
2) options-->TI XDS-->board-->CC13xx_XDS110_CJTAG.dat
3) output converter -->Generate addition output-->output format --> Intel extended hex
3. Compilation and Simulation
1. Power on the development board
2. Check if there are two ports in the device manager: XDS110 Class Application/User UART and XDS110 Class Auxiliary Data Port. If not, check if the driver is not installed.
3. Compile the project and download
|