In keil NETWORK stack, how to change IP address in runtime?
In documents, LOCALM is given but there is no example to use it.
Thanks
localm[NETIF_ETH].IpAdr[0]=192; localm[NETIF_ETH].IpAdr[1]=168; localm[NETIF_ETH].IpAdr[2]=0; localm[NETIF_ETH].IpAdr[3]=1;
View all questions in Keil forum