Hi there,
I have recently acquired this board and would like to set it up as a HTTP client and make a HTTP request through the ethernet port using the 'lwip' package (either bm or FreeRTOS is fine)
Having looked through the demo apps, there is one which sets up the board as the HTTP server whereby the PC it is connected to, can make a HTTP request through a browser. This app is located at "\boards\evkbimxrt1050\lwip_examples\lwip_httpsrv\"
Essentially, I am attempting to do the inverse of what the demo app implements. I was wondering if anyone could suggest how I could modify the code to achieve this, or advise me on some code which does this.
Regards,