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.

CC3120 FATAL ERROR: Sync loss detected n

Other Parts Discussed in Thread: CC3120

你好,

使用主板为 MSP432P401R

SDK 为:simplelink_msp432p4_sdk_2_30_00_14

               simplelink_sdk_wifi_plugin_2_30_00_10

在CCS V8 中运行的程序为 tirtos_builds_MSP_EXP432P401R_release_ccs 和 network_terminal_MSP_EXP432P401R_tirtos_ccs。 

程序运行时报错:

[ERROR] - FATAL ERROR: Sync loss detected n

[line:946, error code:-2005] Device error, please refer "DEVICE ERRORS CODES" section in errors.h

Network Terminal - Couldn't configure Network Processor

在网上搜类似的问题,找到了 https://e2e.ti.com/support/wireless-connectivity/wifi/f/968/t/599048?Starterware-CC3120-Unreliable-WLAN-Connection-Sometimes-Failing-To-Connect-With-CC3120-CC3220

GPIO_disableInt(MSP_EXP432P401R_HOST_IRQ);

GPIO_clearInt(MSP_EXP432P401R_HOST_IRQ);
目前我用的是  WiFi plugin v2.30 , 该文件有GPIO_clearInt的调用。 
目前CC3120 WIFI板是我司定制的, 请问有什么方法解决这个问题吗?