Hello together,
I try to program a TCP/IP Server with an LPC4088 under cpp and I want to use the lwip library.
When I try the c-example of the lwio lib the echo-server works fine. If I alter the example to work for cpp the mcu doesn't even get an IP from the router.
Does anyone have a solution for this or a server example that works for cpp?
Thank you
Chris
If you are using C++, don't forget to use extern "C" for the interrupt handlers.
https://embeddedartistry.com/blog/2017/05/01/mixing-c-and-c-extern-c/