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/cc2650: board.h changes unable to see it using a different PC

Part Number: CC2650

Tool/software: Code Composer Studio

Hi all,

I made some changes to the SimpleBlePEripheral I added some files and I am able to make my project portable to other PC. the issue I am facing is only with the Board.h file and the CC2650DK_5XD.h file it always use the files on "C:\ti\simplelink\ble_sdk_2_02_01_18\src\boards" and it does not use the files I use inside my project folder  "C:\sampleproject\src\boards" I made some include path with no luck

any suggestion?

Ela

  • Hello Ela,

    Since the file is not in the workspace it will not get exported. You can exclude the version and use a local version in your workspace. Take care to make sure any include paths are updated.

    Best wishes
  • Hey Ela,

    Boards files will not be stored in your workspace it will be linked to your RTOS files and board file link you have shared.
    You need to change both rtos as well as stack files in other PC or you can just create your custom made board files with different folder.

    Regards,
    Abhishek Yakkundi

    Please press Verify Answer below if this answered your question.