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.

C6678 HUA demo not working - Request for help

Other Parts Discussed in Thread: TMS320C6678

Hi,


I am trying to run the HUA demo on TMS320C6678. I tried using the static IP and DHCP configuration settings on the board. I went through the e2e support forum and tried making some fixes, but still running in to the following issues. I would really appreciate your time and guidance in this regard.


Note: I am using ccs 5.2.1, BIOS-MCSDK-2.1.2.5,


1. Static IP Configuration:

I get the following output on the console for static IP configuration. But when I type "192.168.2.100" in the web browser, it does not pop up any webpage. Also, I don't see "Running" in the last line after Enabled: as shown in the BiosMulticore_SDK user guide.

[C66xx_0] QMSS successfully initialized 
[C66xx_0] CPPI successfully initialized 
[C66xx_0] PA successfully initialized 
[C66xx_0] HUA version 2.00.00.04
[C66xx_0] Setting hostname to tidemo-076654 
[C66xx_0] MAC Address: 00-17-EA-CA-30-BD 
[C66xx_0] EVM in StaticIP mode at 192.168.2.100
[C66xx_0] Set IP address of PC to 192.168.2.101
[C66xx_0] PASS successfully initialized 
[C66xx_0] Ethernet subsystem successfully initialized 
[C66xx_0] Ethernet eventId : 48 and vectId (Interrupt) : 7 
[C66xx_0] Registration of the EMAC Successful, waiting for link up ..
[C66xx_0] Network Added: If-1:192.168.2.100 
[C66xx_0] Service Status: THTTP    : Enabled  :          : 000
2. DHCP Configuration
I get the following output on the console for DHCP configuration. This time I don't see an IP address on the output.
[C66xx_0] QMSS successfully initialized 
[C66xx_0] CPPI successfully initialized 
[C66xx_0] PA successfully initialized 
[C66xx_0] HUA version 2.00.00.04
[C66xx_0] Setting hostname to tidemo-076654 
[C66xx_0] MAC Address: 00-17-EA-CA-30-BD 
[C66xx_0] Configuring DHCP client
[C66xx_0] PASS successfully initialized 
[C66xx_0] Ethernet subsystem successfully initialized 
[C66xx_0] Ethernet eventId : 48 and vectId (Interrupt) : 7 
[C66xx_0] Registration of the EMAC Successful, waiting for link up ..
[C66xx_0] Service Status: DHCPC    : Enabled  :          : 000
[C66xx_0] Service Status: THTTP    : Enabled  :          : 000
[C66xx_0] Service Status: DHCPC    : Enabled  : Running  : 000
Thanks!