Hello,
I'm working with the OMAP-L138 LCDK, setting up PLL values. Using the OMAP-L138 LCDK gel file, I am setting the core to 456 MHz, according to this call:
Set_Core_456MHz() {
device_PLL0(0,18,0,0,1,11,5);
GEL_TextOut("\tPLL0 init done for Core:456MHz, EMIFA:38MHz\n","Output",1,1,1);
}
However, with that value of 5 for PLLDIV7, we end up with a SYSCLK7 value of 76 Mhz, which is greater than the 50 MHz maximum specified in Table 6-5 in SPRS586J OMAP-L138 data sheet, when using the 1.3 V NOM core voltage.
This is a TI supplied gel file, so was it overlooked that these settings result in exceeding the maximum for SYSCLK7 in this case?
Regards,
Robert