Hi,
I have FreeRTOSv202011. Device is LPC1768/9. And I develop in IAR.
There is only “uIP TCP/IP stack” example source code with my LPC1768/9 device.
It compiles OK. The web interface works nice and easy as well.
So, the question is, since the library (coreMQTT) is decoupled from the underlying network drivers (mentioned in the documents), how can I use coreMQTT with that “uIP TCP/IP stack”?
Is there any example for that or how can I do that myself?
This one gives tons of errors. It is probably including FreeRTOS+TCP bit and pieces:
Example link
Note that: It is unfortunate that FreeRTOS+TCP doesn’t have an example with my device. it is therefore not an option unless you have one.
Thank you.