Hi
we are following the Getting Started with the TI C2000 Target Support Package to generate code in code composer studio but we are getting these errors .Please see the attached error screenshots.
Please let us know what is the error.
Regards,
Kiran
Hello,
I have some questions for you to help work through this!
- Do you know what version of Code Composer Studio you are using?
- What version of PLECS and the TI C2000 TSP are you using?
- Do you know what version of C2000Ware you have installed?
It seems that this can occur as a result of a mismatch in the VCU support tag. I would recommend checking in the menus to see if this is set. Right click on your project and click “Properties” then navigate to CCS Build → C2000 Compiler → Processor Options. There should be an option there saying “Specify VCU support”. Ideally this should be set to blank - no option selected. If it is set to something else (like vcrc) you may get this error. See if this is the solution and if not then all the questions above would be helpful to have an answer on to assist further. Thank you!
Hi PLECS Team,
We are able to compile and build the code for F280049.
To test the working as of now we have F280025C Launchpad with us as plecs does not support 2x series .is there any way we can port the generated Code from F280049 to F280025C? if yes what are the files we need to make changes.
Hello! We do not directly support that chip and can’t guarantee easy portability. Generally within chips from the same series (i.e. 28004x series like 280049, 280048, etc.) the code should port very easily, but across series we cannot make guarantees. There may be functionality changes between chips, different memory maps, different supported peripherals, enough issues that it is hard to make a general statement here. We can look on our side into what major differences are necessary to address to support this chip but generally I would assume on your side that portability only works well within a chip family (such as 28003x, 28004x, 2837x, etc.).