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-CC1352R1: iMPLE

Part Number: LAUNCHXL-CC1352R1
Other Parts Discussed in Thread: SYSCONFIG

Tool/software: Code Composer Studio

Hello,

I am trying to complete the example found at this location:  

I am currently on Task 4. Specifically, the I/O configuration part. It wants me to comment out some lines of code (see below) that were automatically generated, but I cannot find where they are in my project. I have attached a zip file of my project. Please help. Thanks.empty_CC1352R1_LAUNCHXL_tirtos_ccs.zip

  • What SDK version empty example do you use? If it's latest simplelink_cc13x2_26x2_sdk_4_30_00_54, you should use sysconfig to remove GPIO pin.

  • I was using sdk 4_20_00_35, but I just repeated the process using sdk 4_30_00_54. I am still having similar issues. As the tutorial describes, there should be a CC1352R1_LAUNCHXL.c and CC1352R1_LAUNCHXL.h file generated, but neither is there (see files in image below). Also, I tried to use sysconfig as shown below. In the SCS project there are 3 GPIO pins, but only one shows up here (see image below), so I am not sure what to do from there. Thank you.

  • After sysconfig generates the code, you can find them under Generated Source.