Hi.
I'm trying to use lwIP for TCP on RM57L843(HDK). I used lwIP for TCP on RM48L952 before.
I made a project by HALCoGen 4.0 and combine lwip files. But it bumped..
The problem occured 'Dp83640IDGet()' in HL_phy_dp83640.c
The fuction should to return phyID, but it doesn't. It returns 0.
'MDIOPhyRegRead()' is included DP83640IDGet() and read the ID register. but it read nothing.. data is 0. So it cannot makes 'id'.. because "id |= data"
What will I do..? I use HDK, maybe there is no H/W problem..