I am using the EVMK2H evaluation board and booting it from the UART. I am deriving the BOOTMODE strapping requirements for our custom board and I don't understand the value used for the ARM PLL configuration field. According to the data manual, it appears that it should be set the same as the System PLL configuration field, but on the EVMK2H it is not.
The board uses 122.88MHz system clock (as will our board), which should correspond to a PLL strapping of 111(b). This is how the System PLL is strapped, but the ARM PLL is strapped as 110(b), corresponding to the 312.5MHz table entry. Yet the UART boot mode works. Why is that? Is this what I should use for the custom board BOOTMODE strapping? Is that field even relevant in UART mode?
Thanks,
Lance