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: Newbie with Project 0 Import problems.

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

Tool/software: Code Composer Studio

Hi there,

i'm newbie with Ti MCU's and wirless IC's.

my problem is point 1 of project 0.

Import the following projects to the workspace from the CC1350_LAUNCHXL development board in resource explorer:
    • bim_extflash_cc1350lp
    • simple_peripheral_cc1350lp_app_FlashOnly_OAD_ExtFlash
    • rfWsnDmNode_CC1350_LAUNCHXL_tirtos_ccs

I have imported the "rfWsnDmNode" to CCS but I'm unable to find the bim_extflash_cc1350lp in the CCS resource explorer, doing a search on my Computer I found it at folder

"C:\ti\simplelink_cc13x0_sdk_1_40_00_10\examples\rtos\CC1350_LAUNCHXL\blestack\util\bim_extflash\tirtos\ccs"

When exploring the /rfWsnDmNode_CC1350_LAUNCHXL_tirtos_ccs project there is a folder called extflash with source code, I don't think this is what I'm looking for, because if yes, why the tutorial ask for import it.

With "simple_peripheral_cc1350lp_app_FlashOnly_OAD_ExtFlash" have similar problem, I'm able to find and import the "/simple_peripheral_cc1350lp_app_FlashROM" which is not the same, so I think it's not waht I'm looking for.

Thanks for your help.

  • I have never looked at this project before and I agree that the "how to" needs to be better.

    The easiest way to find the requested project seems to be:

    Select Project -> Import CCS Projects...

    In Select Search-directory, browse to where you have installed the SDK, typically c:\ti\...

    In the list that I get I find both bim_extflash_cc1350lp and simple_peripheral_cc1350lp_app_FlashOnly_OAD_ExtFlash.
  • Thank you for your answer. Indeed, very poor "how to", at least for newbies... (And thanks to Guillermo for asking, you seem to be 3 months ahead of me)