MCF54451EVB and MQX 3.6.1

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MCF54451EVB and MQX 3.6.1

1,040 Views
McuG
Contributor II

Has anyone been able to succesfull port the MCF54455EVB MQX to the MCF54451EVB ? I am talking about basit port , like networking.

 

I was able to update for the diference in hardware (eg PHY) but with limited results. There is something extremely strange happening with the network trafic. For example, I initialize the fec0 and assign a static ip, then I try a ping to the host (connected vai twisted cable). I see the packets beeing receved at the host - ARP request, then ARP reply sent back, then the sequence repeats.  It seems that the ARP reply is not properly received on the MQX  side.  A breakpoint in the MCF5XXX_FEC_process_rx_bds() shows that packets are received, but only broadcast packets, and no packets that have as destination the preset MAC.  Of course, as a fun exercise I tried to enable the MCF5XXX_FEC_RCR_PROM, without any help.

 

 

Labels (1)
Tags (1)
0 Kudos
Reply
1 Reply

531 Views
McuG
Contributor II

:smileywink:

The problem disapeared after I recompiled the library and started using the actual MAC adress  instead of a test value 01:02...:06.

0 Kudos
Reply