HI,
I recently began working on the C6472 EVM board and am running the CSL EMAC _DUAL_EMAC example. This works fine for me but am actually trying to do the reverse of the example in that I am trying to receive data in through one EMAC and send out the other. It is currently working in sending data out and then reading in. This is fine but attempted to supply data from external source but doesn't seem to receive any packets. I am probably just doing something incredibly stupid.
Does anyone have experience of this example,. I thought that it would be straight forward ,
have tried replacing receivefilter from DIRECT to ALL in DUALSENDRECEIVE().
Am supplying correct packet size of 1600. Any ideas anyone?