I've seen an error in the SPRS691E (KeyStone Architecture:HyperLink) about the MPY of the SERDES PLL
On page 24, Table 2-6 it's written that the value for a MPY of 16 is 16 01000000b
On page 72, Table 3-31 it's written that the value for a MPY of 16 is 00111100b. And it the same value specified for a MPY of 15
Furthermore, in the Hyperlink example project in MCSDK in the file hyplnkLLDIFace.c there is a define with a further different value (Line 324)
#define hyplnk_EXAMPLE_VUSR_PLL_MPY 80 /* MPY in 0.25 units = 16x */
80 = 1010000b
So, what value should i use if i want set a MPY of 16?