Part Number: TMS320F2812
I am migrating a CCS 3.3 project that needs work done into CCS 12 and am running into an issue with the DSP/Bios package. The project used version 5.33.04 and I replaced the internal files of the newer built in version of DSP/Bios and it seemed to get rid of package errors. Now I am getting errors from the generated .cmd files which seems to be created from a .tcf file. The errors I am getting are all like this:
"./axecfg.cmd", line 188: error #10104: undefined symbol "PIE_INT9_3" used in expression
I think this is caused by some kind of change between the change from DSP/Bios versions and how CCS 12 handles the older DSP/Bios version as the project works in CCS 3.3 as is.