Hi, I think I may know the answer to this, but want to double check to be sure ... is the C2000 core able to run a TCP/IP stack on it or is that out of the realm of possibility/practicality at this point? What are the limitations?
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.
Hi, I hadn't seen a response to this, but I think I know the answer -- the C2000 is limited in its ability to run a high-level OS like Linux, and therefore, running a TCP/IP stack on the C2000 would be impractical/impossible.
Please verify. Thanks!
Theresa said:the C2000 is limited in its ability to run a high-level OS like Linux, and therefore, running a TCP/IP stack on the C2000 would be impractical/impossible.
Not at all!
A TCP/IP stack does not require any OS at all - let alone Linux!!
Even an 8051 can run a TCP/IP stack!!
That's what we did years ago:
http://alt.ife.tugraz.at/Elektronik/Krasser/uip_dsp/uip_dsp.html
Best regards,
Edwin Krasser
I dont see the memory width as relevant. Any stack source would be in a C/C++ and so abstracted from the memory width. there are stacks out there for 8 bit processors!
The only limitation i would see is available SRAM, and in the higher end C2000 devices this wont be an issue.