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 ?