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.

New project creation problem

Part Number: TM4C1294NCPDT
Other Parts Discussed in Thread: EK-TM4C1294XL

I followed what Bob suggested me yesterday and when I added my project files and tried to Debug it, I got the following error message "Could not write metadata for '/RemoteSystemsTempFiles'.G:\NewCCS8\Workspace1\.metadata\.plugins\org.eclipse.core.resources\.projects\RemoteSystemsTempFiles\.markers.snap (Access is denied)" Before getting to this point, I had to copy the RemoteSystemsTempFiles under the project0 and also add a .launches file (after changing the file names to be launched in the file). I wanted to send you (Bob) the zipped project, but this site is so complicated, I did not find the way how to reply to you about your suggestion. Clicking on Reply opened a new page with no possibility of typing anything. I guess you MUST provide an easy way to create a ticket and follow the discussion. AT THIS TIME IT IS FAR FROM BEING USEFUL TO CUSTOMERS !!!! I can not recall how this page has opened, but here are the widows what I was talking about  - starting to write this message (or ticket) still being on that page. And here I can send the project so that Bob will be able to analyze what is wrong with it. As soon as I have to create many projects in the near future I would appreciate to let me know what was the problem, what did I wrong when I created this project. Thank you Bob for your advice, I think I followed what you said. At this time I do not know, where was the mistake I made. Thank you for your help.

project0.zip

  • Sorry to hear you are having problems. What hardware are you using? Is it the EK-TM4C1294XL launchpad? Which version of Code Composer Studio are you using? The current version is 10.3.1.00003. Which compiler are you trying to use, TI or GCC?

    I tried to import your project0.zip file into CCS, but it would not import. 

    If you have installed TivaWare v2.2.0.295, and have CCS 10.3, you can start a new project this way.

    1. Start CCS and enter the path to a new directory to be created for use as your workspace

    2. Import project0 using "File" -> "Import", then select "Code Composer Studio", "CCS Projects" -> "Next"

    Now, assuming you have the EK-TM4C1294XL launchpad, browse to "C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c1294xl\project0" and then "Select Folder"

    Select "Finish"

    Expand the "project0" directory in the "Project Explorer" window of CCS. Right click on the file "target_config.ccxml" and select "Set as active Configuration" and/or "Set as default Configuration".

    Now if you have the EK-TM4C1294XL board attached with a USB cable to the "Debug" port (right side of the board"), you can compile the code and program it into the part by clicking the little bug icon shown below highlighted in yellow:

    If your hardware is different, some of these steps change. Let me know if that is the case.