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\<DEVICE>_LAUNCHXL\<stack>\<application>\tirtos\<ccs/iar>

Choosing LaunchPad for Development

All LaunchPads currently use CC13x2x1 or CC26x2x1 devices, which developers are encouraged to evaluate with until acquiring CC13x2x7 or CC26x2x7 hardware. The on-board devices can also be swapped for the desired variant since they are pin compatible. 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.