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.
I have this error lately, please give some suggestion. My target launchpad is TM4C1294 and Ide is Energia 18. For your info I use this many times without any problem. I also manage to use with MSP 430 and TM4C123.
I can use energia 18 for MSP430G, TM4C123 and TM4C1294 alternatively.
Hi,
Try to use separate workspaces for each microcontroller. Do not mix projects for different micros.
For the latest one, it is not shown if your project is active and has a target file.
Hi,
Reading the gmake message, seems you just copied the whole project as it was on the other workspace. If that is the case, then just go to Project menu and select Clear Project and recompile/link.
Take into account the LP/debugger needs to load into your micro a .bin file, not an .out one; check out if you have such file generated. If not, just *import* an worked example from Tiva and examine the settings and copy/paste the command line for generating such .bin file. Also you need a target configuration file in your project, before debugging. This sets the parameters for ICDI debugging.
Also useful to modify settings to generate a .map file, useful to show the internal composition of your project, after the compile/link phase. All sections are revealed there, you may figure out if something wrong, before starting the debugger.
Use also the LMFlash to download a worked .bin file from Tiva examples to verify your board is working.
Last word: start learning/using Tiva examples, forget .ino files.
Hi,
Regarding the ccstudio.exe has stopped working error, maybe caused by a problem with certain files at CCSV7 and Windows Update. I have experienced it and TI CCS Engineers provided resolution. Try this procedure below.
After copying do, CCS->Debug, and see if the error go away. Much better if you try at a known working example program for your board.
Actually there is a patch installer fix for this, but I do not know if I am allowed to share it in the forum. Better ask for that patch installer fix at CCS Forum
- kel
Hi, Thank you, I would like to make you know if this the right method. So far I manage to upload some programming with TM4C1294XL but I can't use live debug session with CCS7. However I manage to upload and debug some programming with MSP430G.
Nazri Nasir said:Hi, Thank you, I would like to make you know if this the right method. So far I manage to upload some programming with TM4C1294XL but I can't use live debug session with CCS7. However I manage to upload and debug some programming with MSP430G.
Ask this at CCS forum, to get more relevant advice.
- kel