xWRL6432 MMWAVE-L-SDK  05.01.00.04
Download, Install and Setup CCS

Note
The steps on this page need to be done once on a given host machine

Download CCS

  • The Code Composer Studio (CCS) download home page is, https://www.ti.com/tool/CCSTUDIO
  • Download CCS 11.2.0 from above link
  • Unzip the file for Windows or Linux at any location on your host PC

Install CCS

  • Install CCS 11.2.0 by double clicking the installer file from the downloaded and un-zipped CCS package file.

CCS Installer File
  • Follow the steps and at below screen, recommend to keep install directory as default.

CCS Install Path
  • Follow the steps and at below screen, recommend to keep setup type as "custom"

CCS Setup Type
  • Follow the steps and at below screen, select the component as "mmwave" to install xWRL6432 related emulation and GELs

CCS Select Components
  • Follow the steps, until CCS is installed.
  • Launch CCS and select the workspace, default workspace is good enough. You can check the box "Use this as default and do not ask again"

CCS Select Workspace

Check Packages as seen by CCS

  • Launch CCS
  • Goto "Window > Preferences"

CCS Preferences
  • Goto "Code Composer Studio > Products", make sure you see SysConfig 1.11.0 listed here.
    • Sometimes, you need to click "Restore Defaults" and then "Refresh"

CCS Products
  • Goto "Code Composer Studio > Build > Compilers", make sure you see TI CLANG 1.3.1.LTS listed here
    • Sometimes, you need to click "Restore Defaults" and then "Refresh"

CCS Compilers

Pre-requisites To Detect Low Power Radar Devices in CCS

  • Step 1: Copy the device xml files (IWRL6432.xml) from ${SDK_INSTALL_PATH}/tools/device_csp to the devices folder present at ${CCS_INSTALL_PATH}/ccs/ccs_base/common/targetdb/devices
  • Step 2: Copy the modules folder (xwrl64xx) from ${SDK_INSTALL_PATH}/tools/device_csp to the devices folder present at ${CCS_INSTALL_PATH}/ccs/ccs_base/common/targetdb/Modules/radar
  • Step 3: The timestamp file present at ${CCS_INSTALL_PATH}/ccs/ccs_base/common/targetdb needs to be modified as the CCS detects the devices that were present at the time mentioned in the timestamp file. The original timestamp file has the CCS Install time. The format of the file is Year,Month,Date,Time (YYYYMMDDTTTTTT). For example, if the CCS tool was installed on 30/08/2022 at 11:30:50 AM, the timestamp will be 20220830113050. This needs to be modified according to the time at which the xml files were copied. The time should be mentioned in 24 hour format.
  • Step 4: Copy the device data folder (XWRL64XX) and the devices.json file from ${SDK_INSTALL_PATH}/tools/syscfg_deviceData to ${CCS_INSTALL_PATH}/ccs/utils/sysconfig_{version}/dist/deviceData.

Create Target Configuration

  • Goto "View > Target Configuration"

create Target Configuration
  • Create a new target configuration

New Target Configuration
  • Give a nice name to the new target configuration, typically {soc name}_{JTAG type}

Target Configuration Name
  • Select connection as XDS110 USB Debug Probe

Select JTAG Connection
  • In "Board or Device" select "xWRL6432" for "xWRL6432_EVM"

Select xWRL6432 device
  • Now you can move on to EVM Setup to prepare your EVM for running programs.