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/CC2652R: How can I change the channel from default 14 to other channel

Part Number: CC2652R

Tool/software: TI-RTOS

Hi Ti expert .

I want to do signal test on the CC2652R developer kit .

Base on the definition , the channel range should be 11-26.

But how can I change the channel from 14 to other channel (for example 25) ?

I use the cli ftpd project.

The command line should 

"channel 25" but channel mask is set to 0x00004000.

If I change the channel mask to 0x07fff800 by "otLinkSetSupportedChannelMask(mInstance, 0x07fff800);"

After thread start , it doesn't work to connect.

How can I do ?