This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
am using the TIVA DK-TM4C123G and the version of CCS I am using is 5.5.0.00077. When I load try and look at some of the example projects; fatsd_TivaTM4123Gh6PGE and I try and open the fatsd.cfg file I get the following error:
Please fix the following errors. Then close and relaunch the XGConf editor.
Error: Can't find platform package ti.platforms.tiva
When I try to build the project I ge a linker error c:/ti/xdctools_3_25_03_72/packages/xdc/tools/Cmdr.xs , line 51: error Can't find platfrom package ti.platforms.tiva.
When I installed CCS I select all platform when I did the install.
Please do not move this posting.
Fix for my problem
Did you import this example project from TI-RTOS using Resource Explorer in CCS? Which version of TI-RTOS are you using?
I see that you are using CCS 5.5 and XDCtools version 3.25.03.72 (the version that comes installed with CCS 5.5). I believe the issue here is that this version of XDCtools did not have platform support for tiva (it does for stellaris though). Newer versions of XDCtools have support added for Tiva platforms.
If you go into Project Properties->General->RTSC tab, what is selected for "Target" and "Platform"? I suspect Platform is ti.platforms.tiva..... If so, could you try changing it to ti.platforms.stellaris:TM4C123GH6PGE?
Then do a clean rebuild and let us know if it helps.
Question was answered in this thread: http://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/t/315238.aspx