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: AT Command feature

Part Number: CC3200
Other Parts Discussed in Thread: SYSCONFIG

Hi team,

I have read https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wi-fi---internal/f/wi-fi---internal-forum/1233489/cc3220moda-wifi-at-command?tisearch=e2e-sitesearch&keymatch=c3200%20at%20command# 

and my customer is using CC3200 and CC3220 together and want to use AT Command to control them.

So, at_cmd demo is in CC3220 SDK and we have a user guide but the support part excludes CC3200.

My question is can CC3200 use the demo of CC3220 without any change? Or waht change should be done to enable AT Command on CC3200.

  • Hi,

    No. You cannot use at_commands example from CC32xx SDK at CC3200 devices. He will need to port demo from CC32xx SDK to CC3200 SDK. It will need to exchange host driver, POSIX to OSI abstraction library, Sysconfig to driverlib and change some sl_ API calls from CC3220 to CC3200. Even this is possible, I strongly not recommand this approach unless your customer have expert level of knowledge of CC32xx and CC3200 devices.

    He will need to do opposite way that is described at Gen1 to Gen2 migration guide.

    Jan