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.

CC2652P7: Sysconfig CC1352P7-1 LP → Custom board CC2652P7 (+20 dBm )

Part Number: CC2652P7
Other Parts Discussed in Thread: SYSCONFIG, Z-STACK

Tool/software:

Hello,

I am currently developing software on the CC1352P7-1 LaunchPad, and I would like to migrate the SysConfig settings to a custom board based on the CC2652P7 (+20 dBm).

System Environment:

  • Code Composer Studio: v10.1.1

  • TI System Configuration Tool: v1.23

  • Target Hardware: Custom board using CC2652P7

I have attempted several methods to change the configuration without success:

1.Migrating settings from the existing project

2. Selecting a custom board in SysConfig

3.Creating a new project with the CC2652P7 and configuring manually



Could you please recommend the best method to configure and migrate from the CC1352P7-1 LaunchPad to a custom CC2652P7 (+20 dBm) board?

Thank you.
Bank

  • Hi Bank,

    Running Software Examples on CC2652P 
    https://e2e.ti.com/f/1/t/1274602 
    https://e2e.ti.com/f/1/t/1268628 

    I recommend that you import a LP-CC1352P7-4 project and follow similar steps to what I've previously outlined in similar relevant E2E posts.

    Regards,
    Ryan 

  • Hi Ryan,

    This means that in the main project, the configuration must be changed to LP-CC1352P7-4 before adding the +20 dBm TX power setting.
    I followed your instructions, but I could not find the ti_stack_config.h file or any TXPOWER definition in the project directory.

    SDK: simplelink_cc13xx_cc26xx_sdk_8_30_01_01

    Otherwise, I have observed that the RF design for the LP-CC1352P7-2 supports 2.4 GHz TX power up to 20 dBm.


    May I know when the LP-CC1352P7-2 was released?


    Regards,

    Bank

  • This means that in the main project, the configuration must be changed to LP-CC1352P7-4 before adding the +20 dBm TX power setting

    This would help for automatically introducing the High PA settings, otherwise further custom changes to the SysConfig output files are necessary.  Not an impossible task but still additional work.

    I followed your instructions, but I could not find the ti_stack_config.h file or any TXPOWER definition in the project directory

    That is because you are using a BLE5-Stack project instead of Z-Stack, for which you should be referencing ti_ble_config.h and DEFAULT_TX_POWER instead.  It would be in the Release/syscfg folder of a built default project.

    May I know when the LP-CC1352P7-2 was released?

    It is not, the LP-CC1352P7 is offered in -1 (High PA for Sub-GHz +20 dBm) or -4 (High PA for 2.4 GHz +10 dBm) formats.  The -2 (High PA for 2.4 GHz +20 dBm) shown in the software resources is a configuration offered for some software solutions within the F2 SDK which is not compatible with the BLE5-Stack examples.  Hence the instructions I've provided are necessary to make the conversion to this TX power settings.

    There are other suggested E2E solutions you can consider when searching the BLE forum.

    Regards,
    Ryan