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.

RTSC configuration settings error

Other Parts Discussed in Thread: TM4C123GH6ZXR

I recently installed CCS 6.01 (previously using CCS 5.3) so as to target the Tiva TM4C123 devices.  When creating a new SYS/Bios project, an error message was shown under the RTSC configuration settings, "None of the currently selected products supplied the Target...";  same results when selecting XDCTools version 3.24.5.48 or 3.30.5.60. Also the Target and Platform are empty.

  • Hi Shing,

    Are you using new project wizard to create a new SYS/BIOS project (i.e. clicking on File->New->CCS Project) ? If yes, then you need to select the Target and Device as shown in the picture below. This will ensure that the target and platform are automatically filled in for you:

    Alternatively, you can try using TI Resource Explorer (View->Resource Explorer) to import an existing example for TM4C123 device. The example project should have the target and platform fields already filled in for you.

    Best,

    Ashish

  • Shing Lee,
    that error message should also contain the instructions how to fix the problem. Try going to Window->Preferences->Code Composer Studio->RTSC->Products and Repositories, and select the check box for the version of SYS/BIOS or TI-RTOS that you are trying to use. Click "OK" and then try creating a new project.
  • Hi Ashish,

    The target device was selected.  The error message appeared when proceeded to RTSC configuration.  I tried changing the XDCTools version to 3.24.5.48 but the error message remained (except it didn't suggest trying to use a pre-3.30 version of the XDCtools anymore).

  • Hi Sasha,

    Tried it, still doesn't work.
  • Hi Shing,

    Have you tried manually filling in the target and platform ? Does that allow you to build the project ?

    Also, can you try importing an example from TI Resource Explorer and confirm if you still see the target and platform fields are empty ?

    Best,
    Ashish

  • Hi Ashish,

    Not sure what target and platform are required for the TIVA device.... Nonetheless, if I create a TI-RTOS project instead of SYS?BIOS project, it works - both "target" and "platform" are populated by CCS. 

  • The TI-RTOS kernel examples are same as SYS/BIOS examples. So, if TI-RTOS projects are getting created properly then I would suggest just using them.

    If you would still like to create a SYS/BIOS project then here's the naming convention for the target and platform for TM4C123 devices:

    target name: ti.targets.arm.elf.M4F (TI tools) and gnu.targets.arm.M4F (GNU tools)
    platform name: ti.platforms.tiva:TM4C123GH6ZXR (Based on the actual part number, you may need to update the device name)

    Best,
    Ashish