Is there any document etc. that describes in more detail the .cfg files that are part of the projects as I want to modify them extensively and they appear quite different from the cdb files in older versions of Code composer studio that I am used to like CCS 3.1 series.
Thanks, Aamir
Aamir,CFG script are written in the XDCscript language, which is an extension of JavaScript. XDCscript is used for configuration of RTSC products, and SYS/BIOS is one of such products. The documentation for RTSC is on RTSC-Pedia, and two pages where you can find out more about XDCscript are here and here.
If my reply answers your question please mark the thread as answered.