Hello,
I'm using a TMS570 eval board. I tried to send out the VCLK clock to the external clock out pin.
The code i used is this.
#if 1
systemREG1->CLKTEST &= 0xFFF0FFF0;
systemREG1->CLKTEST |= 0xFFF5FFFC;
#endif
systemREG1->SYSPC1 = 1;
But when ever I use the code with CLKTEST regsiter, my code composer studio hangs. If I comment out [#if 0] there seems to be no problem with the cod composer studio[eventhough I am not getting the right clock out].
Any comments...?