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/TMS320F28377D: F28377D

Part Number: TMS320F28377D
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

Hi everyone,

I´m new working with this micro F28377D so I have started with the ControlSUITE examples. I´m trying with the blinky example and I´ve got some problems.

I´m using CCS v6, create a new workspace and import the example blinky. Then the problems are 2. If i debug it and run, the program gets stuck at some point but showing no problem. If I run ir step by step, i get a screen with "No source available for "0x82b5a". Could anyone help me telling me if I´m doing something wrong? 

Thanks.

  • Alejandro Paniagua said:
    If i debug it and run, the program gets stuck at some point but showing no problem.

    What exactly do you mean by "gets stuck at some point"? Does the LED start blinking and then stop at some point? Are you working with a Launchpad or custom board? If it is a custom board I would recommend looking into hardware issues. If it is a Launchpad, the blinky example should work as-is.

    Alejandro Paniagua said:
    If I run ir step by step, i get a screen with "No source available for "0x82b5a". 

    This message is not necessarily an error in itself. It is just saying there is no source code correlation for the address you are halted at. This is common if the address is in some part of memory where there is no code or code without any debug symbols.

  • The debugger normally halts just inside main() on startup. This gives you a chance to set things up before debugging begins in earnest. You need to hit the little play button on the upper left to get the program to run from there.

    (If you already know this, sorry, sometimes it is hard to know the skill level with a first post like this.)
  • First, thanks for answering. 

    Sorry for my precision. I I said stuck because if I play the Run button, i can´t see where the program is and the LED doesnt blink, so I supose that the program is stucked at some point (I though this because of the screen telling no source available).I have disabled some functions, and run it step by step, making the LED blinks, but I don´t think this is a propper solution.

    I´m using a ControlCARD docking Station [R4.1] with its GPIO ports. 

  • Thanks for answering.

    I knew that, the problem comes before I click the Run button.
  • Alejandro,

    I'm surprised you are running into issues as I have not heard of problems with running the out-of-box examples from ControlSuite, especially the blinky example.

    Can you describe in the details the steps you are following to load and run the code?
    Also are you using the blinky example from the latest version of ControlSuite? And which exact version of CCS are you using? 

  • Hi,

    First, I have installed  CCS_setup_6.2.0 and controlSUITE3.4.4.

    About the steps.

    1. Open the CCS

    2. Import proyect (pointing to the blinky folder)[C/ti/controlSUITE/device_support/F2837xD/v210/F2837xD_examples_Cpu1/blinky]

    3. Run->Debug 

    4.(When the program is done compiling) Resume(F8).

    Thanks for helping.

    Alejandro

  • Hi everyone,

    the program is already running so the problems seems fixed. Aparently it was caused by broken USB wire... but when I checked the conection it said there was connection between micro and computer. My apologies and thank you everyone .

    Alejandro.

  • Alejandro,

    Thank you for updating us that the problem is resolved.