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.

TDA3-Q1: configuration for Network speed fixed at 100 Mbps

Genius 5785 points

Part Number: TDA3-Q1

Hello,

I'll evaluate Ethernet with TDA3EVM and Radar SDK v3.02 (BIOS). How can I change the source file of NDK and Driver, or the configuration file (cfg and mk) to use the network at 100 Mbps - fix? Please give me some advice.

Regards,
Kazu

  • Hi Kazu,

    In the file vision_sdk/links_fw/src/rtos/utils_common/src/ndk/ndk_nsp_hooks.c, under the appropriate compilation macro for TDA3xx, you would need set the following:

    pGMACSWConfig->macInitCfg[i].macConnectionType =
    MAC_CONNECTION_TYPE_RGMII_FORCE_100_FULL;

    Thanks and Regards,
    Piyali