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.

TM4C1294NCPDT: An error occurred while uploading the sketch

Part Number: TM4C1294NCPDT
Other Parts Discussed in Thread: ENERGIA, CC3200, CCSTUDIO

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. 

  • Hello Nazri

    I would suggest checking this with Energia's own forum.
  • Dear Amit Ashara,

    Actually even though I tried with Code Composer Studio it also stopped (program crashed ), but there is no problem with MSP430G2. Come on you also can try this (with energia).
  • Hello Nazri

    I avoid what I cannot decipher (energia lower layer of abstraction being one). Other forum members who use Energia may be able to comment better, but I was suggesting a faster resolution on the energia site.
  • Hello Amit,
    I already posted there until now there is no answer. That is why I posted here. In fact I use Code Composer Studio before and all Evaluation kits with either MSP and TivaC siries work well. But since I tried MSP430 I can't use with TivaC Series such as TM4c123 or TM4c1294 or CC3200.
  • Hello Nazri

    Seems to be a more endemic Energia driver problem than it is a device problem. However my novice level with Energia, I cannot help you anymore than what I have already posted on the forum.
  • Hello Amit,

    This is with code composer studio,

    However with MSP430 it can be run smoothly,

    Here is the screen shot for checking,

  • Dear all,

    Any update regarding on this issue? Thanks. Come on TI!

  • Dear All,
    Kindly any second update on this issue? Thank you genius.
  • 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.

  • Thank you. I will try your suggestion.
  • Dear Petrei,

    Yes, I did try with CCS on a different workspace, however, the CCS stopped working. Here is the screen shot,

    Thank u, Any help appreciated. 

    Yours Sincerely,

    Nazri

  • 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.

    1. Go to "C:\ti\ccsv7\ccs_base\emulation\analysis\bin"
    2. Rename DeviceIdentifier.dll to something else like aDeviceIdentifier.dll
    3. Then copy the DeviceIdentifier.dll from the attachment to the folder location.

    DeviceIdentifier.zip

    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,

    Also, I have read somewhere that CCSV7 does not support the latest version of Energia. So, use a lower version of Energia if you want to import your code to CCS. I suggest Energia version 0101E0017.

    - 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 MSP430Gxx.
  • 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