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.

CC3135: Is it possible to use cc3135 with msp430fr5989?

Part Number: CC3135
Other Parts Discussed in Thread: CC3100, MSP430FR5989

Basically title;

  • Hi,

    It should be possible to do so. While there is no demo or out-of-box example from the CC31xx SDK plugin that demonstrates the CC3135 working with an msp430, given that we do have support for the msp430 for the CC3100 the same methods used to get the CC3100 working can be applied to the CC3135.
    If you look at the CC3100 SDK, there are example CCS projects that demonstrate how you would use a CC3100 with an MSP430. From there, you can adapt the CC3135 host driver to work on a CC3100 by using that device's host driver port as a guide. The following thread has some more detailed information on porting the host driver of the CC3135 to a platform similar to a MSP430:
    e2e.ti.com/.../787582

    Let me know if you need more clarification on porting the CC3135 host driver or have further questions on this topic.

    Regards,
    Michael
  • Hi,

    In the addition to comment from Michael. The MSP430FR5989 have only 2kB RAM from this reason available features of CC3135 will be very limited.

    Jan
  • Hi Michael,

    Thank you for your response.

    Currently I am working with cc3100, but my issue is it can't provide a https server for my application(only http as far as I know). 

    I will dig into that.

  • Hi Jan,

    I'm not an expert for MSP430, but I think for the MSP430 FRAM devices, the FRAM can be used as RAM albeit at slower speeds than regular SRAM. The best practices guide has some details:
    www.ti.com/.../slaa628.pdf

    Regards,
    Michael