JAJU678 January   2019

 

  1.    2
  2.    3
  3.    4
  4.    5
  5.    6
  6.    7
    1.      8
  7.    9
    1.      10
    2.      11
    3.      12
      1.       13
      2.       14
    4.      15
      1.       16
      2.       17
      3.       18
      4.       19
  8.    20
    1.      21
      1.       22
      2.       23
        1.        24
        2.        25
        3.        26
    2.      27
      1.       28
        1.        29
        2.        30
        3.        31
      2.       32
        1.        33
        2.        34
        3.        35
  9.    36
    1.      37
    2.      38
    3.      39
      1.       40
      2.       41
      3.       42
    4.      43
    5.      44
    6.      45
  10.    46
  11.    47
    1.      48

Building Embedded Firmware

The first step is to compile the design’s embedded firmware. Assuming that the CCSv8.2 and SimpleLink SDK for the CC2640R2 is installed, the user must follow these steps:

  1. Download the zip file for the firmware and extract it locally on your PC
  2. Copy the folder “tida_01624” from the extracted zip package and copy it to the SimpleLink CC2640R2 SDK installation path “C:\ti\simplelink_cc2640r2_sdk_2_20_00_49\examples\rtos\CC2640R2_LAUNCHXL\blestack”
  3. Start CCSv8.2 and import the project by clicking on File → Import. This will launch the import dialog box. Expand Code Composer Studio → CCS Projects. Click on Next button as shown in Figure 6.
  4. Figure 6. Software Import Menu
  5. Select the "Select search-directory" radio button in the pop-up window and click on the browse button as shown in Figure 7.
  6. Figure 7. Import Project Menu
  7. Navigate to the path where the firmware project is placed in the SimpleLink CC2640R2 SDK and then click OK as shown in Figure 8.
  8. Figure 8. Project Browser
  9. Ensure that the checkbox for tida_01624_app is selected as shown in Figure 9, then click finish. This will import the CCS project.
  10. Figure 9. CCS Project Importing
  11. In the Project explorer, right-click on tida_01624_app and click on Build Project in the drop-down menu. It may take up to a minute for the compilation to complete. Once the build is successful, the programming output file is generated.