06-04-2010 10:33 AM
Is there a way to programmatically set the IP address (and other network settings) for an ARM processor. (I'm using the LM3S8962 evaluation board.)
My intention would be to start-up using DHCP and then allow the user to change to a specified static IP address if desired. I know that this can be set in the LabVIEW project but the end user wouldn't have the LabVIEW ARM module to make these changes.
06-04-2010 01:57 PM
There is not any solution without C. Here it is a snippet:
Note: the IP changes are made in RAM, next time the board will start again in DHCP.
Hint: form more settings see the definition of LOCALM in uVision.