This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Jumbo configuartion in tm4c 1294?



Hello,

if 

 i use EMAC_CONFIG_JUMBO_ENABLE in MACConfigSet along with

EMACPHYConfigSet(EMAC0_BASE, <config>);

// Initialize and configure the MAC.
EMACInit(EMAC0_BASE, <system clock rate>, <bus config>,
<Rx burst size>, <Tx burst size>, <desc skip>);


EMACConfigSet(EMAC0_BASE, <parameters>); can i send jumbo data or some other configurations is required.. I am using enet example as reference (lwiplibrary configuration ).

If some other things are required please replay........

Regards,

Krishnan

  • Hello Kirshnan.

    That should be OK. But do make sure that the ethernet switch can handle a jumbo frame.

    Regards
    Amit
  • Hello,

    My configuration is working properly and my switch is supporting packets 8149.But my requirement is 8192,when i am making datalength to 8192 wireshark is showing bad udp lenth and data content of packet is 18 bytes..........I also tried jabber diasble along with all other configurations but its not solving my problem.

    Any suggestion to increase my packet size to 8200.

    Plese replay.

    Regards,

    Krishnan