Hello
The demo project TCP echo doesn work. I user CCS Version: 6.1.2.00015 and F28M35xxx ISO controlCARD.
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 open TMDXDOCKH52C1.c file end change 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 start 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
1) Why? In XGCONF editor I can see DHCP Client is disabled. Why appears message "Service Status: DHCPC : Enabled"? Why IP address is not written to the console?
2) Where is up DHCP server in TCP Echo example?