i have an EA LPC4088 QuickStart Board with a working cpp program.
Now I want to integrate a TCP/IP-Server. I tried lwip and the EthernetInterface from mbed, but nothing is working. lwip seems to not work in cpp and the EthernetInterface isn’t working for the 4088.
Can anyone help me with another TCP/IP-Stack or an example that works with the LPC4088?
Or does anyone know why it doesn’t work with the LPC4088 in cpp?
I used the same hardware and implemented a very rudimentary http server, but in order to use the library I selected in the code repository (mbed-http - HTTP and HTTPS library for Mbed OS 5 | Mbed) it was necessary to limit the MbedOS to 5 (5.16.x worked fine for me).