Boot up without setting IP address from NVRAM or DHCP

Hello,
I would like the unit to boot up without an IP address because I am going to set it later in the program using a serial port.

Is it possible to turn off the initalization and then call naIamRelease to set the ip later in the program. Thanks for any help.
Matt

Hi,
in your project bsp>7.x>(platform)>bsp_net.h

define
#define BSP_WANT_ETHERNET FALSE
#define BSP_WAIT_FOR_IP_CONFIG FALSE

This might help

Thanks For the Help!