DSPRelated.com
Forums

C55xx to C5510

Started by thebad82 June 1, 2005
Hello all!!!
I am new to the usage of DSP hardware. I have a project which I was
successful in simulating on the C55xx simulator. Now, I have a C5510
target board connected via a XDS510 USB emulator. When I try to run
the SAME project on this board, I see a wierd problem..... I am using
probe points to accept input data. Instead of taking data in a
sequential manner, the probe point seems to jump to alternative blocks
of data. E.g. i need to accept 10 points of data at a time. so,
theoretically, I need... 1-10, 11-20, 21-30 and so on. But, in my
case, I see... 11-20, 31-40, 51-60 and so on.

Is there any thing I need to take care of before migrating the project
from the simulator to the actual board??

Thank you,
R K