Other Parts Discussed in Thread: HALCOGEN
Dear e2e,
I'm using TMS570LC4357
I want to use ethernet & emif in my custom board ,
Halcogen 04.07.00, CCS ver 7.3
1. I am unable to configure the ethernet, using the new halcogen generated code, but if i use the Lwip demo .dil file it is working.
What might be the issue ? or should i use the older version of Halcogen. I have followed the wiki page to configure the ethernet but unsuccessful.
The ethernet config gets stuck at this line
while(((EMACSwizzleData(curr_bd->flags_pktlen)) & EMAC_BUF_DESC_OWNER) == EMAC_BUF_DESC_OWNER)
{
}
I have gone through various posts but didn't find a solution.
2. With the Lwip demo ethernet works fine in my custom board ,but if I configure EMIF , i cannot read data from EMIF it displays junk values.
I have cross verified that none of the ethernet or emif pins are same.
Please help resolve this issue

