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.
Tool/software: TI-RTOS
Hello,
we have written a TFTP Client for a long while for a Stellaris Device. Now we switch to TM4C. Our other programmer for this device decide to switch from lwip to ndk.
Now I have to switch my TFTP-Client to NDK-Stack.
Do you have a example for a TFTP-Client? Or do you have a Tool or a Document to Switch my Code.
Or can we use both Stacks?
Thanks
Best Regards
David
Hi David,
We don't have a specific TFTP client example in TI-RTOS. However, there are other TI-RTOS networking examples based on the NDK stacks that I think will help you get started. I will suggest you start with the TCP Echo example. You can find these examples using the CCS Resource Explorer.
Please also refer to the NDK user's guide and NDK API guide.