Other Parts Discussed in Thread: CCSTUDIO
I am trying to move my 2809 project from CCS3.1.19.0 BIOS 4.90.02.10 and Code Generation Tools v4.13 to CCS3.3, BIOS 5.41, and Code Generation Tools 5.2.11. The bios 'cdg' file converts with no errors to a 'tcf' file but I get the error : "'PLLTYPE' doesn't exist for instance GBL" when I try to open the 'tcf' file in Code Composer.
I get similar problems when I try to make a new BIOS configuration. I was able to make new BIOS configurations for other processors.
Here is what I get when I try to create a new DSP/BIOS configuration in an empty project for the 2812.
-------------------------- ti.platforms.ezdsp2812 --------------------------------------------------------------------
js: "C:/CCStudio_v3.3/bios_5_41_11_38/packages/ti/bios/bios.tci", line 275: No Memory Heaps Are Allocated for Dynamic TSK creation
Correct any script errors in C:/Temp/6607.tcf
using the Configuration Tool or a text editor, if necessary.
TConf initialization arguments:
-e environment['config.importPath']='C:/CCStudio_v3.3/bios_5_41_11_38/packages;C:/CCStudio_v3.3/bios_5_41_11_38/packages;' -e environment['config.scriptName']='6607.tcf'
-----------------------------------------------------------------
Here is what I get when I try to create a new DSP/BIOS configuration for the 2808. This is the same error I see when I try to open my ‘tcf’ file converted from the old BIOS 4.90 ‘cdb’ file.
----------------------------- ti.platforms.ezdsp2812 -----------------------------------------------------------------
js: "C:/CCStudio_v3.3/bios_5_41_11_38/packages/ti/bios/config/bios_2808.tci", line 63: property 'PLLTYPE' doesn't exist for instance GBL
js: "C:/CCStudio_v3.3/bios_5_41_11_38/xdctools/include/utils.tci", line 947: Error: Can't load platform definition 'ti.platforms.ezdsp2808': InternalError: Error
Correct any script errors in C:/Temp/680B.tcf
using the Configuration Tool or a text editor, if necessary.
TConf initialization arguments:
-e environment['config.importPath']='C:/CCStudio_v3.3/bios_5_41_11_38/packages;C:/CCStudio_v3.3/bios_5_41_11_38/packages;' -e environment['config.scriptName']='680B.tcf'
-----------------------------------------------------------------
Any ideas what is going on?
Thanks,
Eric