Tool/software:
I have been asked to port the CC3351 to my NXP MCXN947
My NXP MCXN947 has FreeRTOS and lwIP on it and running.
In the porting guide it shares the type of low-level IO operations that are needed. This was fairly straight forward to implement.
But the separation of the provided example seems to require very in-depth working of the provided wifi_host_driver and the linked in lwIP code. The provided example also has binary libraries included. Is there not a means to make a lwIP connection without this full immersion of code?
Are there any working examples that I can reference?
Thanks
Terry