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.

SIMPLELINK-LOWPOWER-F2-SDK: Stuck with error in sysconfig

Part Number: SIMPLELINK-LOWPOWER-F2-SDK
Other Parts Discussed in Thread: SYSCONFIG

I have a program with CC1314 that compiles OK. I started a new project with another name, 

copied all files over to the new directory and tried to compile. I get:

subdir_rules.mk:14: recipe for target 'build-654523409' failed
Invalid argument '--product': No product with name "simplelink_cc13xx_cc26xx_sdk" and version "8.30.01.01" found
gmake: *** [build-654523409] Error 1
gmake: Target 'all' not remade because of errors.

The program that compiles OK, has exactly this kit and version. Why does not my "restored" config

get this? If I try to get into syscfg I get th error that I need the 1.21.1 of sysconfig, but that is also 

installed and used by my other program

Regards,

Gullik

 

  • Hi Gullik,

    In general, I would not recommend making a new project. I would rather recommend importing the example project from the SDK which is closest to what you need (or drivers/empty), then renaming it.

    Did you move the SimpleLink F2 SDK? 

    Are you using CCS?

    You can tell CCS the new location of the SDK if you go to Window -> Preferences -> Code Composer Studio -> Products and Add the new path, then Refresh the list of Products.

    In your Project Properties you will then go to General -> Products and select the correct SDK and version.

    Cheers,

    Marie H

  • No, I have not moved the SDK. I am trying to make a variant of my code. The original code works OK. The new project with the old source files moved will not compile because the 

    1) it does not find the F2 SDK, and I AM using the same CCS for both configs.

    2) I cannot understand how to make it find it

    3) I cannot enter sysconfig, (in hope to correct settings) since the installed version 1.21.1 (which IS installed) is "obsolete"

    There seems to be a bunch of associations that are NOT set up for a new project, but ARE imported when importing from the SDK

    Gullik

  • I deleted the problem project

    I set the original code active and compiled it successfully

    I renamed the project to V095a

    I exited and restarted CCS

    I set V095a as active

    I tried to compile it, and this is the result:

    Cortex_M33_0: Trouble Reading Memory Block at 0x58082250 on Page 0 of Length 0x4: (Error -2001 - (0:18:1)) Internal error: Invalid parameter passed to function. Restart the application. If error persists, please report the error. (Emulation package 20.0.0.3178)
    Cortex_M33_0: GEL: Error while executing OnTargetConnect(): Target failed to read 0x58082250

    EDIT:

    Sorry, MY BAD.

    I noticed the wrong board was in the debug pod.......

    After replacing that compile and debug is OK.

    Regards,,

    Gullik

  • Hi Gullik,

    Thank you for posting the resolution!

    Cheers,

    Marie H