Tool/software: Code Composer Studio
What is difference between
creating and running project with DSP BIOS?
VS
creating and running project without DSP BIOS?
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.
Tool/software: Code Composer Studio
What is difference between
creating and running project with DSP BIOS?
VS
creating and running project without DSP BIOS?
Hello!
DSP/BIOS is real time operating system provided by TI. It helps you manage resources partitioning and implements scheduling like ISRs, idle threads, tasks. My experience is that latter is just invaluable resource for real time system.
No BIOS aka bare metal is another scenario to use your hardware and in means that everything would be managed by developer, both resources and scheduling. This is an option for experienced developers and some specific scenarios, which again require higher qualification.
One may want to skim through https://processors.wiki.ti.com/index.php/Category:DSPBIOS
Also note that DSP/BIOS has been deprecated in favor of its successor - SYS/BIOS. For more information, please see:
https://www.ti.com/lit/ml/sprt646a/sprt646a.pdf
Thanks
ki