Hi!
Using a Spectrum Digital TMS320c5535 eZdsp USB Kit and CCSv4, i was playing around with the USB CDC example (CSL_USB_CdcExample, CSL V2.5) and got it up and running quite fast and without problems.
But, after a while i noticed, that from a before project, the eZDSP boards hardware was setup to get its clock not from the RTC, but from the 12 Mhz source. Controlling the GEL, i saw the PLL being setup for use with the RTC clock. So i checked with an oscilloscope and yes, the dsp was heavily overclocked. I measured something about 160 to 180 Mhz with quite high jitter. But the CDC example ran anyway without a problem!
Now i setup the PLL correctly to 100 Mhz, but the CDC example refused to work at 100 Mhz!
I tried the setup of the PLL in various modes, via GEL and thru setup in software, always controlling with the oscilloscope to be sure about the correct frequency of 100 Mhz, but the result was strange: Windows recognizes the COM port (COM6) with the correctly setup values, but Hyperterminal does not connect to the COM port, complaining about wrong values.
Instead with the overclocked PLL everything works perfectly! Obviously i need some help - has anybody any ideas???