DSPRelated.com
Forums

does MCBSP needs for an extra restarting the software to work?

Started by otag...@yahoo.com February 19, 2009
hi all
I have a problem with my MCBSP on DM640 right after my software is loaded on dsp. after my software is loaded, MCBSP wouldn’t work(it doesn’t start xmit, rceive nor interrupts) until I restart the whole software by hand. after the first restart is done, it works properly. can any one help me about that?
thanks.

_____________________________________
otaghizadehm,

On Thu, Feb 19, 2009 at 5:48 AM, wrote:
> hi all
> I have a problem with my MCBSP on DM640 right after my software is loaded on dsp. after my software is loaded, MCBSP wouldn't work(it doesn't start xmit, rceive nor interrupts) until I restart the whole software by hand. after the first restart is done, it works properly. can any one help me about that?


Normally, when I have this problem, it is because something in my code
is out of sequence.
If operation A must be performed before operation B and your code
performs B before A, you get the correct sequence on the combination
of 1st and 2nd run. B-A..B-A contains the proper sequence A-B.

You need to carefully review your code - explaining it in detail to
someone else might help.

If all else fails, you might have to troubleshoot. Like load the
program, run it, halt it, and see if interrupts are enabled.

mikedunn
> thanks.
>
>
> _____________________________________
>

--
www.dsprelated.com/blogs-1/nf/Mike_Dunn.php

_____________________________________