TI CC1352R1 Launchpad

LAUNCHXL-CC1352R1 SimpleLink™ Multi-Band CC1352R Wireless MCU LaunchPad™ Development Kit

Sample firmware

  • ti_cc1352r1_launchxl_zephyr_2.7.0_blinky.hex: Zephyr RTOS “blinky” sample.

  • sensor_default_cc1352r1lp.hex: Example CC1352 firmware (available from TI).

  • Zephyr Samples > Firmware Binaries

References

Program CC1352R1 (JTAG)

Connection

TI CC1352R1 Xplained Mini ISP - PLT connection

PLT-200A JTAG pin

PLT signal

CC1352 signal

2

JTAG_TMS

TMS

3

GND

GND

4

JTAG_TCK

TCK

5

JTAG_VCC

3V3

6

JTAG_TDO

TDO

8

JTAG_TDI

TDI

10

JTAG_TRST

RST

../../../_images/plt200a-cc1352-launchpad-hookup.jpg

YAML Test Plan

  • cc1352-program.yaml: Program cc1352r1_launchxl_zephyr_2.7.0_blinky.hex

title: "Program CC1352R1 through JTAG"
suite:
- ident: ICT-T1
  title: Power ON
  steps:
  - command: power JTAG on
  - command: sleepms 500
- ident: ICT-T2
  title: Program CC1352
  steps:
  - command: program CC1352 cc1352r1_launchxl_zephyr_2.7.0_blinky.hex
- ident: ICT-T3
  title: Power off
  steps:
  - command: power off