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.

TMS320F28386S: how to setup project for debut and release

Part Number: TMS320F28386S
Other Parts Discussed in Thread: C2000WARE

Hi.

All the examples that come with C2000ware come with two build options.

Some come with RAM / FLASH build options.

Some come with DEBUG / RELEASE build options.

What is the fundamental differences between Debug and Release build options?

My guess is optimization, but what else?

I am building a project that started it's life with the RAM /  FLASH options.

Are these options more close to Debug build? or release build?

If I want to add a Release build option, what should be changed/added to the project's properties?

Thanks!

  • Nir,

    There are two difference:

    - Optimization OFF for debug. In release build, default optimization level is -o3, can be adjusted for your project

    - Debugging model

           Full Symbolic Debug Info for debug build

           No symbolic debug info for release build

    Thanks & Regards,

    Santosh