Is there any document available to create new *.tcf file.?
Atleast give some idea how this .tcf file works...?
Regards
Saleem
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.
Is there any document available to create new *.tcf file.?
Atleast give some idea how this .tcf file works...?
Regards
Saleem
What version of BIOS are you using? And for what device?
If you are just starting with Tconf, you should definitely take a look at DSP/BIOS USer Guide: http://www.ti.com/lit/ug/spru007i/spru007i.pdf.
You should read the Getting Started Guide and try some of the examples provided with the product.
-Karl-
Hi
Thanks all for the valuable suggestion.Suggested Guide helped in progress .
using the info from guide I was able create tasks from task manager.
But I was not able give the below mentioned line....
bios.TSK.instance("example").destroy();
To destroy any task/semaphore, I am not getting where to make changes .
The information you give is not sufficient to determine what your problem might be. Are you getting any build errors? Run-time errors? Why do you think it's not working?
Hi David Friedland
Actually I am trying to add new tasks in the " .tcf " file.
And regarding info You asked, I am using DSP/BIOS v 5.31.2
I have attached the debug error log.
In this file " MultiTask " is the new task that I have added through .tcf file.
Is "MultiTask" the name of the function you specified when creating a new task? You need to define that function in your app, but it seems you didn't.