Thank you very much, it worked fine, I'm getting used with the board and KDS, so please forgive me for such a dumb question...
If possible, could you please try to help me with other issue I'm facing? I'm trying to build (and test) an example from KSDK, I would like to try the example with HTTP server running on top of MQX, but it doesn't build, giving me the error:
c:\freescale\ksdk_1.2.0\rtos\mqx\mqx\source\include\mqx.h:82:22: fatal error: psptypes.h: No such file or directory
#include "psptypes.h"
The example I'm trying to build is located at:
examples\frdmk64f\demo_apps\lwip\lwip_httpserver_demo\httpserver_rtos\httpserver_mqx\kds
Could you please try to build in your machine, and see if it gets the same problem? If yes, do you know what should I do to fix it?
Thank you for any help!
Hi Christian,
That is an error to indicate that the mqx_frdmk64f_all project wasn't built.
Try to make sure all library projects have been built before building the lwip_httpserver_demo_mqx_frdmk64f application.
Regards,
David