This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Internal clock configuration

Other Parts Discussed in Thread: TMS320VC5507

Hi,

I'm beginner with Texas DSP and I would like to verify if PLL is working correctly after setup of "clock mode register". So, is there some way to check internal DSP clock frequency without to program other peripheral? 

I expect 192 Mhz and my register configuration is:

CLKMD = 0x2810;

while((CLKMD & 0x0001) != 1); // Espera o clock estabilizar 

* Crystal frequency: 12 Mhz

*My system: DSP TMS320VC5507, Code composer 4.1.3, Debuger:   XDS100v2

Thanks!