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.
您好,
感谢您的对TI产品的关注!为更加有效地解决您的问题,我需要多一些时间查看这款芯片,稍后会为您解答。
我们也希望您修改一下更切合主题的题目以方便他人查询。
您好,
您可以通过添加 AP 通道配置(AP channel configuration)来完成(需要重置 NWP 才能激活新配置):
_u8 val = channel; /* 2.4G: 1-13, 5G: 36,40,44,48 */ sl_WlanSet(SL_WLAN_CFG_AP_ID, SL_WLAN_AP_OPT_CHANNEL, 1, (_u8 *)&val);
您可以在provisioning_task.c中的 ConfigureSimpleLinkToDefaultState() 中配置。
您好,