We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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;