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.

LAUNCHXL-CC2640R2: TI-RTOS Example Programs at CC2640R2 SDK does not work?

Part Number: LAUNCHXL-CC2640R2
Other Parts Discussed in Thread: CC2650

Hi TI,

    These TI-RTOS Example Programs from CC2640R2 SDK, does not work? I am using CCSV7. Maybe, you have not tested these example programs with CCSV7.

  1. pwmled_CC2640R2_LAUNCHXL_tirtos_ccs
  2. uartecho_CC2640R2_LAUNCHXL_tirtos_ccs

    I made these changes below at CC2640R2_LAUNCHXL.h, to resolve compile errors.

#ifndef __CC2640R2_LAUNCHXL_BOARD_H__
#define __CC2640R2_LAUNCHXL_BOARD_H__

#ifdef __cplusplus
extern "C" {
#endif

/* Includes */
#include <ti/drivers/PIN.h>
//#include <ti/devices/cc26x0/driverlib/ioc.h>
#include <ti/devices/cc26x0r2/driverlib/ioc.h>  //added by markel

For uartecho_CC2640R2_LAUNCHXL_tirtos_ccs, there is no output at Tera Term. I tried several times. What I have also observed is that when you CCS->Debug, it just run. The normal way is that it will halt and you can press the CCS->Debug->Run button for the program to run.

- kel