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.