Hi there, I am trying to set the PLL 0 and PLL1 to same values as set by the Gel file provided with the StartWare.
I am trying to configure this on OMAPL138 LCDK.
Task: I would like to set all the stuffs like PSC and PLL in the DSP code rather than using the GEL file. SO that I can Flash the application in NAND Flash and boot from NAND Flash.
I am using the bootloader provided with the StarterWare and with the PLL and PSC details in the design it still failed to run.
On Debug:
When I try to run the application in CCS Debug mode, I notice as I enter the PLL1 configuration, the application just stops working.. It looks like it goes in the HWI ISR and get stuck.
Could you please, let me know how should I configure the PLL from DSP C code. Thanks.