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!