Running Software Examples on the CC13x2x7 or CC26x2x7

Porting Software Examples for the CC13x2x7 or CC26x2x7

The CC13x2x7 or CC26x2x7 is pin compatible with, and functionally identical to, their respective CC13x2x1 or CC26x2x1 devices but with an additional 352 kB of flash memory and extra 64 kB of RAM. However, it is not currently possible to use the Migrating Board Variant tool to change the device types of projects using CC13x2x1 or CC26x2x1 to CC13x2x7 or CC26x2x7. Developers are strongly encouraged to import a project which contains the correct settings for their target device and port the stack application accordingly. Example projects can be found from the following location:

<SDK_DIR>\examples\rtos\<LaunchPad variant>\<stack>\<application>\tirtos\<ccs/iar>

Choosing LaunchPad for Development

CC13x2x1 or CC26x2x1 LaunchPads are pin-to-pin compatible with CC13x2x7 or CC26x2x7 hardware. Therefore the on-board devices of these LaunchPads can be swapped for the desired CC13x2x7 or CC26x2x7 variant if specific hardware is not readily available. As mentioned in the previous section, the correct example project must be selected for the specific device being used.

Moving From LaunchPad to Custom Board

You can find instructions on how to design and configure a custom board in the Custom Hardware chapter.