Hi there, I'm using bootloader design from the starter ware (bootloader_armv5_omapl138_lcdkOMAPL138)
And have made changes to boot DSP at 456MHz which works and also added settings to enable 12MHz clock on to the clkout pin. But for some reason as I add the following inst, it fails to boot.
// Adding 12MHz clock on CLKout Pin
HWREG(SOC_PLLC_0_REGS + PLLC_OCSEL) = PLLC_OCSEL_OCSRC_CLKIN;
HWREG(SOC_PLLC_0_REGS + PLLC_OSCDIV) = PLLC_OSCDIV_OD1EN | 0x01;
HWREG(SOC_PLLC_0_REGS + PLLC_CKEN) = PLLC_CKEN_OBSEN;
Could you please, let me know if there are some more settings needed.
PS: The above settings do work with the gel file but not the bootloader.