Hello,
I am currently configuring a TM4C1294 with either a static IP or to use DHCP on boot. The code works fine but when I specify a static IP, I also have to specify a DNS. Part of my code requires resolving a domain name using getaddrinfo().
I'm not a network expert but I wanted to know if there is a way to get the DNS addresses from the network automatically and only require the configuration of the static IP and default gateway.
Currently using TIRTOS 2.14.04.31.
Running test code on a TM4C1294XL eval board.
Thank you,
Subhash