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.

CC31XXEMUBOOST: cc31xxemuboost Drivers for PC and how to use the BoostXL-CC3135 there.

Part Number: CC31XXEMUBOOST
Other Parts Discussed in Thread: BOOSTXL-CC3135, , CC3100SDK, CC3135, CC3100

We bought a cc31xxemuboost and BoostXL-CC3135 to do some prototyping and I would like to drive this from a PC.  The problem is that there is little documentation on the CC32xxEmuBoost, and what little there is is badly outdated.

I finally managed to track down the proper SDK (I think) CC3100SDK_1.3.0.  But this does not have any of the Eclipse or VS project directories.  I tried the older one, CC3100SDK_1.2.0, but it apparently badly outdated.  The VS project looks to be for VS2012?  I was able to hack it into compiling, but am now running into issues in the TI supplied SimpleLinkStudio.lib.  I am not seeing any source for this.

I understand that the cc31xxemuboost is based on a FTDI 4323 chip.  But there does not appear to be any code that can access this other than the VS lib.

Please help. 

  • Hi,

    CC3100 SDK is not compatible with CC3135 devices. SimpleLinkStudio (connecting CC3100 from Visual Studio) is not supported for CC3135 devices. Host driver for CC3135 devices you find at SIMPLELINK-SDK-WIFI-PLUGIN. But this will not much help you connect your CC3135 to computer.

    If you want to do connection with PC, my recommendation is to use CC3220 or CC3235 with AT command demo. This demo you will find at CC32xx SDK.

    Jan