Hi,
1st of all some details:
BIOS ver: cuda 4.90.02.10
Processor & board: TMS320VC5510 DSK (evaluation board)
CCS: 3.1.0 3.1.19.0
Code Gen Toolset: 3.2.2
I've created a new project written in c++, which includes some memory allocations.
Then I understood that I need to create a DSP/BIOS config.
I did it without configuring much of the features there and included it into to project, and excluded the previous .cmd file
as recommended.
However, when I run it I got wrong values all across the project, couldnt perform a simple FOR loop cuz the index started in 32 an not 0
even numbers passed to a function suddenly change their values, like from 27 to 985.
What is going on here?
I would really appreciate all the help I can get.
Yehuda.