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.

66AK2H12: SGMII+SRIO Ref clock

Part Number: 66AK2H12

Hi

MCSDK: 3.1.4.7

CCS: 7

OS: win7

I want to check SGMII and SRIO clock, I know the SGMII clock set in the platform(platform_phy.c).

Please, guide me on how to check them? 

Best Regards

  • Hi,

    • For SGMII, the clock setting is CSL_SgmiiDefSerdesSetup() inside platform_phy.c. It calls into CSL_EthernetSerdesInit() with reference clock and link rate.
    • For SRIO, the clock setting is inside SRIO driver pdk_k2hk_4_0_16\packages\ti\drv\srio, check srioDefSerdesSetup() which calls into CSL_SrioSerdesInit(). 

    Also, please consider migrating into Processor SDK RTOS for K2H, the MCSDK was obsolete already.

    Regards, Eric

  • Hi

    I tried to migrate into Processor SDK RTOS for K2H, but when I would like to create example projects by batch files, there were some problems

    in the batch files. So I developed the project by MCSDK, currently.

    Best Regards