I am trying to get the demo here http://processors.wiki.ti.com/index.php/HALCoGen_Ethernet_Driver_and_lwIP_Integration_Demonstration to work with my RM46 HDK. I tried unsuccessfully to get version 3 to work but when I tried version 2 it worked just fine. I then tried to integrate the demo into my own project but found that version 2's lwIP implementation doesn't seem to be compatible with HALCoGen v4.01's emac files. I was able to successfully integrate v3's lwip code & get it compiling\linking but I am having the same issue the demo is having.
What is happening is that whenever the program reaches this function
ipAddr = lwIPInit(0, macAddress, 0, 0, 0, IPADDR_USE_DHCP);
the system just waits until I get a
-------- ERROR INITIALIZING HARDWARE --------
error in the terminal.
again, this works with version 2 of the demo so i know my setup it working but i need to get version 3 working so i can use it to integrate lwIP into my program. Any help anyone can provide would be much appreciated :-)
edit: I am using CCS 5.4, HALCoGen v4.01, & nowFlash v3.42.3