This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2340R5: How to use GitHub examples

HI,

Is there any solution for opening example project (https://github.com/TexasInstruments/ble_examples/tree/simplelink_low_power_f3_sdk-7.20/examples/rtos/LP_EM_CC2340R5/ble5stack/data_stream_UART_over_BLE) in CCS, I tried and failed in multiple alternate ways.


Looking forward for your suggestion.

  • Hi, thank you for the direction to a new thread.

  • Hi,

    This repository can be cloned and tracked using Git. For instructions on how to clone a repository from GitHub please refer to this guide: Clone from GitHub

    For users who are unfamiliar with Git, there is the option of downloading the contents of the repository as a zip file. See instructions below.

    1. Click the green "Clone or download" button
    2. Select "Download ZIP" option
    3. Zip folder will appear in your Downloads folder

    This repository can be cloned/download anywhere on your computer. There is a dependency between this repository and the SimpleLink CC23xx SDK install location.

    Once the repository cloned/downloaded,

    1. Open CCS
    2. Click Project > Import CCS Projects...
    3. Browse and select the folder newly cloned/downloaded
    4. Import the wanted project

    Last but not least, all these steps assume the SDK is already installed!

    I hope this will help,

    Best regards,

  • Hi ,

    I am able to open the code now. Thank you.