Hi,
I am trying to use the lwip library for TCP/IP to serial communication, my code is based off the ethernet io control example. My code is in c++ and I seem to be running into issues to allow c++ code to run on the example. I'm having issues specifically with the Interrupts. My code goes into the default handler whenever I try to use the UART TX to send information coming from the ethernet port. Is there an example that uses the UART interrupts with the LWIP library. Also what are the necessary changes to allow c++ code to run the program.
Thanks