Hi,
I'm trying to upgrade a project from CCSv2 BIOS 4.90.280 to CCSv5 BIOS 5.31.02. Since I'm trying to use the tools to upgrade as much as I can, I'm doing it in steps. First, I upgraded to CCSv3.3 BIOS 5.31.02, which went well automatically (no errors from CCSv3.3, and cursory tests running the resulting executable (Debug, via XDS510 jtag) worked fine.
Second, I tried jumping to CCSv5.2 with BIOS 5.41.13.42. Here I had to put c28xx.cdb into c:/ti/bios/config/cdb/c28xx.cdb, but then I was unable to get rid of a build-time error "js:property 'PLLTYPE' doesn't exist for instance GBL". I can't figure out where this error is coming from, so I have no idea how to attack it.
Third, I tried slowing down a little and installed BIOS 5.41.13.42 onto my CCSv3.3. I was able to successfuly test this configuration with the EZdsp2812 hello.out, and I then returned to my normal custom 2812 board. The only issue I had with upgrading the BIOS in my project is that the compiler gives a syntax error on a line in <project>cfg.cmd file. The line is: "--diag_suppress=16002". Commenting out this line allows the compilation to complete. Unfortunately, this file is auto-generated every time I do a clean build, so I'd prefer a different solution. Moreover, now that I am able to compile, I still can't get CCSv3.3 with this project to connect to my device (Error 0x80000220/-1156 Fatal Error during: Execution, OCS). Without knowing any better, I blame the upgraded project, because I could get this exact PC and board to connect fine using CCSv3.3 under the older BIOS. Code gen tools are v4.1.3
I compared the <project>.tcf files from CCSv3.3/BIOS 5.31.13.42 with that from CCSv3.3/BIOS 5.41.13.41. They are virtually identical; only difference is that the params.clockRate was a floating point 75.000000 under the older BIOS but is an integer 75 under the newer BIOS. I also compared the <project>cfg.cmd files; there are 16 differences here, so something is probably significant.
Any suggestions on how to proceed or how to troubleshoot what is going on? I'd love to get to more current BIOS and compiler.
thanks,
Lyn