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.

CC3135MOD: Pre-loaded software

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

Hi, 

Does the CC3135MOD preloaded with any firmware? 

BR, 

DTeo

  • DTeo,

    The CC3135MOD come with a factory service pack installed. it is recommended you flash the latest service pack on the device from the SDK.

    BR,

    Vince

  • Hello

    Should I see an access point with SSID 'simplelink' just by powering on the CC3135MOD, just like with the BOOSTXL-CC3135? I would assume the factory service pack provides the default settings as shown in SWRU455J (Programmer's Guide), but does it?

    If there should be an access point visible, then I have problems since nothing shows up. I do see a UART message coming from the module to my Main MCU after releasing the reset and the interrupt pin goes high as excepted. The UART message follows the protocol shown in CC3100 UART Host Interface in TI wiki. So this part seems good.

    But I cannot see an access point. Also I cannot connect with FTDI TTL-232R-3V3 USB-UART cable to the module with Uniflash for downloading anything new to the module. In fact, I could not connect even with BOOSTXL-CC3135 and CC31XXEMUBOOST combination. Uniflash does not send any data to the UART. I can send data to the uart with other tools and I have verified this with a logic analyzer. I've tried Linux and Windows versions and 6.xxx and 5.xxx but the result is the same. Also tried using and not using RTS/CTS. Uniflash gives error: Operation failed: Unhandled exception: Error: SLImageCreator.exe: Auto detect failure.

    Any hints for proceeding?

    As a suggestion, a general step by step tutorial on how to start using the module and verifying that it works, would be very nice to have. The documentation is spread out to many places and is not clear whether it applies to the module or to the IC only.

  • toroid,

    No, you should not see an access point.

    When you connect the BOOSTXL-CC3135 and CC31XXEMUBOOST to your PC and open up Device Manager, do you see the 4 "CC3100BP PORT" listed under Ports (COM & LPT)?

    Do you have a custom board already built for the CC3135MOD and using this for testing?

    BR,

    Seong

  • Ok, thank you for the quick reply.

    Yes I am already testing with our custom board.

    BOOSTXL-CC3135 and CC31XXEMUBOOST combination shows CC3100BP ports under Other devices with yellow triangles.

    However, the FTDI USB-UART cable that I am using with the custom board, does show correctly under COM and I can send and receive data through with Teraterm.

  • toroid,

    The yellow triangles you're describing is usually there when there is a missing driver. I've personally never seen this happen with the CC31XXEMUBOOST. Have you tried updating the driver? Have you tried connecting it to another PC?

    As for connecting to Uniflash using the FTDI cable, see this related thread: e2e.ti.com/.../2345266

    BR,

    Seong

  • Thank you, this helped. With the instructions on the link I can connect to the CC3135 module by Simplelink using the FTDI TTL-232R-3V3 cable and program the new image. An access point shows up after programming.