DSPRelated.com
Forums

McBSP in C6204

Started by ahmadagha23 June 11, 2008
Hi all
I decide to creat a mcbsp for C6204 dsp in its simulator.When I run my
project including McBSP in DLB mode, the program stops in " while (!
MCBSP_rrdy(hMcbsp));" line and the following error is shown:

Trouble running Target CPU: Warning: No Valid Data for DR (0x18c0000)

But when I see the content of (0x18c0000) it is accordant with the data
sent through transmit channel in DLB. In other words the program is
working true but it stop each time with the above error. Do you know
why? (I modify and use the source code from example\dsk6211
\csl\mcbsp\mcbsp1_useBios as my code).