This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/MMWAVEPOEEVM: MMWAVEPOEEVM Network interface

Part Number: MMWAVEPOEEVM
Other Parts Discussed in Thread: UNIFLASH

Tool/software: Code Composer Studio

I am trying to run one of the supplied demos in the MSP432 SDK on a MMWAVEPOEEVM board.

The demo is in Network Services, httpserver, with FreeRTOS and the GCC compiler.

The demo project compiles and runs on the EVB, but it always fails at this line in the code:

rc = NC_NetStart(hCfg, networkOpen, networkClose, networkIPAddr);

When I examine this in the debugger, NC_Netstart always returns -2.

I am running the demo from the SDK absolutely unchanged. 

Does anyone know what this error means?