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: 用CC3235S做了个WIFI的中继器,但是中继器反复链接手机热点后,出现链接失败阻塞,程序不执行,OStimer停止的问题

Part Number: CC3235S
Other Parts Discussed in Thread: SYSCONFIG, , UNIFLASH,

To:大家

   各位好,我现在使用的CPU是CC3235S,原有工程使用的是CCS10.4.0+simplelink_cc32xx_sdk_5_20_00_06+sysconfig_1.8.0+xdctools_3_62_01_15_core,

工程可以编译通过,程序可以用uniflash_6.4.0烧写到板子上并执行。但是板子链接自己手机的无线网络时,反复断开连接手机热点时程序里的TIRTOS的timer死掉,

然后阻塞在sl_WlanConnect函数。

  我怀疑是SDK版本太低的原因,所以下载了最新的SDK--simplelink_cc32xx_sdk_7_10_00_13+sysconfig_1_12_0,但是下载完毕后,工程编译不过,有下述编译错误,请问我该如何处理让工程编译通过,问题出在哪里?

Description Resource Path Location Type
can't locate the package 'ti.posix.tirtos' along the path: 'C:/ti/simplelink_cc32xx_sdk_7_10_00_13/source;C:/ti/simplelink_cc32xx_sdk_7_10_00_13/kernel/tirtos/packages;C:/ti/simplelink_cc32xx_sdk_7_10_00_13/kernel/tirtos7/packages;C:/ti/simplelink_cc32xx_sdk_7_10_00_13;C:/ti/ccs1040/xdctools_3_62_01_15_core/packages;C:/ti/ccs1040/xdctools_3_62_01_15_core/packages;..;'. Ensure that the package path is set correctly. .xdchelp /tirtos_builds_cc32xx_release_ccs line 592 C/C++ Problem
Cannot build project. Referenced RTSC Configuration project 'tirtos_builds_cc32xx_release_ccs' contains build-errors. Anchor_Lighting Anchor_Lighting Problem
gmake: *** [all] Error 2 tirtos_builds_cc32xx_release_ccs C/C++ Problem
gmake.exe: *** [package.mak:202: package/cfg/release_pem4.xdl] Error 1 tirtos_builds_cc32xx_release_ccs C/C++ Problem
gmake[1]: *** [build-121333681-inproc] Error 1 tirtos_builds_cc32xx_release_ccs C/C++ Problem
gmake[1]: *** [build-121333681] Error 2 tirtos_builds_cc32xx_release_ccs C/C++ Problem
gmake[1]: Target 'configPkg/linker.cmd' not remade because of errors. tirtos_builds_cc32xx_release_ccs C/C++ Problem
gmake[2]: *** [build-121333681-inproc] Error 1 tirtos_builds_cc32xx_release_ccs C/C++ Problem
xdctools_3_62_01_15_core\gmake.exe: *** [package.mak:202: package/cfg/release_pem4.xdl] Error 1 tirtos_builds_cc32xx_release_ccs C/C++ Problem
Invalid project path: Include path not found (C:\ti\simplelink_cc32xx_sdk_7_10_00_13\source\ti\posix\ccs). Anchor_Lighting pathentry Path Entry Problem
This project was created using a version of compiler that is not currently installed - 20.2.6.LTS [Arm]. Another version of the compiler will be used during build - 20.2.5.LTS. See 'Help > Install New Software' and select 'Code Generation Tools Updates' to check if this compiler is available through a CCS update. Visit <a href="liveaction:OpenAppCenter">CCS App Center</a> to get the latest compiler support. Or <a href="">software-dl.ti.com/.../a> and install the compiler, then register it with CCS through 'Preferences > CCS > Build > Compilers'. Anchor_Lighting properties Problem