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.

CC3200连接不了加密路由

Other Parts Discussed in Thread: CC3200, UNIFLASH

CC3200连接加密我加密路由连接不了,加密方式是WPA2,我也把相应的配置改了#define TFTP_IP   0xC0A86587 /* This is the host IP */
#define FILE_SIZE_MAX (20*1024) /* Max File Size set to 20KB */
#define SSID    "MikroTik"//"cc3200demo"
#define SSID_KEY  "123456789"

secParams.Key = SSID_KEY;
    secParams.KeyLen = 10;
    secParams.Type = SL_SEC_TYPE_WPA_WPA2;

不知道还需要修改哪些配置才能连接上,我的路由改成没有密码的情况是可以连接上的。