Tool/software: Code Composer Studio
Hello
I am converting a CC3.1 project to CC6.2. I have used the cdb2tcf.exe tool to convert my cdb file.
I am compiling for the TMSC320F2812.
The build doesn't work as expected and I'm wondering if something went wrong during conversion. Mostly I am simply unsure what to expect from my tcf file. The cdb file contains almost 12000 lines, while the tcf file has fewer than 200. Does the tcf file cover everything the cdb file does?
Also the the tcf files uses memory names such as L0SARAM and M0SARAM. According to https://www.ti.com/lit/ug/spru007i/spru007i.pdf, old memory names can be used as long as
environment["ti.bios.oldMemoryNames"] = true;
is set, which it is. However, L0SARAM and M0SARAM do not appear on the list of 2812 names (and there isn't even a list of old memory names for this device), only LSARAM and MSARAM - would they still be okay to use?
Thanks in advance