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.

TCP Echo

The demo project TCP echo doesn't work. I used CCS Version: 6.1.2.00015 and F28M35xxx ISO controlCARD Release2.0


I created project used CCS View->Resource Explorere->TI-RTOS for C2000->28M35x Concerto->F28M35H52C1->Cortex M [ARM]->TMDXD)CKH52C1 Experimenter Kit->TI Network Examples->TCP Echo and make 4 steps for building and debuging. Then I opened TMDXDOCKH52C1.c file end changed the macAddress variable

#define MACADDRESS 0xAB,0x63,0xF2,0x00,0x11,0xB5

I conected kit to a local net,  with a DHCP server. Also, I updated jumpers on Connectivity Back 01-15: B-C position (Ethernet). Then rebuild and started debug. After several minuts I saw messafges in console

[Cortex_M3_0] Starting the TCP Echo example
System provider is set to SysMin. Halt the target to view any SysMin contents in ROV.
Service Status: DHCPC    : Enabled  :          : 000
Service Status: DHCPC    : Enabled  : Running  : 000

Service Status: DHCPC    : Enabled  : Fault    : 002

Why?

Can you check this example on your  equipment (F28M35xxx ISO controlCARD Release2.0)?