Other Parts Discussed in Thread: HALCOGEN, TMS570LC4357,
I am trying to build and run the "HALCoGen Ethernet Driver and lwIP Integration Demonstration" (http://processors.wiki.ti.com/index.php/HALCoGen_Ethernet_Driver_and_lwIP_Integration_Demonstration)
I am using "Version 00.02.00 of Demo"
Compiler Version: "TI v16.9.0.LTS"
When I run the application, I get through the "Initializing ethernet" steps and my terminal window reads as follows:
After that, the application gets stuck in the following while loop in "hdkif.c" on line 315:
/* TODO: (This is a workaround) Wait for the EOQ bit is set */
while (EMAC_BUF_DESC_EOQ != (curr_bd->flags_pktlen & EMAC_BUF_DESC_EOQ));
Could someone please help me figure out what I am doing wrong?