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.

RTOS/LAUNCHXL-CC1310: Combining TI-RTOS Examples

Part Number: LAUNCHXL-CC1310
Other Parts Discussed in Thread: SIMPLELINK-CC13X0-SDK, CC1310

Tool/software: TI-RTOS

Hello 

I started to work with SimpleLink-CC13x0-SDK with CC1310-Launchpad Rev.1.3

My question is about, how can i combine different TI-RTOS examples under CC13x0-SDK.

In my application, i need both UART and PWM, it will start PWM, according the command coming from UART.

The "portable_CC1310_LAUNCHXL_tirtos_ccs" is good for start and working fine, and "pwmled_CC1310_LAUNCHXL_tirtos_ccs" is doing what i need.

I changed the "temperatureThread" in the portable_CC1310_LAUNCHXL_tirtos_ccs demo, with the "mainThread" in PWM Led example. But when i run the project, PWM is not working fine, it could 

not open Board_PWM0.

  pwm1 = PWM_open(Board_PWM0, &params);

  if (pwm1 == NULL) {

          /* Board_PWM0 did not open */

           while (1);

  }

Can anyone help me?

BR,

Cagdas

SIMPLELINK-CC13X0-SDK