Hello,
I am using a 30-day evaluation of CCS 4.2. My evaluation kit came with CCS3.3. I am Using the latest NDK Release ndk_2_20_03_24 and am using the NSP release: nsp_1_00_00_09.
I was able to load the Hello World program on to the target and get it running. The console displays:
*******************************************
TCP/IP Stack 'Hello World!' Application Using default MAC address Using MAC Address: 00-08-ee-03-14-99 MAC Address = 00-08-ee-03-14-99 ****************************************** But I am never able to get an IP to display regardless of whether I set the Local IP or leave it 0.0.0.0 (for DHCP). When a halt the debugger (after directing CCS to the \nsp_1_00_00_09\packages\ti\drv directory) the EMAC_open() function in csl_emac.c. The program gets stuck on line 986:
ECTL_REGS->SOFTRESET = 0x01; while (ECTL_REGS->SOFTRESET != 0x00000000); /* Wait until reset has occured */ I tried this with 2 Experimenter board sets with the same result. Does anyone know why we get stuck here? I will be away for 3-days, but would love any feedback that can be provided in the meantime. Thanks in advance. Dan.