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.

PWM on CC2650 with Z-Stack

Hi,

i was wondering, how i would configure a pin as pwm and then use a timer (Timer1?)  to control the pwm. I've seen the

/*
 * Set dutycycle on timer 1 PWM output channel
 */
void halTimer1SetChannelDuty (uint8 channel, uint16 promill);

but don't know how to tell the stack (or i suppose tirtos) to drive a specific pin?