Part Number: CC3300MOD
Other Parts Discussed in Thread: CC3300, CC3301MOD, , CC3301, BP-CC3301
Hi All,
We have integrated TI SDK for CC3300 on our STM32F412ZG code base.
We confirmed working “WLAN_START” command and found it is working ok.
To further validating other SDK API, we tried few “wlan_comd.c” api after confirming the parameters on TI EVAL board.
ret = cmdWlanStartCallback("");
ret = cmdGetFwVerCallback("");
//ret = cmdWlanRoleUpStaCallback("-r \"00\"");
//ret = cmdScanCallback("-n 2");
ret = cmdWlanRoleUpApCallback("-s \"Thermostat_AP\" -t WPA/WPA2 -p \"12345678\" -r \"00\"");
we found cmdWlanStartCallback, cmdGetFwVerCallback, cmdWlanRoleUpStaCallback works correctly.
We found cmdWlanRoleUpApCallback and cmdScanCallback fail in “cmd_send” function as below
- On executing “trnspt_RequestSchedule” we came across “FW is stuck” error
- On executing osi_SyncObjWait, it fails to take Semaphore and system crash with log in red colour
Our queries:
- The way we are testing command is ok?
- What might be possible reason for “cmd_send” to fail for cmdWlanRoleUpApCallback and cmdScanCallback and not for other command?
- Is there any issue with power supply since we are giving supply using laptop usb port (no c type)
Thanks....







