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.

CCS/LAUNCHXL-CC1350: cc1350

Part Number: LAUNCHXL-CC1350
Other Parts Discussed in Thread: CC1350

Tool/software: Code Composer Studio

Trying to learn Project0 as advised by BLE user guide.

Absolutely confused. I am using simplelink 2.10.00.36

This is rge instruction:


Import the following projects to the workspace from the CC1350_LAUNCHXL development board in resource explorer:
  • bim_extflash_cc1350lp   ---where to find that
  • simple_peripheral_cc1350lp_app_FlashOnly_OAD_ExtFlash  --- where to find that?
  • rfWsnDmNode_CC1350_LAUNCHXL_tirtos_ccs   -----where to find that?
2
Install the python tools

Clone or copy the OAD conversion script at ti-simplelink Github   -----does not exist anymore!!!

  • Click on the folder `oad`
  • Click on the file `oad_image_tool.py`
  • Make a note of the Python version required (scroll down).
  • Copy the content to a text file, save as `oad_image_tool.py`

best regards

  • Hi,
    I am working to find the appropriate expert to help you. I appreciate your patience.

    Regards,
  • Hi Boris,

    Where did you find these instructions?

    bim_extflash_cc1350lp - you can find here: C:\ti\simplelink_cc13x0_sdk_2_40_00_20\examples\rtos\CC1350_LAUNCHXL\blestack\util\bim_extflash
    simple_peripheral_cc1350lp_app_FlashOnly - you can find here: C:\ti\simplelink_cc13x0_sdk_2_40_00_20\examples\rtos\CC1350_LAUNCHXL\blestack\simple_peripheral , then you have to choose the OAD_ExtFlash build configuration.
    rfWsnDmNode_CC1350_LAUNCHXL_tirtos_ccs - you can find here: C:\ti\simplelink_cc13x0_sdk_2_40_00_20\examples\rtos\CC1350_LAUNCHXL\easylink\rfWsnNodeBleAdv (We have changed the name of this example).