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.
为更加有效地解决您的问题,我已经将此问题发布在E2E英文技术论坛上,请资深的英文论坛工程师为您提供帮助,请耐心等待他们的回复:
已得到E2E英文工程师回复:
In the octet ramp pattern mode, the behavior will be as follows: each lane will count from
In JMODE1 F = 8 and you are programming K = 4, that is the reason why each lane is counting from 0 to (8*4)-1 = 0 to 31.
if you want each lane to count from 0 to 255 program, K = 32 and each lane should count from 0 to 255.