Tool/software: TI-RTOS
Hi All,
I'm using two 66AK2H14 processors in my custom board. Present status of the board is, able to bring up board and testing Hyperlink interface.
Two 66AK2H14 processors present in the board are connected via Hyperlink interface.
Version #: 0x02010007; string HYPLNK LLD Revision: 02.01.00.07:May 25 2018:11:00:09
About to do system setup (PLL, PSC, and DDR)
Constructed SERDES configs: PLL=0x00000228; RX=0x0046c495; TX=0x000ccf95
system setup worked
About to set up HyperLink Peripheral
============================Hyperlink Testing Port 0
========================================== begin registers before initialization ===========
Revision register contents:
Raw = 0x4e902101
Status register contents:
Raw = 0x00003004
Link status register contents:
Raw = 0x00000000
Control register contents:
Raw = 0x00000000
Control register contents:
Raw = 0x00000000
============== end registers before initialization ===========
Hyperlink Serdes Common Init Complete
Hyperlink Serdes Lane 0 Init Complete
Hyperlink Serdes Lane 1 Init Complete
Hyperlink Serdes Lane 2 Init Complete
Hyperlink Serdes Lane 3 Init Complete
============== begin registers after initialization ===========
Status register contents:
Raw = 0x04402005
Link status register contents:
Raw = 0xccf00cf0
Control register contents:
Raw = 0x00006204
============== end registers after initialization ===========
Waiting 5 seconds to check link stability
Analyzing the connection for each lane
Precursors 1
Postcursors: 19
Link seems stable
About to try to read remote registers..
I debugged step by step and got to know It was hanging at hyplnkExampleCheckOneStat (hyplnk_LOCATION_REMOTE, "after stability wait", 0);
What may be the issue with remote register read?
Please help me to solve this issue.
Regards,
Nithin