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.

Developing C and C++ program without SYS/BIOS

Other Parts Discussed in Thread: SYSBIOS

Hi,

Is there anyway to develop C/C++ software without the usage of SYS/BIOS.

I plan to use the simulator to execute some of the complex algorithms on CCS, without usage of SYS/BIOS.

Algorithm uses C/C++ language. I just want to compile those algorithms on CCS and run it on simulator

Is there anyway to create a project like that?

 

 

  • Hi,

    Have you tried Starterware? Please check - http://processors.wiki.ti.com/index.php/StarterWare_Getting_Started_02.00.XX.XX

    Regards,
    Vinesh

  • Hi,

    In CCS you can create a C/C++ project instead of a CCS project and also you can create a CCS project with SYSBIOS. When you create a new project (File -> New -> CCS Project) you can, for example, choose 'Basic Examples -> Hello World' as template, it won't use SYS/BIOS and you can simulate it if the simulator for your device is installed.

    Regards

    J