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.

CCS/TMS320F28335: How to burn the program in F28335 in ccsv6 by Texas Instruments XDS100v2 USB Debug Probe_0.

Part Number: TMS320F28335


Tool/software: Code Composer Studio

I have done all the setup. But whenever I debug the program, it says that the process is suspended. Below is what comes:

I am not able to run any program to my device. what is wrong with process?

I am just trying to glow one LED connected to GPIO80.

  • Hi,

    It seems the code ran till main successfully what happens when you run further? can you do a assembly step into and run and try to see if the code is stuck at any particular instruction?

    Regards,
    Sudharsanan
  • Hello Sir,
    Thank You for your reply. Well whenever I am running the code, it is getting stuck at the line shown in the first screen in my post. Actually the debug is getting stuck at that point. Now, After I click on Resume button (the green play button with yellow bar on its left on the tool bar at top left of image), the program starts running on my device. I don't even load the program on DSP but it starts running. After all this, just because we were taught to load the code, I do load the code and again it gets suspended at the same point. Again I click the same green play button and program starts running on the board. But now when i press reset button, or power off my device and then switch it on, the whole program is gone. As if I nothing was loaded on the chip. Please explain me what is happening.
  • Hi,

    Aakarshan Sharma said:
    Well whenever I am running the code, it is getting stuck at the line shown in the first screen in my post. Actually the debug is getting stuck at that point.

    Before this run, I guess you are loading the program. Whenever the program is loaded with default settings it tries to enter main with default settings and it is normal. After it is suspended you have to click on play to resume the run and debug your program. Please check if your program is running properly(LED blink working)

    If your program is running from internal RAMs you might have to reload it again, or if it is in FLASH it will remain in FLASH. 

    Regards,

    Sudharsanan

  • Hi,


    I haven’t heard from you for about a month., so I’m assuming you were able to resolve your issue. Please let me know if you still need some help to resolve your issue.

    Regards,
    Sudharsanan
  • Hello Sir,

    Sorry I forgot to reply. Yes my problem is solved. Thanks a lot for the solution. Take care. :)