Hi,
I create simple uIP project that call as web client REST API request to the server (myserver.com:8080/.../somedata). I use example enet_uip project and replace httpd with webclient lib, and it works fine. Now, I want to add some UART functions, so I use standard command example (with uartstdio and ustdlib).
After enabling interrupt in startup_ccs uIP stop working, it even won't collect IP address from DHCP.
Is this not working together or is there any way to avoid this?
THX
Goran