Tool/software: TI-RTOS
Hello,
i have TI-RTOS v2.16.1.14 on my ek-tm4c129exl board.
When i add the http example to my project and start it, all things works fine and i get a response from www.example.com.
In this case i get an ip from dhcp protocol.But when i change the dhcp settings to static ip settings, i get an error:
Error! code = -106, desc = httpTask: address resolution failed
Why does the http example work only with the dhcp settings ?