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.

CC3235S launch pad 板 5G 通信

Other Parts Discussed in Thread: CC3235S, CC3235SF

现在使用CC3235S launch pad 板,netwrok Terminal例程 如何进行  5G 功能通信的收发数据测试啊?

  • • Enable/Disable 5-GHz Channels
    For CC3235S and CC3235SF devices, this setting enables or disables 5-GHz channels in STA mode.
    By default, 5-GHz channels are enabled in the system and the scanning time might be longer due to
    the total number of enabled channels. In deployments that do not use these channels, disabling the
    channels might improve the scan time and power consumption.
    The mode can be changed by setting 0 to disable 5-GHz channels and 1 to enable.
    Example:
    _i16 Status;
    _u8 Mode = 0; //0 disable 5GHz mode
    Status = sl_WlanSet(SL_WLAN_CFG_GENERAL_PARAM_ID, WLAN_GENERAL_PARAM_OPT_ENABLE_5G, 1, (_u8
    *)&Mode);
    if( Status )
    {
    /* error */
    }