Hi!
I am using the CSL examples to set frequencies for TMS320C5509A simulator in Code Composer v4, using both PLL_config() and PLL_setFreq() functions.
When MUL is 1, the PLL is set to Bypass mode and the software goes on. Although, when MUL is different, the software enters an infinite loop waiting for CLKMD register LOCK bit to go up but it never does.
Do I have to configure an external crystal frequency? Is PLL feature unavailable for simulation?
Thanks in advance!
Nelson