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/LAUNCHXL-CC1312R1: Wired bug with CCS9.2.0 and SimpleLink CC13x2 SDK 3.30.0.03

Part Number: LAUNCHXL-CC1312R1

Tool/software: Code Composer Studio

Some times the target-entry in the project-properties CCS General is changed from ti.targets.arm.elf.M4F to ti.targets.arm.elf.M4.

Until now i could not find the action that triggers this issue.

My current project started with the empty-example from the SDK. To get rid of the project dependencie to the tirtto_builds project i copied the release.cfg from the tirtos_builds project to my project and changed type to RTSC-project. With the CC13x0 SDK this worked without problems, but with CC13x2 SDK i get the described behavior.

 

  • Jan,

    I can see the same on CC1352.  If I look at the ti-rtos project it has M4F set.  When I copy the .cfg into the application project M4 gets set.  I think what is happening is that the target setting is something that is in the project itself and not the .cfg file.  When a .cfg file is added to a project there is a default setting that gets applied based on device the project is set to use.  This is not working on CC13x2.  I will need to confirm this and file a defect.

    Regards,

    John

  • Jan,

    I spoke with the development team.  The assumpiton is correct.  This is a bug in how we pick up the default target setting for a device. CCSIDE-3723

    The good news is that this is fixed in CCSv9.3.0 with the latest SDK.  I am setting up that environment and will try it out.

    Regards,

    John

  • I tried CCSv9.3 and the current SDK and the target is correctly set.  I still have to manually set the platform but the target value is correctly set to M4F.

    Regards,

    John