This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DSP - BIOS STS_Obj problem

Hi

I am using code composer 5.4 with DSP/BIOS version 5.42.0.07. (working on C5504 core)

I want to use stts_obj to measure functions run time.

I added the object in the .tcf file and STS_set/STS_delta commands in my code, but after i compile i can't perform "go main".

If I  remove the  STS_set/STS_delta commands from my code "go main" is performed without a problem.

What am I doing wrong?

Yaron