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.

CC3220MODA: TCP/IP stack on CC3220MODA

Genius 5840 points
Part Number: CC3220MODA


Hello.

I would like to connect LTE module to CC3220MODA.

But the LTE module requires TCP/IP stack in host MCU.

Can built in TCP/IP stack be also used for LTE module?

If no, are there any TCP/IP stack software that is able to run on CC3220MODA?

I would be grateful if you could provide a good solution for connecting LTE modules that require a TCP / IP stack in CC3220MODA.

regards,

U-SK

  • Hi,

    No. You cannot use TCP/IP stack inside network processor to external network device like a LTE modem.

    You need to run your own TCP/IP stack inside application processor. You should be able run 3rd party TCP/IP stack without any issue. For example you can use LwIP stack. But this use case is not supported by TI. Implementation will be up to you.

    In your case may to easier to use LTE module which supports TCP/IP stack via AT commands. At the market is many LTE modules with such feature.

    Jan

  • Hi Jan,

    Thank you for your reply.

    I got it.

    regards,

    U-SK