LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatic setting of IP address on ARM target

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.

0 Kudos
Message 1 of 2
(6,145 Views)

There is not any solution without C. Here it is a snippet:

 

playing with IP.png

 

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.

0 Kudos
Message 2 of 2
(6,139 Views)