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/CC1350STK: Cannot supplant existing sample projects into workspace...

Part Number: CC1350STK

Tool/software: Code Composer Studio

A funny one... Having updated CCS, we're now stepping through SDKs for relevant devices to get current...

Regular approach has been to delete (sample) projects from workspace - used as demos and templates for further work - and then supplant with corresponding Examples from current SDK. In my case, this is Old: simplelink_cc13x0_sdk_2_10_00_36  vs. New: simplelink_cc13x0_sdk_4_10_01_01

Normally, I'd just delete all the old examples and be off to the races...

A search in simplelink directory then displays all sample projects in the updated SDK, which are then selected for 'copy' in to workspace. Easy, right?

Except a few projects - adcbufcontinuous* and adcsinglechanne*l-related - cannot be copied into workspace, even though no similarly-named projects exist anymore. How to remediate? Seems likely to be a project dependency kind of thing, no?

  • Hi LouEEEE!

    LouEEEE! said:
    Except a few projects - adcbufcontinuous* and adcsinglechanne*l-related - cannot be copied into workspace, even though no similarly-named projects exist anymore.

    If you check the actual physical workspace folder, do those old projects folders still exist? Removing it from the CCS Project Explorer is different from actually deleting it from the actual workspace folder.

    Thanks

    ki

  • Ki, You Da Man! Spot on!

    I've been - almost always - very thorough about deleting the actual files on disk. Sometimes, late at night - tired! - the obvious things slip through!

    And many thanks for your response...