Other Parts Discussed in Thread: HALCOGEN, RM48L952
hello I'm Using the RM48HDK board with the RM48L952ZWTT processor, and installing the LwIP demo rpovided in the wiki
http://processors.wiki.ti.com/index.php/HALCoGen_Ethernet_Driver_and_lwIP_Integration_Demonstration
but after loading it with the ccs Version: 5.3.0.00083 it doesn't work
i have the the board and a laptop connected to a switch.
whenever the program reaches this instruction
ipAddr = lwIPInit(0, macAddress, 0, 0, 0, IPADDR_USE_DHCP);
the system just waits and waits until I get a
-------- ERROR INITIALIZING HARDWARE --------
error in the terminal
can someone give a step by step guide on how to setup the connection and system so the example works?
Do i have to make extra adjustments to the example provided by the wiki?
i have a Static IP address on the laptop if that helps.
thanks in advance