Hi,
I'm trying to transmit data from C6472 EMAC with RGMII interface. I have modified the CSL emac_dual_example code to transmit a packet from EMAC0. I arrange the descriptor to send a 512 byte packet. My next pointer is null, buffer points the my stack section, SOP,EOP and OWNER flags are set, offset is 0 and length is 0x200 (512). However, when I write the TX0HDP to 0x02C82080 where my descriptor stands, it gives me host error interrupt. When I check the MACSTATUS I see that it gives SOP error. What could be the problem? Thanks for your help.