DSPRelated.com
Forums

Code to get output from McBSP of C6713

Started by waji...@hotmail.com February 12, 2007
Dear All,
I have started working on the C6713. I want to check the output of the McBSP on the oscilloscope. Is is possible to check the output from the McBSP on an analog oscilloscope?? Please provide me some code that writes somethong on the McBSP and gives the output. And how can I check the output??
Any response in this regard would be helpful.
Thanks
Wajahat
Wajahat-

> I have started working on the C6713. I want to check the output of the
> McBSP on the oscilloscope. Is is possible to check the output from the
> McBSP on an analog oscilloscope?? Please provide me some code that
> writes somethong on the McBSP and gives the output. And how can I check
> the output??

Sure you can use any scope, including analog type, as long as the sampling rate of
the scope is approx 10 times faster than the McBSP clock frequency. For example, if
your McBSP clock is 5 MHz, then scope should be 50 MHz. 10x sampling will provide
reasonably accurate view of the McBSP signal waveforms, including clock and
framesync.

-Jeff