I'm trying to run the network client example provided with processor_sdk_rtos_c667x_6_03_00_106.
The example in FLASH runs on power-up and operates correctly, so there's no problem withh the hardare.
I am using Code Composer Studio 9.3.0
I was able to go through creating and importing and compiling and loading the example program.
I can run the program, set breakpoints, and step through the code.
The program starts but is unable to initialize DHCP because the network interface is not configured.
I was able to enable the NIMU debugging to the point that I got the following information:
[C66xx_0] QMSS successfully initialized
CPPI successfully initialized
PA successfully initialized
TCP/IP Stack Example Client
Configuring DHCP client
EmacInit
EmacInit_Core
nimu_get_emac_info called
PASS successfully initialized
Ethernet subsystem successfully initialized
Timeout waiting for reply from PA to Pa_addMac command
Add_MACAddress failed
Error: Unable to register the EMAC
00000.000 DHCPOpen: NIMUIOCTL (NIMU_GET_DEVICE_MAC) Failed with error code: -22
Service Status: DHCPC : Failed : : 000
Service Status: Telnet : Enabled : : 000
Service Status: HTTP : Enabled : : 000
The problem seems to be in adding the mac address to the packet accellerator subsystem. Any idea how I would begin to sort out that problem?
Thanks in Advance
Cary