Part Number: AM625
The required test patterns include:
Test_SE0_NAK, Test_J, Test_K, Test_Packet, Test_Force_Enable.
According to the datasheet, I should configure the register:
VBP2AHB_CONTROLLER_VBP_USB3_CORE_DEV_DCTL.
However, configuring this register does not work. I have confirmed the values are correctly written into the register, as the readback values match exactly:
Write 0x3110c704 → Readback 0x00F00004
Write 0x3110c704 → Readback 0x00F00006
Write 0x3110c704 → Readback 0x00F0000A
I found a recommended register configuration from technical forums as below:
0x31100420 → 0xA0
0x31100020 → 0x4
0x31100424 → 0x40000000
This configuration can indeed output the USB test waveform, but it only works for RWE Port Test.
I need to separately configure and generate the standard USB test signaling patterns:
Test_SE0_NAK, Test_J, Test_K, Test_Packet, Test_Force_Enable.
Please advise what prerequisite dependencies this dedicated pattern configuration requires, and provide the official/standard configuration procedure.