Dear All,
I'm a newbie in TMS320 programming. I'd like to change some firmware code, presumably written in CCSV3 for a 5509a-based hardware. I am running CCS 4.2.3.
I converted the old DCB file into a TCF file using the utility dcb2tcf. Running the TCF file or attempting to open it in Gconf produces the following error:
js: "C:/Program Files/Texas Instruments/bios_5_41_10_36/packages/ti/bios/config/bios_5509.tci", line 69: Illegal enumeration value: GBL.CHIPTYPE set to a
value outside the range "5509,5509a,5510PG1_2,5510PG2_0,5510PG2_1,5510PG2_2,custom,other"
Correct any script errors in C:/Users/Quoc/Documents/workspace/naxl1298/.gconf/naxl1298/naxl1298.tcf
using the Configuration Tool or a text editor, if necessary.
I can't get rid of this error. The original TCF file shows:
params.deviceName = "5509a"; params.catalogName = "ti.catalog.c5500"; ...
bios.GBL.CHIPTYPE = "5509a";
which is a proper value for the range.
Could someone help?
Thanks in advance.