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.

Sys/Bios Questions

Other Parts Discussed in Thread: SYSBIOS

In the TI wiki on Sys/Bios it is stated "SYS/BIOS is provided with full source code..."

1. This appears to be a big difference between SYS/BIOS and DSP/BIOS, true? DSP/BIOS typically did NOT have source available.

2. Is the source code a mixture of C and Assembly, or is it C-only? (or C++ ??)

 

  • Todd,

    1. Yes, that is one difference between the two, the sources for DSP/BIOS were not freely distributed.

    2. The SYS/BIOS source is almost all C.  There are a few assembly files for each target for context and task switching.

    If you have a recent CCS install you’ll find the SYS/BIOS sources under the bios_6_xx_xx_xx/packages/ti/sysbios subdirectory.

    Scott