Hello, I am currently working with the FRDM-K64F. For my project I want to run the ethernet functions.
First of all, I worked with the example given in MQX_KSDK like lwip_udpecho or lwip_ping. It worked fine until I try to make my own project.
I followed the structure to instanciate an ethernet connection but I can't find the right library more precisely the .c file. I can include all the file.h but I just have prototypes of functions.
I have also try to use RTCS library but I've got the exact same issues. Indeed, I can include the rtcs.h but it seems there is no rtcs.c.
I've tried to find them in my directories but this file never appear.
How can I find or generate those .c file?
And what is the difference between RTCS and Iwip?
Thanks.
Anthony B.
Hi Anthony:
I think you can refer the following document, section 5 , building MFS and RTCS library.
http://cache.freescale.com/files/soft_dev_tools/doc/support_info/MQXKSDKGSUG.pdf
Have a great day,
Daniel
is this still up to date?
with ksdk and processorexpert, i can compile fine using the PE-Module MQX_KSDK. But, this is without RTCS. What is the correct way to implement the rtcs tcpip-stack? I didnt need to build MQX the way it is outlined in that document.... why?