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.

LAUNCHXL-CC1312R1: .cfg

Part Number: LAUNCHXL-CC1312R1
Other Parts Discussed in Thread: CC1310, SYSBIOS

Hi

I work with IAR (not CCS) on porting Project on CC1310 to CC1312.

IAR: 8.50.1

SDK: simplelink_cc13x2_26x2_sdk_4_40_04_04

I started with an example project

then I made changes to work with my project.

I had issue with the .cfg so I replaced the original one.

Instead of Release.cfg , I replaced it with a new file: Modem_CC1312R1.cfg that contain my things and it compiled well.

Recently, I had to reinstall the environment.

I uninstalled the SDK & IAR and installed them again.

1) The Compiler gave me this:

Error[Li005]: no definition for "ti_sysbios_gates_GateAll_enter__E" [referenced from C:\P4Client\Workspace\CC1312_RFD\RF\PersonalBranches\YigalBu\CC13xx_Platform\_source\application\modems\_project_CC1312\Debug\Obj\powerCtrl.o]

I got it in the past and fixed it by replacing the .cfg (as I mentioned before)

So maybe it ignore the .cfg file. I tried to remove it from project and add it again. no change

Any ideas?

2) After uninstall and install IAR it still remembers the last project. I wish it was clen (no history)

Any ideas?

I'll appreciate your help

Thanks

Eyal Chen

  • It seems that the compiler doesn't ignore the .cfg (I put a garbage word in .cfg and the compiler gave an error related to this)

  • Just wanted to know that someone has been assigned to look into this.

    BR

    Siri

  • Hi Eyal,

    1) If there is only one .cfg file in the tirtos builds project, it should be automatically detected as the cfg. Can you select your file, right click, select Options and check which build tool is being used?

    - It may be worth a try to use the same name (Release.cfg) on your new file.

    2) Sorry, no, this is the way IAR works. When you open your new IAR (which automatically opens your old work space), just close the WS before proceeding.

    Cheers,

    Marie.

  • Hi Marrie

    Regarding to your question:

    Options->Build Action:

    iarbuild.exe $SIMPLELINK_CC13X2_26X2_SDK_INSTALL_DIR$/kernel/tirtos/builds/cc13x2_cc26x2/release/iar/tirtos_builds_cc13x2_cc26x2_release.ewp Debug -log all

    if I use the same name , how can I make sure that it takes my cfg and not the default one?